Uses of Class
com.aspectran.core.component.bean.annotation.AvoidAdvice
-
Packages that use AvoidAdvice Package Description com.aspectran.core.component.bean.ablility com.aspectran.core.component.bean.aware com.aspectran.core.support -
-
Uses of AvoidAdvice in com.aspectran.core.component.bean.ablility
Methods in com.aspectran.core.component.bean.ablility with annotations of type AvoidAdvice Modifier and Type Method Description voidDisposableBean. destroy()A Dispose implementation that calls the destroy() method.TFactoryBean. getObject()Return an instance (possibly shared or independent) of the object managed by this factory.voidInitializableBean. initialize()Invoke on initialization after it has set all bean properties supplied.voidInitializableTransletBean. initialize(Translet translet)Invoke on initialization after it has set all bean properties supplied. -
Uses of AvoidAdvice in com.aspectran.core.component.bean.aware
Methods in com.aspectran.core.component.bean.aware with annotations of type AvoidAdvice Modifier and Type Method Description voidActivityContextAware. setActivityContext(ActivityContext context)voidApplicationAdapterAware. setApplicationAdapter(ApplicationAdapter applicationAdapter)voidClassLoaderAware. setClassLoader(java.lang.ClassLoader classLoader)Specify theClassLoaderto provide.voidCurrentActivityAware. setCurrentActivity(Activity activity)voidEnvironmentAware. setEnvironment(Environment environment) -
Uses of AvoidAdvice in com.aspectran.core.support
Classes in com.aspectran.core.support with annotations of type AvoidAdvice 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.
-