|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.application.Application
javax.faces.application.ApplicationWrapper
org.springframework.faces.webflow.FlowApplication
public class FlowApplication
Wraps an Application instance in order to ensure Web Flow specific implementations of ViewHandler and
StateManager are inserted at the front of the processing chain in JSF environments. This is done by
intercepting the corresponding setters. All other methods are simple delegation methods.
| Constructor Summary | |
|---|---|
FlowApplication(javax.faces.application.Application wrapped)
Class constructor that accepts a delegate Application instance. |
|
| Method Summary | |
|---|---|
javax.faces.application.Application |
getWrapped()
|
void |
setStateManager(javax.faces.application.StateManager manager)
Inserts FlowStateManager in front of the given StateManager (if not already done). |
void |
setViewHandler(javax.faces.application.ViewHandler handler)
Inserts a FlowViewHandler in front of the given ViewHandler (if not already done). |
| Methods inherited from class javax.faces.application.ApplicationWrapper |
|---|
addBehavior, addComponent, addConverter, addConverter, addDefaultValidatorId, addELContextListener, addELResolver, addValidator, createBehavior, createComponent, createComponent, createComponent, createComponent, createComponent, createComponent, createConverter, createConverter, createMethodBinding, createValidator, createValueBinding, evaluateExpressionGet, getActionListener, getBehaviorIds, getComponentTypes, getConverterIds, getConverterTypes, getDefaultLocale, getDefaultRenderKitId, getDefaultValidatorInfo, getELContextListeners, getELResolver, getExpressionFactory, getMessageBundle, getNavigationHandler, getProjectStage, getPropertyResolver, getResourceBundle, getResourceHandler, getStateManager, getSupportedLocales, getValidatorIds, getVariableResolver, getViewHandler, publishEvent, publishEvent, removeELContextListener, setActionListener, setDefaultLocale, setDefaultRenderKitId, setMessageBundle, setNavigationHandler, setPropertyResolver, setResourceHandler, setSupportedLocales, setVariableResolver, subscribeToEvent, subscribeToEvent, unsubscribeFromEvent, unsubscribeFromEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlowApplication(javax.faces.application.Application wrapped)
FlowStateManager and a
FlowViewHandler instance.
wrapped - the wrapped Application instance.| Method Detail |
|---|
public javax.faces.application.Application getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.Application>getWrapped in class javax.faces.application.ApplicationWrapperpublic void setStateManager(javax.faces.application.StateManager manager)
FlowStateManager in front of the given StateManager (if not already done).
setStateManager in class javax.faces.application.ApplicationWrapperpublic void setViewHandler(javax.faces.application.ViewHandler handler)
FlowViewHandler in front of the given ViewHandler (if not already done).
setViewHandler in class javax.faces.application.ApplicationWrapper
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||