public class FacesInterceptor extends FacesSupport implements com.opensymphony.xwork2.interceptor.Interceptor
FACES_ENABLED, log
Constructor and Description |
---|
FacesInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Not used
|
protected boolean |
executePhase(String viewId,
javax.faces.context.FacesContext facesContext)
Executes the specific phase.
|
void |
init()
Not used
|
String |
intercept(com.opensymphony.xwork2.ActionInvocation invocation)
Adapts the phase workflow to Action 2
|
protected boolean |
isFacesEnabled(com.opensymphony.xwork2.ActionContext ctx)
Determines whether to process this request with the JSF phases
|
informPhaseListenersAfter, informPhaseListenersBefore, isResponseComplete, setLifecycle, shouldRenderResponse
public void init()
init
in interface com.opensymphony.xwork2.interceptor.Interceptor
public String intercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
intercept
in interface com.opensymphony.xwork2.interceptor.Interceptor
invocation
- The action invocationException
protected boolean executePhase(String viewId, javax.faces.context.FacesContext facesContext)
viewId
- The view idfacesContext
- The current faces contextpublic void destroy()
destroy
in interface com.opensymphony.xwork2.interceptor.Interceptor
protected boolean isFacesEnabled(com.opensymphony.xwork2.ActionContext ctx)
ctx
- The current action contextCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.