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