org.jboss.weld.context
Class SingletonContext

java.lang.Object
  extended by org.jboss.weld.context.AbstractContext
      extended by org.jboss.weld.context.AbstractMapContext
          extended by org.jboss.weld.context.AbstractApplicationContext
              extended by org.jboss.weld.context.SingletonContext
All Implemented Interfaces:
javax.enterprise.context.spi.Context

public class SingletonContext
extends AbstractApplicationContext


Constructor Summary
SingletonContext()
           
 
Method Summary
 
Methods inherited from class org.jboss.weld.context.AbstractApplicationContext
getBeanStore, isActive, isCreationLockRequired, setActive, setBeanStore, toString
 
Methods inherited from class org.jboss.weld.context.AbstractMapContext
cleanup, destroy, get, get, getContextual, getId
 
Methods inherited from class org.jboss.weld.context.AbstractContext
getScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingletonContext

public SingletonContext()


Copyright © 2008-2009 Seam Framework. All Rights Reserved.