Uses of Interface
com.aspectran.core.component.bean.aware.ActivityContextAware
-
Packages that use ActivityContextAware Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.jetty Add-on package for building web application servers using Jetty.com.aspectran.mybatis Add-on package for integrating MyBatis.com.aspectran.undertow.server.http com.aspectran.undertow.server.servlet com.aspectran.undertow.support -
-
Uses of ActivityContextAware in com.aspectran.core.activity
Classes in com.aspectran.core.activity that implement ActivityContextAware Modifier and Type Class Description classInstantActivitySupportInheriting this class provides access to the activity context and facilitates execution of the activity. -
Uses of ActivityContextAware in com.aspectran.jetty
Classes in com.aspectran.jetty that implement ActivityContextAware Modifier and Type Class Description classJettyWebAppContextThe Class JettyWebAppContext. -
Uses of ActivityContextAware in com.aspectran.mybatis
Classes in com.aspectran.mybatis that implement ActivityContextAware Modifier and Type Class Description classSqlSessionAgentThe SqlSession Agent. -
Uses of ActivityContextAware in com.aspectran.undertow.server.http
Classes in com.aspectran.undertow.server.http that implement ActivityContextAware Modifier and Type Class Description classHttpHybridHandlerFactoryCreated: 06/10/2019classHybridHttpHandlerFactoryBeanCreated: 06/10/2019 -
Uses of ActivityContextAware in com.aspectran.undertow.server.servlet
Classes in com.aspectran.undertow.server.servlet that implement ActivityContextAware Modifier and Type Class Description classServletHybridHandlerFactoryCreated: 2019-08-04classServletHybridHandlerFactoryBeanCreated: 2019-08-04 -
Uses of ActivityContextAware in com.aspectran.undertow.support
Classes in com.aspectran.undertow.support that implement ActivityContextAware Modifier and Type Class Description classSessionListenerRegistrationBeanA Bean to register session listener in session manager.
-