Uses of Interface
com.aspectran.core.component.bean.aware.Aware
-
Packages that use Aware Package Description com.aspectran.core.component.bean.aware com.aspectran.core.component.session Session Management Implementationscom.aspectran.core.support com.aspectran.core.support.i18n.message -
-
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 classAbstractSessionStoreFactoryCreated: 2019/12/07classDefaultSessionManagerImplementation of SessionManager.classFileSessionStoreFactory -
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 theActivityDataMapfor the current request.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
-