Uses of Class
com.aspectran.core.component.bean.scope.SessionScope
-
Packages that use SessionScope Package Description com.aspectran.core.adapter A package for providing adapters for integration with a core activity.com.aspectran.core.component.bean.scope Support for AOP-based scoping of target objects.com.aspectran.undertow.adapter com.aspectran.web.adapter Contains a variant of the adapter interface for web application. -
-
Uses of SessionScope in com.aspectran.core.adapter
Methods in com.aspectran.core.adapter that return SessionScope Modifier and Type Method Description SessionScopeDefaultSessionAdapter. newSessionScope()SessionScopeSessionAdapter. newSessionScope() -
Uses of SessionScope in com.aspectran.core.component.bean.scope
Methods in com.aspectran.core.component.bean.scope that return SessionScope Modifier and Type Method Description static SessionScopeSessionScope. restore(Activity activity, BeanRuleRegistry beanRuleRegistry) -
Uses of SessionScope in com.aspectran.undertow.adapter
Methods in com.aspectran.undertow.adapter that return SessionScope Modifier and Type Method Description SessionScopeTowSessionAdapter. newSessionScope() -
Uses of SessionScope in com.aspectran.web.adapter
Subclasses of SessionScope in com.aspectran.web.adapter Modifier and Type Class Description classHttpSessionScopeThe Class HttpSessionScope.Methods in com.aspectran.web.adapter that return SessionScope Modifier and Type Method Description SessionScopeHttpSessionAdapter. newSessionScope()
-