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