Package org.joinfaces.viewscope
Class ViewScope
java.lang.Object
org.joinfaces.viewscope.ViewScope
- All Implemented Interfaces:
Scope
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget
(String name, ObjectFactory objectFactory) void
registerDestructionCallback
(String name, Runnable callback)
-
Field Details
-
SCOPE_VIEW
Scope identifier for view scope: "view". -
DESTRUCTION_CALLBACK_NAME_PREFIX
-
-
Constructor Details
-
ViewScope
public ViewScope()
-
-
Method Details
-
get
-
remove
-
getConversationId
- Specified by:
getConversationId
in interfaceScope
-
registerDestructionCallback
- Specified by:
registerDestructionCallback
in interfaceScope
-
resolveContextualObject
- Specified by:
resolveContextualObject
in interfaceScope
-