Package org.jboss.weld.contexts.unbound
Class ApplicationContextImpl
- java.lang.Object
-
- org.jboss.weld.contexts.AbstractContext
-
- org.jboss.weld.contexts.AbstractSharedContext
-
- org.jboss.weld.contexts.unbound.ApplicationContextImpl
-
- All Implemented Interfaces:
jakarta.enterprise.context.spi.AlterableContext,jakarta.enterprise.context.spi.Context,ApplicationContext
public class ApplicationContextImpl extends AbstractSharedContext implements ApplicationContext
-
-
Constructor Summary
Constructors Constructor Description ApplicationContextImpl(String contextId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<jakarta.enterprise.context.ApplicationScoped>getScope()-
Methods inherited from class org.jboss.weld.contexts.AbstractSharedContext
cleanup, destroy, getBeanStore, invalidate, isActive, toString
-
Methods inherited from class org.jboss.weld.contexts.AbstractContext
checkContextInitialized, destroy, get, get, getContextual, getId, getServiceRegistry, isMultithreaded
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jboss.weld.context.ApplicationContext
invalidate
-
-