Uses of Interface
com.aspectran.core.activity.Activity
-
Packages that use Activity Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.process.action com.aspectran.core.activity.response com.aspectran.core.activity.response.dispatch com.aspectran.core.activity.response.transform com.aspectran.core.component.bean.aware com.aspectran.core.component.bean.proxy com.aspectran.core.component.bean.scope com.aspectran.core.component.template com.aspectran.core.context A Package for providing core components and configuring an execution environment.com.aspectran.core.context.env com.aspectran.core.context.expr com.aspectran.core.context.rule com.aspectran.core.service A Package for providing core components and configuring an execution environment.com.aspectran.core.support com.aspectran.scheduler.activity Contains a variant of the activity interface for Aspectran Scheduler. -
-
Uses of Activity in com.aspectran.core.activity
Classes in com.aspectran.core.activity that implement Activity Modifier and Type Class Description classAbstractActivityThe Class AbstractActivity.classAdviceActivityActivity related to advice.classCoreActivityCore activity that handles all external requests.classDefaultActivityDefault activity to handle all internal requests.classInstantActivityAn activity that handles the temporary request.Methods in com.aspectran.core.activity with type parameters of type Activity Modifier and Type Method Description protected <V extends Activity>
VAbstractActivity. getParentActivity()Methods in com.aspectran.core.activity that return Activity Modifier and Type Method Description protected ActivityActivityDataMap. getActivity()protected ActivityAbstractActivity. getCurrentActivity()Gets the current activity.Methods in com.aspectran.core.activity with parameters of type Activity Modifier and Type Method Description static FormattingContextFormattingContext. parse(Activity activity)Constructors in com.aspectran.core.activity with parameters of type Activity Constructor Description ActivityDataMap(Activity activity)Instantiates a new ActivityDataMap. -
Uses of Activity in com.aspectran.core.activity.process.action
Methods in com.aspectran.core.activity.process.action with parameters of type Activity Modifier and Type Method Description java.lang.ObjectAdviceAction. execute(Activity activity)java.lang.ObjectAnnotatedAction. execute(Activity activity)java.lang.ObjectChooseAction. execute(Activity activity)java.lang.ObjectEchoAction. execute(Activity activity)java.lang.ObjectExecutable. execute(Activity activity)Execute this action.java.lang.ObjectHeaderAction. execute(Activity activity)java.lang.ObjectIncludeAction. execute(Activity activity)java.lang.ObjectInvokeAction. execute(Activity activity)protected java.lang.ObjectInvokeAction. execute(Activity activity, java.lang.Object bean)static java.lang.ObjectAnnotatedAction. invokeMethod(Activity activity, java.lang.Object bean, java.lang.reflect.Method method, ParameterBindingRule[] parameterBindingRules) -
Uses of Activity in com.aspectran.core.activity.response
Methods in com.aspectran.core.activity.response with parameters of type Activity Modifier and Type Method Description voidForwardResponse. commit(Activity activity)voidRedirectResponse. commit(Activity activity)voidResponse. commit(Activity activity)The result of the activity is processed into a specific response form and then sent to the client. -
Uses of Activity in com.aspectran.core.activity.response.dispatch
Methods in com.aspectran.core.activity.response.dispatch with parameters of type Activity Modifier and Type Method Description voidDispatchResponse. commit(Activity activity)voidViewDispatcher. dispatch(Activity activity, DispatchRule dispatchRule)Dispatch to other resources as the given rule. -
Uses of Activity in com.aspectran.core.activity.response.transform
Methods in com.aspectran.core.activity.response.transform with parameters of type Activity Modifier and Type Method Description voidAponTransformResponse. commit(Activity activity)voidCustomTransformResponse. commit(Activity activity)voidJsonTransformResponse. commit(Activity activity)voidNoneTransformResponse. commit(Activity activity)voidTextTransformResponse. commit(Activity activity)voidXmlTransformResponse. commit(Activity activity)voidXslTransformResponse. commit(Activity activity)voidCustomTransformer. transform(Activity activity) -
Uses of Activity in com.aspectran.core.component.bean.aware
Methods in com.aspectran.core.component.bean.aware with parameters of type Activity Modifier and Type Method Description voidCurrentActivityAware. setCurrentActivity(Activity activity) -
Uses of Activity in com.aspectran.core.component.bean.proxy
Methods in com.aspectran.core.component.bean.proxy with parameters of type Activity Modifier and Type Method Description protected voidAbstractDynamicProxyBean. afterAdvice(java.util.List<AspectAdviceRule> afterAdviceRuleList, BeanRule beanRule, Activity activity)protected voidAbstractDynamicProxyBean. beforeAdvice(java.util.List<AspectAdviceRule> beforeAdviceRuleList, BeanRule beanRule, Activity activity)protected booleanAbstractDynamicProxyBean. exception(java.util.List<ExceptionRule> exceptionRuleList, java.lang.Exception e, Activity activity)protected voidAbstractDynamicProxyBean. finallyAdvice(java.util.List<AspectAdviceRule> finallyAdviceRuleList, BeanRule beanRule, Activity activity)protected AspectAdviceRuleRegistryAbstractDynamicProxyBean. getAspectAdviceRuleRegistry(Activity activity, java.lang.String transletName, java.lang.String beanId, java.lang.String className, java.lang.String methodName) -
Uses of Activity in com.aspectran.core.component.bean.scope
Methods in com.aspectran.core.component.bean.scope with parameters of type Activity Modifier and Type Method Description voidAbstractScope. putBeanInstance(Activity activity, BeanRule beanRule, BeanInstance beanInstance)voidScope. putBeanInstance(Activity activity, BeanRule beanRule, BeanInstance beanInstance)Saves an instantiated bean with the given bean rule into the scope.voidSessionScope. putBeanInstance(Activity activity, BeanRule beanRule, BeanInstance beanInstance)static SessionScopeSessionScope. restore(Activity activity, BeanRuleRegistry beanRuleRegistry) -
Uses of Activity in com.aspectran.core.component.template
Methods in com.aspectran.core.component.template with parameters of type Activity Modifier and Type Method Description voidContextualTemplateRenderer. render(TemplateRule templateRule, Activity activity)voidContextualTemplateRenderer. render(TemplateRule templateRule, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model)voidContextualTemplateRenderer. render(TemplateRule templateRule, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model, java.io.Writer writer)voidContextualTemplateRenderer. render(java.lang.String templateId, Activity activity)voidContextualTemplateRenderer. render(java.lang.String templateId, Activity activity, java.io.Writer writer)voidContextualTemplateRenderer. render(java.lang.String templateId, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model)voidContextualTemplateRenderer. render(java.lang.String templateId, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model, java.io.Writer writer)voidTemplateRenderer. render(TemplateRule templateRule, Activity activity)Renders the template with specified TemplateRule.voidTemplateRenderer. render(TemplateRule templateRule, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model)Renders the template with specified TemplateRule.voidTemplateRenderer. render(TemplateRule templateRule, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model, java.io.Writer writer)Renders the template with specified TemplateRule.voidTemplateRenderer. render(java.lang.String templateId, Activity activity)Renders the template with specified TemplateRule by its ID.voidTemplateRenderer. render(java.lang.String templateId, Activity activity, java.io.Writer writer)Renders the template with specified TemplateRule by its ID.voidTemplateRenderer. render(java.lang.String templateId, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model)Renders the template with specified TemplateRule by its ID.voidTemplateRenderer. render(java.lang.String templateId, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model, java.io.Writer writer)TRenders the template with specified TemplateRule by its ID.Constructors in com.aspectran.core.component.template with parameters of type Activity Constructor Description TemplateDataMap(Activity activity) -
Uses of Activity in com.aspectran.core.context
Methods in com.aspectran.core.context that return Activity Modifier and Type Method Description ActivityActivityContext. getCurrentActivity()Gets the current activity.ActivityAspectranActivityContext. getCurrentActivity()ActivityActivityContext. getDefaultActivity()Gets the default activity.ActivityAspectranActivityContext. getDefaultActivity()Methods in com.aspectran.core.context with parameters of type Activity Modifier and Type Method Description voidActivityContext. setCurrentActivity(Activity activity)Sets the current activity.voidAspectranActivityContext. setCurrentActivity(Activity activity) -
Uses of Activity in com.aspectran.core.context.env
Methods in com.aspectran.core.context.env with parameters of type Activity Modifier and Type Method Description <T> TContextEnvironment. getProperty(java.lang.String name, Activity activity)<T> TEnvironment. getProperty(java.lang.String name, Activity activity)Returns the value of the property on environment via Activity. -
Uses of Activity in com.aspectran.core.context.expr
Fields in com.aspectran.core.context.expr declared as Activity Modifier and Type Field Description protected ActivityBooleanExpression. activityprotected ActivityTokenExpression. activityMethods in com.aspectran.core.context.expr with parameters of type Activity Modifier and Type Method Description static java.lang.ObjectTokenEvaluator. evaluate(java.lang.String str, Activity activity)Constructors in com.aspectran.core.context.expr with parameters of type Activity Constructor Description BooleanExpression(Activity activity)ItemExpression(Activity activity)Instantiates a new ItemExpression.TokenExpression(Activity activity)Instantiates a new token expression parser. -
Uses of Activity in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule with parameters of type Activity Modifier and Type Method Description java.lang.StringDispatchRule. getName(Activity activity)Gets the dispatch name.java.lang.StringRedirectRule. getPath(Activity activity)Gets the redirect path. -
Uses of Activity in com.aspectran.core.service
Methods in com.aspectran.core.service that return Activity Modifier and Type Method Description ActivityAbstractCoreService. getDefaultActivity()ActivityCoreService. getDefaultActivity()Returns the default activity. -
Uses of Activity in com.aspectran.core.support
Methods in com.aspectran.core.support with parameters of type Activity Modifier and Type Method Description voidCurrentActivityDataFactoryBean. setCurrentActivity(Activity activity)voidCurrentTransletFactoryBean. setCurrentActivity(Activity activity) -
Uses of Activity in com.aspectran.scheduler.activity
Classes in com.aspectran.scheduler.activity that implement Activity Modifier and Type Class Description classJobActivityThe Class JobActivity.
-