Package org.apache.myfaces.push.cdi
Class WebsocketScopeManager
java.lang.Object
org.apache.myfaces.push.cdi.WebsocketScopeManager
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classThis 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 classThis map hold all tokens related to the current view.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
WebsocketScopeManagerpublic WebsocketScopeManager()
 
- 
- 
Method Details- 
getScope
- 
getApplicationScope
- 
getSessionScope
- 
getViewScope
 
-