Uses of Class
org.apache.webbeans.context.type.ContextTypes

Packages that use ContextTypes
org.apache.webbeans.context   
org.apache.webbeans.context.type   
 

Uses of ContextTypes in org.apache.webbeans.context
 

Fields in org.apache.webbeans.context declared as ContextTypes
protected  ContextTypes AbstractContext.type
          Context type
 

Methods in org.apache.webbeans.context that return ContextTypes
 ContextTypes WebBeansContext.getType()
          Returns context type.
 ContextTypes AbstractContext.getType()
          Type of the context.
 

Methods in org.apache.webbeans.context with parameters of type ContextTypes
 javax.enterprise.context.spi.Context ContextFactory.getStandardContext(ContextsService contextService, ContextTypes type)
           
 javax.enterprise.context.spi.Context ContextFactory.getStandardContext(ContextTypes type)
          Gets the current context with given type.
 

Constructors in org.apache.webbeans.context with parameters of type ContextTypes
AbstractContext(ContextTypes type)
          Creates a new context with given context type.
 

Uses of ContextTypes in org.apache.webbeans.context.type
 

Methods in org.apache.webbeans.context.type that return ContextTypes
static ContextTypes ContextTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContextTypes[] ContextTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.