Package | Description |
---|---|
org.jboss.seam |
The Seam component meta-model.
|
org.jboss.seam.contexts |
The Seam Context API and implementations.
|
org.jboss.seam.core |
A set of Seam components that implement Seam.
|
org.jboss.seam.databinding |
Implementation of @DataModel and friends.
|
org.jboss.seam.init |
Stuff for starting and initializing Seam in
a servlet environment.
|
org.jboss.seam.navigation |
Implementation of pages.xml based navigation
|
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
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) |
static Object |
Component.getInstance(String name,
ScopeType scope,
boolean create,
boolean allowAutocreation) |
Constructor and Description |
---|
Component(Class<?> clazz,
String componentName,
ScopeType componentScope,
boolean startup,
String[] dependencies,
String jndiName) |
Modifier and Type | Method and Description |
---|---|
ScopeType |
BasicContext.getType() |
ScopeType |
ServerConversationContext.getType() |
ScopeType |
PageContext.getType() |
ScopeType |
Context.getType()
Get the scope that this context object is associated with,
|
Constructor and Description |
---|
BasicContext(ScopeType scope) |
BasicContext(ScopeType scope,
Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
ScopeType |
Init.FactoryMethod.getScope() |
ScopeType |
Init.FactoryExpression.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
Init.addFactoryMethodExpression(String variable,
String methodBindingExpression,
ScopeType scope) |
void |
Init.addFactoryValueExpression(String variable,
String valueBindingExpression,
ScopeType scope) |
Modifier and Type | Method and Description |
---|---|
ScopeType |
DataModelBinder.getVariableScope(DataModel out) |
ScopeType |
DataBinder.getVariableScope(Out out) |
Modifier and Type | Field and Description |
---|---|
protected ScopeType |
ComponentDescriptor.scope |
Modifier and Type | Method and Description |
---|---|
ScopeType |
ComponentDescriptor.getScope() |
Constructor and Description |
---|
ComponentDescriptor(String name,
Class<?> componentClass,
ScopeType scope)
For a scanned role
|
ComponentDescriptor(String name,
Class<?> componentClass,
ScopeType scope,
Boolean autoCreate,
Boolean startup,
String[] startupDepends,
String jndiName,
Boolean installed,
Integer precedence)
For components.xml
|
Modifier and Type | Method and Description |
---|---|
ScopeType |
Put.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
Put.setScope(ScopeType scope) |
Copyright © 2015 Seam Framework. All Rights Reserved.