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 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.undertow.adapter 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 SessionAdapterAbstractActivity. getSessionAdapter()SessionAdapterActivity. getSessionAdapter()Gets the session adapter.SessionAdapterCoreTranslet. getSessionAdapter()SessionAdapterTranslet. getSessionAdapter()Gets the session adapter.Methods in com.aspectran.core.activity with parameters of type SessionAdapter Modifier and Type Method Description protected voidAbstractActivity. setSessionAdapter(SessionAdapter sessionAdapter)Sets the session adapter.voidInstantActivity. 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 classAbstractSessionAdapterThe Abstract Class for session object adapter.classDefaultSessionAdapterAdaptSessionAgentto DefaultSessionAdapter. -
Uses of SessionAdapter in com.aspectran.daemon.adapter
Classes in com.aspectran.daemon.adapter that implement SessionAdapter Modifier and Type Class Description classDaemonSessionAdapterAdaptSessionAgentto CoreSessionAdapter. -
Uses of SessionAdapter in com.aspectran.daemon.service
Methods in com.aspectran.daemon.service that return SessionAdapter Modifier and Type Method Description SessionAdapterAbstractDaemonService. newSessionAdapter()SessionAdapterDaemonService. 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 classAspectranSessionAdapterAdaptSessionAgentto CoreSessionAdapter. -
Uses of SessionAdapter in com.aspectran.embed.service
Methods in com.aspectran.embed.service that return SessionAdapter Modifier and Type Method Description SessionAdapterAbstractEmbeddedAspectran. newSessionAdapter()SessionAdapterEmbeddedAspectran. 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 classShellSessionAdapterAdaptSessionAgentto CoreSessionAdapter. -
Uses of SessionAdapter in com.aspectran.shell.service
Methods in com.aspectran.shell.service that return SessionAdapter Modifier and Type Method Description SessionAdapterAbstractShellService. newSessionAdapter()SessionAdapterShellService. newSessionAdapter()Create and return a new session adapter from the shell service. -
Uses of SessionAdapter in com.aspectran.undertow.adapter
Classes in com.aspectran.undertow.adapter that implement SessionAdapter Modifier and Type Class Description classTowSessionAdapterAdaptHttpServerExchangeto CoreSessionAdapter. -
Uses of SessionAdapter in com.aspectran.web.adapter
Classes in com.aspectran.web.adapter that implement SessionAdapter Modifier and Type Class Description classHttpSessionAdapterAdaptHttpServletRequestto CoreSessionAdapter.
-