org.apache.struts2.jsf
Class ProcessValidationsInterceptor
java.lang.Object
org.apache.struts2.jsf.FacesSupport
org.apache.struts2.jsf.FacesInterceptor
org.apache.struts2.jsf.ProcessValidationsInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork2.interceptor.Interceptor, Serializable
public class ProcessValidationsInterceptor
- extends FacesInterceptor
Processes validations on the component tree
- See Also:
- Serialized Form
Method Summary |
protected boolean |
executePhase(String viewId,
javax.faces.context.FacesContext facesContext)
Process Validations (JSF.2.2.3) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessValidationsInterceptor
public ProcessValidationsInterceptor()
executePhase
protected boolean executePhase(String viewId,
javax.faces.context.FacesContext facesContext)
throws javax.faces.FacesException
- Process Validations (JSF.2.2.3)
- 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.