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 interface
Scope
The Interface Scope.Classes in com.aspectran.core.component.bean.scope that implement NonPersistent Modifier and Type Class Description class
AbstractScope
Base class forScope
implementations.class
RequestScope
The Class RequestScope.class
SessionScope
The Class SessionScope.class
SingletonScope
The Class SingletonScope. -
Uses of NonPersistent in com.aspectran.web.adapter
Classes in com.aspectran.web.adapter that implement NonPersistent Modifier and Type Class Description class
HttpSessionScope
The Class HttpSessionScope.
-