Class ClientWindowScopeContext
java.lang.Object
org.apache.myfaces.cdi.clientwindow.ClientWindowScopeContext
- All Implemented Interfaces:
jakarta.enterprise.context.spi.Context
@Typed
public class ClientWindowScopeContext
extends Object
implements jakarta.enterprise.context.spi.Context
Minimal implementation of ClientWindowScope.
-
Constructor Summary
ConstructorsConstructorDescriptionClientWindowScopeContext
(jakarta.enterprise.inject.spi.BeanManager beanManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkActive
(FacesContext facesContext) boolean
destroy
(jakarta.enterprise.context.spi.Contextual bean) static void
destroyAll
(FacesContext facesContext) static void
destroyAll
(FacesContext context, String clientWindowId) <T> T
get
(jakarta.enterprise.context.spi.Contextual<T> bean) <T> T
get
(jakarta.enterprise.context.spi.Contextual<T> bean, jakarta.enterprise.context.spi.CreationalContext<T> creationalContext) protected ContextualStorage
getContextualStorage
(FacesContext facesContext, boolean createIfNotExist) protected String
getCurrentClientWindowId
(FacesContext context) Class<? extends Annotation>
getScope()
protected ClientWindowScopeContextualStorageHolder
getStorageHolder
(FacesContext context) boolean
isActive()
boolean
isActive
(FacesContext facesContext) static void
pushClientWindow
(FacesContext context, ClientWindow clientWindow)
-
Constructor Details
-
ClientWindowScopeContext
public ClientWindowScopeContext(jakarta.enterprise.inject.spi.BeanManager beanManager)
-
-
Method Details
-
getScope
- Specified by:
getScope
in interfacejakarta.enterprise.context.spi.Context
-
isActive
public boolean isActive()- Specified by:
isActive
in interfacejakarta.enterprise.context.spi.Context
-
isActive
-
getContextualStorage
protected ContextualStorage getContextualStorage(FacesContext facesContext, boolean createIfNotExist) -
get
public <T> T get(jakarta.enterprise.context.spi.Contextual<T> bean) - Specified by:
get
in interfacejakarta.enterprise.context.spi.Context
-
get
public <T> T get(jakarta.enterprise.context.spi.Contextual<T> bean, jakarta.enterprise.context.spi.CreationalContext<T> creationalContext) - Specified by:
get
in interfacejakarta.enterprise.context.spi.Context
-
checkActive
-
getStorageHolder
-
getCurrentClientWindowId
-
destroy
public boolean destroy(jakarta.enterprise.context.spi.Contextual bean) -
destroyAll
-
destroyAll
-
pushClientWindow
-