org.apache.struts2.jsf
Class InvokeApplicationInterceptor
java.lang.Object
org.apache.struts2.jsf.FacesSupport
org.apache.struts2.jsf.FacesInterceptor
org.apache.struts2.jsf.InvokeApplicationInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork2.interceptor.Interceptor, Serializable
public class InvokeApplicationInterceptor
- extends FacesInterceptor
Invokes the application
- See Also:
- Serialized Form
Method Summary |
protected boolean |
executePhase(String viewId,
javax.faces.context.FacesContext facesContext)
Invoke Application (JSF.2.2.5) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokeApplicationInterceptor
public InvokeApplicationInterceptor()
executePhase
protected boolean executePhase(String viewId,
javax.faces.context.FacesContext facesContext)
throws javax.faces.FacesException
- Invoke Application (JSF.2.2.5)
- Overrides:
executePhase
in class FacesInterceptor
- Parameters:
viewId
- The view idfacesContext
- The faces context
- Returns:
- true, if response is complete
- Throws:
javax.faces.FacesException
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.