org.jboss.weld.context.unbound
Class ApplicationContextImpl

java.lang.Object
  extended by org.jboss.weld.context.AbstractContext
      extended by org.jboss.weld.context.AbstractSharedContext
          extended by org.jboss.weld.context.unbound.ApplicationContextImpl
All Implemented Interfaces:
javax.enterprise.context.spi.Context, org.jboss.weld.context.ApplicationContext

public class ApplicationContextImpl
extends AbstractSharedContext
implements org.jboss.weld.context.ApplicationContext


Constructor Summary
ApplicationContextImpl()
           
 
Method Summary
 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
get, get, getContextual, getId, getServiceRegistry
 
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
 
Methods inherited from interface javax.enterprise.context.spi.Context
get, get, isActive
 

Constructor Detail

ApplicationContextImpl

public ApplicationContextImpl()
Method Detail

getScope

public Class<javax.enterprise.context.ApplicationScoped> getScope()
Specified by:
getScope in interface javax.enterprise.context.spi.Context


Copyright © 2013 Seam Framework. All Rights Reserved.