|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.jsf.FacesSupport
org.apache.struts2.jsf.FacesInterceptor
org.apache.struts2.jsf.ProcessValidationsInterceptor
public class ProcessValidationsInterceptor
Processes validations on the component tree
Field Summary |
---|
Fields inherited from class org.apache.struts2.jsf.FacesSupport |
---|
FACES_ENABLED, log |
Constructor Summary | |
---|---|
ProcessValidationsInterceptor()
|
Method Summary | |
---|---|
protected boolean |
executePhase(java.lang.String viewId,
javax.faces.context.FacesContext facesContext)
Process Validations (JSF.2.2.3) |
Methods inherited from class org.apache.struts2.jsf.FacesInterceptor |
---|
destroy, init, intercept, isFacesEnabled |
Methods inherited from class org.apache.struts2.jsf.FacesSupport |
---|
informPhaseListenersAfter, informPhaseListenersBefore, isResponseComplete, setLifecycle, shouldRenderResponse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessValidationsInterceptor()
Method Detail |
---|
protected boolean executePhase(java.lang.String viewId, javax.faces.context.FacesContext facesContext) throws javax.faces.FacesException
executePhase
in class FacesInterceptor
viewId
- The view idfacesContext
- The faces context
javax.faces.FacesException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |