Uses of Interface
com.aspectran.core.adapter.SessionAdapter
-
Packages that use SessionAdapter Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.adapter A package for providing basic adapters for integration with a core activity.com.aspectran.daemon.adapter Contains a variant of the adapter interface for Aspectran Daemon.com.aspectran.daemon.service Contains a variant of the service interface for Aspectran Daemon.com.aspectran.embed.adapter Contains a variant of the adapter interface for embedded Aspectran.com.aspectran.embed.service Contains a variant of the service interface for embedded Aspectran.com.aspectran.shell.adapter Contains a variant of the adapter interface for command-line application.com.aspectran.shell.service Contains a variant of the service interface for command-line application.com.aspectran.web.adapter Contains a variant of the adapter interface for web application. -
-
Uses of SessionAdapter in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return SessionAdapter Modifier and Type Method Description SessionAdapter
AbstractActivity. getSessionAdapter()
SessionAdapter
Activity. getSessionAdapter()
Gets the session adapter.SessionAdapter
CoreTranslet. getSessionAdapter()
SessionAdapter
Translet. getSessionAdapter()
Gets the session adapter.Methods in com.aspectran.core.activity with parameters of type SessionAdapter Modifier and Type Method Description protected void
AbstractActivity. setSessionAdapter(SessionAdapter sessionAdapter)
Sets the session adapter.void
InstantActivity. setSessionAdapter(SessionAdapter sessionAdapter)
void
SessionScopeActivity. setSessionAdapter(SessionAdapter sessionAdapter)
-
Uses of SessionAdapter in com.aspectran.core.adapter
Classes in com.aspectran.core.adapter that implement SessionAdapter Modifier and Type Class Description class
AbstractSessionAdapter
The Abstract Class for session object adapter.class
BasicSessionAdapter
The Class BasicSessionAdapter. -
Uses of SessionAdapter in com.aspectran.daemon.adapter
Classes in com.aspectran.daemon.adapter that implement SessionAdapter Modifier and Type Class Description class
DaemonSessionAdapter
Adapt Daemon Session to CoreSessionAdapter
. -
Uses of SessionAdapter in com.aspectran.daemon.service
Methods in com.aspectran.daemon.service that return SessionAdapter Modifier and Type Method Description SessionAdapter
AspectranDaemonService. newSessionAdapter()
SessionAdapter
DaemonService. newSessionAdapter()
Create and return a new session adapter from the daemon service. -
Uses of SessionAdapter in com.aspectran.embed.adapter
Classes in com.aspectran.embed.adapter that implement SessionAdapter Modifier and Type Class Description class
AspectranSessionAdapter
Adapt Aspectran Session to CoreSessionAdapter
. -
Uses of SessionAdapter in com.aspectran.embed.service
Methods in com.aspectran.embed.service that return SessionAdapter Modifier and Type Method Description SessionAdapter
DefaultEmbeddedAspectran. newSessionAdapter()
SessionAdapter
EmbeddedAspectran. newSessionAdapter()
Create and return a new session adapter from the embedded aspectran. -
Uses of SessionAdapter in com.aspectran.shell.adapter
Classes in com.aspectran.shell.adapter that implement SessionAdapter Modifier and Type Class Description class
ShellSessionAdapter
Adapt Shell Session to CoreSessionAdapter
. -
Uses of SessionAdapter in com.aspectran.shell.service
Methods in com.aspectran.shell.service that return SessionAdapter Modifier and Type Method Description SessionAdapter
AbstractShellService. newSessionAdapter()
SessionAdapter
ShellService. newSessionAdapter()
Create and return a new session adapter from the shell service. -
Uses of SessionAdapter in com.aspectran.web.adapter
Classes in com.aspectran.web.adapter that implement SessionAdapter Modifier and Type Class Description class
AdviceHttpSessionAdapter
AdaptHttpSession
for AOP Advice to CoreSessionAdapter
.class
HttpSessionAdapter
AdaptHttpSession
to CoreSessionAdapter
.
-