| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | EventContext.getType() | 
|  ScopeType | FacesApplicationContext.getType() | 
|  ScopeType | PageContext.getType() | 
|  ScopeType | ServerConversationContext.getType() | 
|  ScopeType | StatelessContext.getType() | 
|  ScopeType | WebApplicationContext.getType() | 
|  ScopeType | WebRequestContext.getType() | 
|  ScopeType | WebSessionContext.getType() | 
| 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) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||