Class 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 Detail

      • ClientWindowScopeContext

        public ClientWindowScopeContext​(jakarta.enterprise.inject.spi.BeanManager beanManager)
    • Method Detail

      • getScope

        public Class<? extends Annotation> getScope()
        Specified by:
        getScope in interface jakarta.enterprise.context.spi.Context
      • isActive

        public boolean isActive()
        Specified by:
        isActive in interface jakarta.enterprise.context.spi.Context
      • isActive

        public boolean isActive​(FacesContext facesContext)
      • get

        public <T> T get​(jakarta.enterprise.context.spi.Contextual<T> bean)
        Specified by:
        get in interface jakarta.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 interface jakarta.enterprise.context.spi.Context
      • checkActive

        protected void checkActive​(FacesContext facesContext)
      • getCurrentClientWindowId

        protected String getCurrentClientWindowId​(FacesContext context)
      • destroyAll

        public static void destroyAll​(FacesContext facesContext)
      • destroyAll

        public static void destroyAll​(FacesContext context,
                                      String clientWindowId)