Uses of Interface
com.aspectran.core.context.ActivityContext
-
Packages that use ActivityContext Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.component.bean com.aspectran.core.component.bean.aware com.aspectran.core.component.bean.proxy com.aspectran.core.component.template com.aspectran.core.context A Package for providing core components and configuring an execution environment.com.aspectran.core.context.builder com.aspectran.core.context.env com.aspectran.core.scheduler.activity Contains a variant of the activity interface for Aspectran Scheduler.com.aspectran.core.scheduler.service Contains a variant of the service interface for Aspectran Scheduler.com.aspectran.core.service A Package for providing core components and configuring an execution environment.com.aspectran.jetty Add-on package for building web application servers using Jetty.com.aspectran.undertow.server.http com.aspectran.undertow.server.servlet com.aspectran.web.activity Contains a variant of the activity interface for web application.com.aspectran.web.service Contains a variant of the service interface for web application.com.aspectran.websocket.jsr356 -
-
Uses of ActivityContext in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return ActivityContext Modifier and Type Method Description ActivityContextAbstractActivity. getActivityContext()ActivityContextActivity. getActivityContext()Gets the activity context.protected ActivityContextInstantActivitySupport. getActivityContext()Methods in com.aspectran.core.activity with parameters of type ActivityContext Modifier and Type Method Description voidInstantActivitySupport. setActivityContext(ActivityContext context)Constructors in com.aspectran.core.activity with parameters of type ActivityContext Constructor Description AbstractActivity(ActivityContext context)Instantiates a new abstract activity.AdviceActivity(ActivityContext context)Instantiates a new AdviceActivity.CoreActivity(ActivityContext context)Instantiates a new CoreActivity.DefaultActivity(ActivityContext context)Instantiates a new DefaultActivity.InstantActivity(ActivityContext context)Instantiates a new InstantActivity.NonActivity(ActivityContext context)Instantiates a new NonActivity. -
Uses of ActivityContext in com.aspectran.core.component.bean
Constructors in com.aspectran.core.component.bean with parameters of type ActivityContext Constructor Description DefaultBeanRegistry(ActivityContext context, BeanRuleRegistry beanRuleRegistry, BeanProxifierType beanProxifierType) -
Uses of ActivityContext in com.aspectran.core.component.bean.aware
Methods in com.aspectran.core.component.bean.aware with parameters of type ActivityContext Modifier and Type Method Description voidActivityContextAware. setActivityContext(ActivityContext context) -
Uses of ActivityContext in com.aspectran.core.component.bean.proxy
Methods in com.aspectran.core.component.bean.proxy with parameters of type ActivityContext Modifier and Type Method Description static java.lang.ObjectCglibDynamicProxyBean. newInstance(ActivityContext context, BeanRule beanRule, java.lang.Object[] args, java.lang.Class<?>[] argTypes)Creates a proxy class of bean and returns an instance of that class.static java.lang.ObjectJavassistDynamicProxyBean. newInstance(ActivityContext context, BeanRule beanRule, java.lang.Object[] args, java.lang.Class<?>[] argTypes)Creates a proxy class of bean and returns an instance of that class.static java.lang.ObjectJdkDynamicProxyBean. newInstance(ActivityContext context, BeanRule beanRule, java.lang.Object bean) -
Uses of ActivityContext in com.aspectran.core.component.template
Constructors in com.aspectran.core.component.template with parameters of type ActivityContext Constructor Description DefaultTemplateRenderer(ActivityContext context, TemplateRuleRegistry templateRuleRegistry)Instantiates a new context template renderer. -
Uses of ActivityContext in com.aspectran.core.context
Classes in com.aspectran.core.context that implement ActivityContext Modifier and Type Class Description classDefaultActivityContextThe Class DefaultActivityContext. -
Uses of ActivityContext in com.aspectran.core.context.builder
Methods in com.aspectran.core.context.builder that return ActivityContext Modifier and Type Method Description ActivityContextActivityContextBuilder. build()ActivityContextActivityContextBuilder. build(AspectranParameters aspectranParameters)ActivityContextActivityContextBuilder. build(java.lang.String rootFile)ActivityContextHybridActivityContextBuilder. build()ActivityContextHybridActivityContextBuilder. build(AspectranParameters aspectranParameters)ActivityContextHybridActivityContextBuilder. build(java.lang.String rootFile)protected ActivityContextAbstractActivityContextBuilder. createActivityContext(ActivityRuleAssistant assistant)Returns a new instance of ActivityContext. -
Uses of ActivityContext in com.aspectran.core.context.env
Constructors in com.aspectran.core.context.env with parameters of type ActivityContext Constructor Description ActivityEnvironment(EnvironmentProfiles environmentProfiles, ActivityContext activityContext) -
Uses of ActivityContext in com.aspectran.core.scheduler.activity
Constructors in com.aspectran.core.scheduler.activity with parameters of type ActivityContext Constructor Description JobActivity(ActivityContext context, org.quartz.JobExecutionContext jobExecutionContext)Instantiates a new job activity. -
Uses of ActivityContext in com.aspectran.core.scheduler.service
Methods in com.aspectran.core.scheduler.service that return ActivityContext Modifier and Type Method Description ActivityContextQuartzSchedulerService. getActivityContext()ActivityContextSchedulerService. getActivityContext() -
Uses of ActivityContext in com.aspectran.core.service
Methods in com.aspectran.core.service that return ActivityContext Modifier and Type Method Description ActivityContextAbstractCoreService. getActivityContext()ActivityContextCoreService. getActivityContext()Returns the activity context.Methods in com.aspectran.core.service with parameters of type ActivityContext Modifier and Type Method Description voidAbstractCoreService. setActivityContext(ActivityContext activityContext) -
Uses of ActivityContext in com.aspectran.jetty
Methods in com.aspectran.jetty with parameters of type ActivityContext Modifier and Type Method Description voidJettyWebAppContext. setActivityContext(ActivityContext context) -
Uses of ActivityContext in com.aspectran.undertow.server.http
Methods in com.aspectran.undertow.server.http with parameters of type ActivityContext Modifier and Type Method Description voidHttpHybridHandlerFactory. setActivityContext(ActivityContext context) -
Uses of ActivityContext in com.aspectran.undertow.server.servlet
Methods in com.aspectran.undertow.server.servlet with parameters of type ActivityContext Modifier and Type Method Description voidServletHybridHandlerFactory. setActivityContext(ActivityContext context) -
Uses of ActivityContext in com.aspectran.web.activity
Constructors in com.aspectran.web.activity with parameters of type ActivityContext Constructor Description WebActivity(ActivityContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Instantiates a new WebActivity. -
Uses of ActivityContext in com.aspectran.web.service
Methods in com.aspectran.web.service that return ActivityContext Modifier and Type Method Description static ActivityContextWebServiceHolder. getActivityContext(javax.servlet.http.HttpServlet servlet)Find the standalone ActivityContext for this web aspectran service.static ActivityContextWebServiceHolder. getActivityContext(javax.servlet.ServletContext servletContext)Find the root ActivityContext for this web aspectran service.static ActivityContextWebServiceHolder. getCurrentActivityContext() -
Uses of ActivityContext in com.aspectran.websocket.jsr356
Constructors in com.aspectran.websocket.jsr356 with parameters of type ActivityContext Constructor Description ServerEndpointExporter(ActivityContext context)
-