Uses of Class
com.aspectran.core.component.bean.scope.AbstractScope
-
Packages that use AbstractScope Package Description com.aspectran.core.component.bean.scope Support for AOP-based scoping of target objects.com.aspectran.web.adapter Contains a variant of the adapter interface for web application. -
-
Uses of AbstractScope in com.aspectran.core.component.bean.scope
Subclasses of AbstractScope in com.aspectran.core.component.bean.scope Modifier and Type Class Description classRequestScopeThe Class RequestScope.classSessionScopeThe Class SessionScope.classSingletonScopeThe Class SingletonScope. -
Uses of AbstractScope in com.aspectran.web.adapter
Subclasses of AbstractScope in com.aspectran.web.adapter Modifier and Type Class Description classHttpSessionScopeThe Class HttpSessionScope.
-