java.lang.Object
com.sun.faces.cdi.clientwindow.ClientWindowScopeManager
- All Implemented Interfaces:
 HttpSessionListener,EventListener
The manager that deals with non-CDI and CDI ClientWindowScoped beans.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringStores the constant to keep track of the ClientWindowScopeManager. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ClientWindowScopeManagergetInstance(FacesContext facesContext) Get our instance.voidCreate the associated data in the session (if any).voidsessionDestroyed(HttpSessionEvent httpSessionEvent) Destroy the associated data in the session. 
- 
Field Details
- 
CLIENT_WINDOW_SCOPE_MANAGER
Stores the constant to keep track of the ClientWindowScopeManager.- See Also:
 
 
 - 
 - 
Constructor Details
- 
ClientWindowScopeManager
public ClientWindowScopeManager()Constructor. 
 - 
 - 
Method Details
- 
getInstance
Get our instance.- Parameters:
 facesContext- the FacesContext.- Returns:
 - our instance
 
 - 
sessionCreated
Create the associated data in the session (if any).- Specified by:
 sessionCreatedin interfaceHttpSessionListener- Parameters:
 se- the HTTP session event.
 - 
sessionDestroyed
Destroy the associated data in the session.- Specified by:
 sessionDestroyedin interfaceHttpSessionListener- Parameters:
 httpSessionEvent- the HTTP session event.
 
 -