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:
AlterableContext,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<ApplicationScoped>getScope()Get the scope type of the context object.-
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 javax.enterprise.context.spi.AlterableContext
destroy
-
Methods inherited from interface org.jboss.weld.context.ApplicationContext
invalidate
-
-
-
-
Constructor Detail
-
ApplicationContextImpl
public ApplicationContextImpl(String contextId)
-
-
Method Detail
-
getScope
public Class<ApplicationScoped> getScope()
Description copied from interface:ContextGet the scope type of the context object.
-
-