站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.0.1 API 英文版文档

Uses of Class org.jboss.seam.ScopeType (JBoss Seam API Documentation) - JBoss Seam 1.0.1 API 英文版文档


Uses of Class
org.jboss.seam.ScopeType

Packages that use ScopeType
org.jboss.seam   
org.jboss.seam.contexts   
org.jboss.seam.databinding   
org.jboss.seam.init   
 

Uses of ScopeType in org.jboss.seam
 

Methods in org.jboss.seam that return ScopeType
static ScopeType Seam.getComponentRoleScope(Class clazz, Role role)
          Get the scope for a role
static ScopeType Seam.getComponentScope(Class<?> clazz)
          Get the default scope
 ScopeType ComponentType.getDefaultScope()
           
 ScopeType Component.getScope()
           
static ScopeType ScopeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScopeType[] ScopeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.seam with parameters of type ScopeType
static Object Component.getInstance(Class<?> clazz, ScopeType scope, boolean create)
           
static Object Component.getInstance(String name, ScopeType scope, boolean create)
           
 

Constructors in org.jboss.seam with parameters of type ScopeType
Component(Class<?> clazz, String componentName, ScopeType componentScope)
           
Component(Class<?> clazz, String componentName, ScopeType componentScope, Context applicationContext)
           
 

Uses of ScopeType in org.jboss.seam.contexts
 

Methods in org.jboss.seam.contexts that return ScopeType
 ScopeType BusinessProcessContext.getType()
           
 ScopeType ClientConversationContext.getType()
           
 ScopeType Context.getType()
           
 ScopeType FacesApplicationContext.getType()
           
 ScopeType MapContext.getType()
           
 ScopeType PageContext.getType()
           
 ScopeType ServerConversationContext.getType()
           
 ScopeType StatelessContext.getType()
           
 ScopeType WebApplicationContext.getType()
           
 ScopeType WebRequestContext.getType()
           
 ScopeType WebSessionContext.getType()
           
 

Constructors in org.jboss.seam.contexts with parameters of type ScopeType
MapContext(ScopeType scope)
           
 

Uses of ScopeType in org.jboss.seam.databinding
 

Methods in org.jboss.seam.databinding that return ScopeType
 ScopeType DataModelBinder.getVariableScope(DataModel out)
           
 ScopeType DataBinder.getVariableScope(Out out)
           
 

Uses of ScopeType in org.jboss.seam.init
 

Methods in org.jboss.seam.init with parameters of type ScopeType
protected  void Initialization.addComponent(String name, ScopeType scope, Class clazz, Context context)