Class UIScopedContext

  • All Implemented Interfaces:
    javax.enterprise.context.spi.Context

    public class UIScopedContext
    extends org.apache.deltaspike.core.util.context.AbstractContext
    UIScopedContext is the context for @UIScoped beans.
    • Constructor Detail

      • UIScopedContext

        public UIScopedContext​(javax.enterprise.inject.spi.BeanManager beanManager)
    • Method Detail

      • getContextualStorage

        protected org.apache.deltaspike.core.util.context.ContextualStorage getContextualStorage​(javax.enterprise.context.spi.Contextual<?> contextual,
                                                                                                 boolean createIfNotExist)
        Specified by:
        getContextualStorage in class org.apache.deltaspike.core.util.context.AbstractContext
      • init

        public void init​(javax.enterprise.inject.spi.BeanManager beanManager)
      • isActive

        public boolean isActive()