org.apache.struts2.jsf
Class ApplyRequestValuesInterceptor
java.lang.Object
org.apache.struts2.jsf.FacesSupport
org.apache.struts2.jsf.FacesInterceptor
org.apache.struts2.jsf.ApplyRequestValuesInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork2.interceptor.Interceptor, Serializable
public class ApplyRequestValuesInterceptor
- extends FacesInterceptor
Applies the request values to the component tree
- See Also:
- Serialized Form
Method Summary |
protected boolean |
executePhase(String viewId,
javax.faces.context.FacesContext facesContext)
Apply Request Values (JSF.2.2.2) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplyRequestValuesInterceptor
public ApplyRequestValuesInterceptor()
executePhase
protected boolean executePhase(String viewId,
javax.faces.context.FacesContext facesContext)
throws javax.faces.FacesException
- Apply Request Values (JSF.2.2.2)
- 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-2016 Apache Software Foundation. All Rights Reserved.