Package org.apache.myfaces.push.cdi
Class WebsocketScopeManager
java.lang.Object
org.apache.myfaces.push.cdi.WebsocketScopeManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
This map holds all tokens related to the current session and its associated metadata, that will be used in the websocket handshake to validate if the incoming request is valid and to store the user object into the Session object.static class
This map hold all tokens related to the current view. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApplicationScope
(boolean create) getSessionScope
(boolean create) getViewScope
(boolean create)
-
Field Details
-
SCOPE_APPLICATION
- See Also:
-
SCOPE_SESSION
- See Also:
-
SCOPE_VIEW
- See Also:
-
-
Constructor Details
-
WebsocketScopeManager
public WebsocketScopeManager()
-
-
Method Details
-
getScope
-
getApplicationScope
-
getSessionScope
-
getViewScope
-