Uses of Interface
com.aspectran.core.component.bean.aware.Aware
-
-
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.support
Classes in com.aspectran.core.support that implement Aware Modifier and Type Class Description classBasePathFactoryBeanBasePathFactoryBeanthat returns the base path under which the application is running.classCurrentActivityDataFactoryBeanCurrentActivityDataFactoryBeanthat returns theActivityDataMapfor the current request.classCurrentTransletFactoryBeanCurrentTransletFactoryBeanthat returns theTransletfor the current request. -
Uses of Aware in com.aspectran.core.support.freemarker
Classes in com.aspectran.core.support.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.core.support.i18n.message
Classes in com.aspectran.core.support.i18n.message that implement Aware Modifier and Type Class Description classResourceBundleMessageSource(This class is a member of the Spring Framework.) -
Uses of Aware in com.aspectran.core.support.pebble
Classes in com.aspectran.core.support.pebble that implement Aware Modifier and Type Class Description classPebbleEngineFactoryFactory that configures a Pebble Engine Configuration.classPebbleEngineFactoryBeanJavaBean to configure Pebble Engine.
-