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.activity.aspect com.aspectran.core.component.bean com.aspectran.core.component.bean.aware com.aspectran.core.component.bean.proxy com.aspectran.core.component.session Session Management Implementationscom.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.expr com.aspectran.core.service A Package for providing core components and configuring an execution environment.com.aspectran.scheduler.activity Contains a variant of the activity interface for Aspectran Scheduler.com.aspectran.scheduler.service Contains a variant of the service interface for Aspectran Scheduler. -
-
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.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.InstantActivity(ActivityContext context, ParameterMap parameterMap, java.util.Map<java.lang.String,java.lang.Object> attributeMap)Instantiates a new InstantActivity.SessionScopeActivity(ActivityContext context)Instantiates a new session scope activity. -
Uses of ActivityContext in com.aspectran.core.activity.aspect
Methods in com.aspectran.core.activity.aspect with parameters of type ActivityContext Modifier and Type Method Description static SessionScopeAdvisorSessionScopeAdvisor. create(ActivityContext context) -
Uses of ActivityContext in com.aspectran.core.component.bean
Fields in com.aspectran.core.component.bean declared as ActivityContext Modifier and Type Field Description protected ActivityContextAbstractBeanFactory. contextConstructors in com.aspectran.core.component.bean with parameters of type ActivityContext Constructor Description AbstractBeanFactory(ActivityContext context, BeanRuleRegistry beanRuleRegistry, BeanProxifierType beanProxifierType)AbstractBeanRegistry(ActivityContext context, BeanRuleRegistry beanRuleRegistry, BeanProxifierType beanProxifierType)ContextBeanRegistry(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.ObjectCglibDynamicBeanProxy. 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.ObjectJavassistDynamicBeanProxy. 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.ObjectJdkDynamicBeanProxy. newInstance(ActivityContext context, BeanRule beanRule, java.lang.Object bean) -
Uses of ActivityContext in com.aspectran.core.component.session
Constructors in com.aspectran.core.component.session with parameters of type ActivityContext Constructor Description DefaultSessionManager(ActivityContext context) -
Uses of ActivityContext in com.aspectran.core.component.template
Constructors in com.aspectran.core.component.template with parameters of type ActivityContext Constructor Description ContextTemplateProcessor(ActivityContext context, TemplateRuleRegistry templateRuleRegistry)Instantiates a new context template processor. -
Uses of ActivityContext in com.aspectran.core.context
Classes in com.aspectran.core.context that implement ActivityContext Modifier and Type Class Description classAspectranActivityContextThe Class AspectranActivityContext. -
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 appConfigRootFile)ActivityContextHybridActivityContextBuilder. build()ActivityContextHybridActivityContextBuilder. build(AspectranParameters aspectranParameters)ActivityContextHybridActivityContextBuilder. build(java.lang.String appConfigRootFile)protected ActivityContextAbstractActivityContextBuilder. createActivityContext(ContextRuleAssistant assistant)Returns a new instance of ActivityContext. -
Uses of ActivityContext in com.aspectran.core.context.expr
Constructors in com.aspectran.core.context.expr with parameters of type ActivityContext Constructor Description ItemExpressionParser(ActivityContext context)Instantiates a new ItemExpressionParser.TokenExpressionParser(ActivityContext context)Instantiates a new token expression parser. -
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()Gets 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.scheduler.activity
Constructors in com.aspectran.scheduler.activity with parameters of type ActivityContext Constructor Description JobActivity(ActivityContext context, RequestAdapter requestAdapter, ResponseAdapter responseAdapter)Instantiates a new job activity. -
Uses of ActivityContext in com.aspectran.scheduler.service
Constructors in com.aspectran.scheduler.service with parameters of type ActivityContext Constructor Description QuartzSchedulerService(ActivityContext context)
-