|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
DisconnectableConnection
objects so that we can close them again after the HTTP request has been finished.ConversationBindingListener
interfaceViewControllerManager
which uses the DefaultViewControllerNameMapper
to map view-ids to bean names and the ReflectiveViewControllerExecutor
to invoke
view controller events on your beans.conversationName
is active a navigation with
the given action will be issued
Notice: optionally you can use the conversationName as "fromAction" in your faces-config.xml
conversationName
is active a redirect to
redirectViewId
will be issued.
SpringConversationScope.setLifetime(java.lang.String)
.
SpringConversationScope.setTimeout(java.lang.Integer)
.
ViewController
interfaceConversationFlashLifetimeAspect
which has not been accessed during a http request
PersistenceContextConversationInterceptor
to configure the spring persistence framework.PersistenceContext
ConversationBindingListener
to
the conversation map.
RequestParameterProviderManager
which attaches the url parametersHttpServletRequest
in a RequestParameterResponseWrapper
,
meaning that every call to response.encodeURL() gets forwarded to the RequestParameterProviderManager.Conversation
object to the bean if it implements the
ConversationAware
interface.
InterfaceViewControllerExecutor
to get notifications
oxViewController
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |