Uses of Interface
com.aspectran.core.context.ActivityContext
Packages that use ActivityContext
Package
Description
A package for handling an activity that perform requests, business logic, and responses.
Session Management Implementations
A Package for providing core components and configuring an execution environment.
Contains a variant of the activity interface for Aspectran Scheduler.
Contains a variant of the service interface for Aspectran Scheduler.
A Package for providing core components and configuring an execution environment.
Add-on package for using Freemarker as the templating engine.
Add-on package for using Pebble as the templating engine.
Add-on package for using Thymeleaf as the templating engine.
Contains a variant of the service interface for web application.
-
Uses of ActivityContext in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return ActivityContextModifier and TypeMethodDescriptionAbstractActivity.getActivityContext()
Activity.getActivityContext()
Gets the activity context.protected ActivityContext
InstantActivitySupport.getActivityContext()
Methods in com.aspectran.core.activity with parameters of type ActivityContextModifier and TypeMethodDescriptionvoid
InstantActivitySupport.setActivityContext
(ActivityContext context) Constructors in com.aspectran.core.activity with parameters of type ActivityContextModifierConstructorDescriptionprotected
AbstractActivity
(ActivityContext context) Instantiates a new abstract activity.AdviceActivity
(ActivityContext context) Instantiates a new AdviceActivity.protected
CoreActivity
(ActivityContext context) Instantiates a new CoreActivity.protected
CoreActivity
(ActivityContext context, String contextPath) Instantiates a new CoreActivity.DefaultActivity
(ActivityContext context) Instantiates a new DefaultActivity.InstantActivity
(ActivityContext context) Instantiates a new InstantActivity.InstantProxyActivity
(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 ActivityContextModifierConstructorDescriptionDefaultBeanRegistry
(ActivityContext context, BeanRuleRegistry beanRuleRegistry) -
Uses of ActivityContext in com.aspectran.core.component.bean.aware
Methods in com.aspectran.core.component.bean.aware with parameters of type ActivityContextModifier and TypeMethodDescriptionvoid
ActivityContextAware.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 ActivityContextModifier and TypeMethodDescriptionstatic Object
JavassistBeanProxy.create
(ActivityContext context, BeanRule beanRule, Object[] args, Class<?>[] argTypes) Creates a proxy class of bean and returns an instance of that class.static Object
JdkBeanProxy.create
(ActivityContext context, BeanRule beanRule, Object[] args, Class<?>[] argTypes) Constructors in com.aspectran.core.component.bean.proxy with parameters of type ActivityContext -
Uses of ActivityContext in com.aspectran.core.component.session
Methods in com.aspectran.core.component.session with parameters of type ActivityContextModifier and TypeMethodDescriptionvoid
DefaultSessionManager.setActivityContext
(ActivityContext context) -
Uses of ActivityContext in com.aspectran.core.component.template
Constructors in com.aspectran.core.component.template with parameters of type ActivityContextModifierConstructorDescriptionDefaultTemplateRenderer
(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 -
Uses of ActivityContext in com.aspectran.core.context.builder
Methods in com.aspectran.core.context.builder that return ActivityContextModifier and TypeMethodDescriptionActivityContextBuilder.build()
ActivityContextBuilder.build
(AspectranParameters aspectranParameters) HybridActivityContextBuilder.build()
HybridActivityContextBuilder.build
(AspectranParameters aspectranParameters) protected ActivityContext
AbstractActivityContextBuilder.createActivityContext
(ActivityRuleAssistant assistant) Returns a new instance of ActivityContext. -
Uses of ActivityContext in com.aspectran.core.context.env
Methods in com.aspectran.core.context.env with parameters of type ActivityContextConstructors in com.aspectran.core.context.env with parameters of type ActivityContextModifierConstructorDescriptionActivityEnvironment
(ActivityContext context, EnvironmentProfiles environmentProfiles) -
Uses of ActivityContext in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule with parameters of type ActivityContextModifier and TypeMethodDescriptionTemplateRule.getTemplateSource
(ActivityContext context) Token[]
TemplateRule.getTemplateTokens
(ActivityContext context) -
Uses of ActivityContext in com.aspectran.core.scheduler.activity
Constructors in com.aspectran.core.scheduler.activity with parameters of type ActivityContextModifierConstructorDescriptionJobActivity
(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 ActivityContextModifier and TypeMethodDescriptionAbstractSchedulerService.getActivityContext()
SchedulerService.getActivityContext()
-
Uses of ActivityContext in com.aspectran.core.service
Methods in com.aspectran.core.service that return ActivityContextModifier and TypeMethodDescriptionstatic ActivityContext
CoreServiceHolder.findActivityContext()
static ActivityContext
CoreServiceHolder.findActivityContext
(Class<?> clazz) static ActivityContext
CoreServiceHolder.findActivityContext
(String contextName) AbstractCoreService.getActivityContext()
CoreService.getActivityContext()
Methods in com.aspectran.core.service with parameters of type ActivityContextModifier and TypeMethodDescriptionprotected void
AbstractCoreService.setActivityContext
(ActivityContext activityContext) -
Uses of ActivityContext in com.aspectran.core.support
Methods in com.aspectran.core.support with parameters of type ActivityContextModifier and TypeMethodDescriptionvoid
PropertiesFactoryBean.setActivityContext
(ActivityContext context) -
Uses of ActivityContext in com.aspectran.core.support.i18n.message
Methods in com.aspectran.core.support.i18n.message with parameters of type ActivityContextModifier and TypeMethodDescriptionvoid
ResourceBundleMessageSource.setActivityContext
(ActivityContext context) -
Uses of ActivityContext in com.aspectran.freemarker
Methods in com.aspectran.freemarker with parameters of type ActivityContextModifier and TypeMethodDescriptionvoid
ConfigurationFactory.setActivityContext
(ActivityContext context) -
Uses of ActivityContext in com.aspectran.jetty.server.servlet
Methods in com.aspectran.jetty.server.servlet with parameters of type ActivityContextModifier and TypeMethodDescriptionvoid
JettyJasperInitializer.setActivityContext
(ActivityContext context) void
JettyWebAppContext.setActivityContext
(ActivityContext context) -
Uses of ActivityContext in com.aspectran.pebble
Methods in com.aspectran.pebble with parameters of type ActivityContextModifier and TypeMethodDescriptionvoid
PebbleEngineFactory.setActivityContext
(ActivityContext context) -
Uses of ActivityContext in com.aspectran.thymeleaf
Methods in com.aspectran.thymeleaf with parameters of type ActivityContextModifier and TypeMethodDescriptionvoid
TemplateEngineFactory.setActivityContext
(ActivityContext context) -
Uses of ActivityContext in com.aspectran.undertow.server.handler
Methods in com.aspectran.undertow.server.handler that return ActivityContextModifier and TypeMethodDescriptionprotected ActivityContext
AbstractRequestHandlerFactory.getActivityContext()
Methods in com.aspectran.undertow.server.handler with parameters of type ActivityContextModifier and TypeMethodDescriptionvoid
AbstractRequestHandlerFactory.setActivityContext
(ActivityContext context) -
Uses of ActivityContext in com.aspectran.undertow.server.handler.accesslog
Methods in com.aspectran.undertow.server.handler.accesslog with parameters of type ActivityContextModifier and TypeMethodDescriptionvoid
AccessLogHandlerWrapper.setActivityContext
(ActivityContext context) -
Uses of ActivityContext in com.aspectran.undertow.server.servlet
Methods in com.aspectran.undertow.server.servlet that return ActivityContextMethods in com.aspectran.undertow.server.servlet with parameters of type ActivityContextModifier and TypeMethodDescriptionvoid
TowJasperInitializer.setActivityContext
(ActivityContext context) void
TowServletContext.setActivityContext
(ActivityContext context) -
Uses of ActivityContext in com.aspectran.undertow.server.session
Methods in com.aspectran.undertow.server.session with parameters of type ActivityContextModifier and TypeMethodDescriptionvoid
TowSessionManager.setActivityContext
(ActivityContext context) -
Uses of ActivityContext in com.aspectran.web.service
Methods in com.aspectran.web.service that return ActivityContextModifier and TypeMethodDescriptionstatic ActivityContext
WebService.findActivityContext
(jakarta.servlet.ServletContext servletContext) Finds the root web service from the ServletContext and returns its ActivityContext.static ActivityContext
WebService.findActivityContext
(jakarta.servlet.ServletRequest servletRequest) Finds the derived web service from the ServletRequest and returns its ActivityContext.