Class RequestScope
java.lang.Object
com.aspectran.core.component.bean.scope.AbstractScope
com.aspectran.core.component.bean.scope.RequestScope
- All Implemented Interfaces:
Scope
,NonPersistent
The Class RequestScope.
- Since:
- 2011. 3. 12.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the lock of this scope.Returns the type of this scope.Methods inherited from class com.aspectran.core.component.bean.scope.AbstractScope
containsBeanRule, destroy, destroy, getBeanInstance, getBeanRuleByInstance, getScopedBeanInstances, putBeanInstance
-
Constructor Details
-
RequestScope
public RequestScope()Instantiates a new Request scope.
-
-
Method Details