Uses of Interface
com.aspectran.core.component.session.NonPersistent
-
Packages that use NonPersistent 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 NonPersistent in com.aspectran.core.component.bean.scope
Subinterfaces of NonPersistent in com.aspectran.core.component.bean.scope Modifier and Type Interface Description interfaceScopeThe Interface Scope.Classes in com.aspectran.core.component.bean.scope that implement NonPersistent Modifier and Type Class Description classAbstractScopeBase class forScopeimplementations.classRequestScopeThe Class RequestScope.classSessionScopeThe Class SessionScope.classSingletonScopeThe Class SingletonScope. -
Uses of NonPersistent in com.aspectran.web.adapter
Classes in com.aspectran.web.adapter that implement NonPersistent Modifier and Type Class Description classHttpSessionScopeThe Class HttpSessionScope.
-