| Constructor | Description |
|---|---|
UnsupportedBeanScopeException(ScopeType scopeType,
BeanRule beanRule) |
Create a new UnsupportedBeanScopeException.
|
| Modifier and Type | Method | Description |
|---|---|---|
ScopeType |
scope() |
| Constructor | Description |
|---|---|
AbstractScope(ScopeType scopeType) |
| Modifier and Type | Method | Description |
|---|---|---|
ScopeType |
BeanRule.getScopeType() |
Gets the scope type.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BeanRule.setScopeType(ScopeType scopeType) |
Sets the scope type.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ScopeType |
ScopeType.resolve(java.lang.String alias) |
Returns a
ScopeType with a value represented
by the specified String. |
static ScopeType |
ScopeType.valueOf(java.lang.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.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.