Uses of Class
com.aspectran.core.component.bean.annotation.AvoidAdvice
-
Packages that use AvoidAdvice Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.component.bean.ablility com.aspectran.core.component.bean.aware com.aspectran.core.support 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 -
-
Uses of AvoidAdvice in com.aspectran.core.activity
Methods in com.aspectran.core.activity with annotations of type AvoidAdvice Modifier and Type Method Description voidInstantActivitySupport. setActivityContext(ActivityContext context) -
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. -
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 theActivityDatafor the current request.classCurrentEnvironmentFactoryBeanCurrentEnvironmentFactoryBeanthat returns theEnvironment.classCurrentTransletFactoryBeanCurrentTransletFactoryBeanthat returns theTransletfor the current request. -
Uses of AvoidAdvice in com.aspectran.jetty
Methods in com.aspectran.jetty with annotations of type AvoidAdvice Modifier and Type Method Description voidJettyWebAppContext. setActivityContext(ActivityContext context) -
Uses of AvoidAdvice in com.aspectran.mybatis
Classes in com.aspectran.mybatis with annotations of type AvoidAdvice Modifier and Type Class Description classSqlSessionFactoryBeanFactoryBeanthat creates an MyBatisSqlSessionFactoryusing default MyBatis Configuration. -
Uses of AvoidAdvice in com.aspectran.undertow.server.http
Methods in com.aspectran.undertow.server.http with annotations of type AvoidAdvice Modifier and Type Method Description voidHttpHybridHandlerFactory. setActivityContext(ActivityContext context) -
Uses of AvoidAdvice in com.aspectran.undertow.server.servlet
Methods in com.aspectran.undertow.server.servlet with annotations of type AvoidAdvice Modifier and Type Method Description voidServletHybridHandlerFactory. setActivityContext(ActivityContext context)
-