Uses of Class
com.aspectran.core.context.rule.type.ScopeType
-
-
Uses of ScopeType in com.aspectran.core.component.bean
Constructors in com.aspectran.core.component.bean with parameters of type ScopeType Constructor Description UnsupportedBeanScopeException(ScopeType scopeType, BeanRule beanRule)Create a new UnsupportedBeanScopeException. -
Uses of ScopeType in com.aspectran.core.component.bean.annotation
Methods in com.aspectran.core.component.bean.annotation that return ScopeType Modifier and Type Method Description ScopeTypevalue() -
Uses of ScopeType in com.aspectran.core.component.bean.scope
Methods in com.aspectran.core.component.bean.scope that return ScopeType Modifier and Type Method Description ScopeTypeRequestScope. getScopeType()ScopeTypeScope. getScopeType()Returns the scope type.ScopeTypeSessionScope. getScopeType()ScopeTypeSingletonScope. getScopeType() -
Uses of ScopeType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ScopeType Modifier and Type Method Description ScopeTypeBeanRule. getScopeType()Gets the scope type.Methods in com.aspectran.core.context.rule with parameters of type ScopeType Modifier and Type Method Description voidBeanRule. setScopeType(ScopeType scopeType)Sets the scope type. -
Uses of ScopeType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return ScopeType Modifier and Type Method Description static ScopeTypeScopeType. resolve(java.lang.String alias)Returns aScopeTypewith a value represented by the specifiedString.static ScopeTypeScopeType. 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.
-