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

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


Uses of Class
org.jboss.seam.ScopeType

Packages that use ScopeType
org.jboss.seam   
org.jboss.seam.contexts   
org.jboss.seam.core   
org.jboss.seam.databinding   
org.jboss.seam.pages   
 

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)
           
static Object Component.getInstance(Class<?> clazz, ScopeType scope, boolean create)
           
static Object Component.getInstance(String name, ScopeType scope)
           
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, String jndiName)
           
 

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 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.core
 

Methods in org.jboss.seam.core that return ScopeType
 ScopeType Init.FactoryMethod.getScope()
           
 ScopeType Init.FactoryBinding.getScope()
           
 

Methods in org.jboss.seam.core with parameters of type ScopeType
 void Init.addFactoryMethodBinding(String variable, String methodBindingExpression, ScopeType scope)
           
 void Init.addFactoryValueBinding(String variable, String valueBindingExpression, 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.pages
 

Methods in org.jboss.seam.pages that return ScopeType
 ScopeType Put.getScope()
           
 

Methods in org.jboss.seam.pages with parameters of type ScopeType
 void Put.setScope(ScopeType scope)