Uses of Interface
com.aspectran.core.component.bean.aware.Aware
-
-
Uses of Aware in com.aspectran.core.activity
Classes in com.aspectran.core.activity that implement Aware Modifier and Type Class Description classInstantActivitySupportInheriting this class provides access to the activity context and facilitates execution of the activity. -
Uses of Aware in com.aspectran.core.component.bean.aware
Subinterfaces of Aware in com.aspectran.core.component.bean.aware Modifier and Type Interface Description interfaceActivityContextAwareInterface to be implemented by any object that wishes to be notified of theActivityContext.interfaceApplicationAdapterAwareInterface to be implemented by any object that wishes to be notified of theApplicationAdapter.interfaceClassLoaderAwareThe ClassLoaderAware interface provides the ability to configure aClassLoaderto be used by the implementing object when loading classes or resources.interfaceCurrentActivityAwareInterface to be implemented by any object that wishes to be notified of the currentActivitythat it runs in.interfaceEnvironmentAwareInterface to be implemented by any object that wishes to be notified of theEnvironment. -
Uses of Aware in com.aspectran.core.component.session
Classes in com.aspectran.core.component.session that implement Aware Modifier and Type Class Description classAbstractSessionStoreFactoryAbstract Implementation for SessionStoreFactory.classDefaultSessionManagerImplementation of SessionManager.classFileSessionStoreFactory -
Uses of Aware in com.aspectran.core.component.session.redis.lettuce
Classes in com.aspectran.core.component.session.redis.lettuce that implement Aware Modifier and Type Class Description classDefaultLettuceSessionStoreFactoryFactory that creates a Redis-based session store using Lettuce as a client. -
Uses of Aware in com.aspectran.core.component.session.redis.lettuce.cluster
Classes in com.aspectran.core.component.session.redis.lettuce.cluster that implement Aware Modifier and Type Class Description classClusterLettuceSessionStoreFactoryFactory that creates a Redis-based session store using Lettuce as a client. -
Uses of Aware in com.aspectran.core.component.session.redis.lettuce.masterreplica
Classes in com.aspectran.core.component.session.redis.lettuce.masterreplica that implement Aware Modifier and Type Class Description classMasterReplicaLettuceSessionStoreFactoryFactory that creates a Redis-based session store using Lettuce as a client. -
Uses of Aware in com.aspectran.core.support
Classes in com.aspectran.core.support that implement Aware Modifier and Type Class Description classBasePathFactoryBeanBasePathFactoryBeanthat returns the base path where the root application is running.classCurrentActivityDataFactoryBeanCurrentActivityDataFactoryBeanthat returns theActivityDatafor the current request.classCurrentEnvironmentFactoryBeanCurrentEnvironmentFactoryBeanthat returns theEnvironment.classCurrentTransletFactoryBeanCurrentTransletFactoryBeanthat returns theTransletfor the current request. -
Uses of Aware in com.aspectran.core.support.i18n.message
Classes in com.aspectran.core.support.i18n.message that implement Aware Modifier and Type Class Description classResourceBundleMessageSourceThis class is a clone of org.springframework.context.support.ResourceBundleMessageSource -
Uses of Aware in com.aspectran.freemarker
Classes in com.aspectran.freemarker that implement Aware Modifier and Type Class Description classFreeMarkerConfigurationFactoryFactory that configures a FreeMarker Configuration.classFreeMarkerConfigurationFactoryBeanJavaBean to configure FreeMarker. -
Uses of Aware in com.aspectran.jetty
Classes in com.aspectran.jetty that implement Aware Modifier and Type Class Description classJettyWebAppContextThe Class JettyWebAppContext. -
Uses of Aware in com.aspectran.mybatis
Classes in com.aspectran.mybatis that implement Aware Modifier and Type Class Description classSqlSessionAgentThe SqlSession Agent.classSqlSessionFactoryBeanFactoryBeanthat creates an MyBatisSqlSessionFactoryusing default MyBatis Configuration. -
Uses of Aware in com.aspectran.pebble
Classes in com.aspectran.pebble that implement Aware Modifier and Type Class Description classPebbleEngineFactoryFactory that configures a Pebble Engine Configuration.classPebbleEngineFactoryBeanJavaBean to configure Pebble Engine. -
Uses of Aware in com.aspectran.undertow.server.accesslog
Classes in com.aspectran.undertow.server.accesslog that implement Aware Modifier and Type Class Description classAccessLogHandlerWrapperCreated: 2019-08-18 -
Uses of Aware in com.aspectran.undertow.server.http
Classes in com.aspectran.undertow.server.http that implement Aware Modifier and Type Class Description classHttpHybridHandlerFactoryCreated: 06/10/2019classHybridHttpHandlerFactoryBeanCreated: 06/10/2019 -
Uses of Aware in com.aspectran.undertow.server.resource
Classes in com.aspectran.undertow.server.resource that implement Aware Modifier and Type Class Description classTowResourceManager -
Uses of Aware in com.aspectran.undertow.server.servlet
Classes in com.aspectran.undertow.server.servlet that implement Aware Modifier and Type Class Description classServletHybridHandlerFactoryCreated: 2019-08-04classServletHybridHandlerFactoryBeanCreated: 2019-08-04classTowJasperInitializerInitializer for the Jasper JSP Engine.classTowServletContextCreated: 2019-08-05 -
Uses of Aware in com.aspectran.undertow.server.session
Classes in com.aspectran.undertow.server.session that implement Aware Modifier and Type Class Description classTowSessionManagerCreated: 2019-08-07 -
Uses of Aware in com.aspectran.undertow.support
Classes in com.aspectran.undertow.support that implement Aware Modifier and Type Class Description classSessionListenerRegistrationBeanA Bean to register session listener in session manager.
-