Uses of Interface
com.aspectran.core.activity.Activity
-
-
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.classInstantActivityCoreActivity could only be executed by the framework, but using this InstantActivity could also be executed by user code.classNonActivityThis is an activity that does nothing, and is mainly used for unit testing.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 ActivityActivityData. getActivity()protected ActivityInstantActivitySupport. getAvailableActivity()protected ActivityAbstractActivity. getCurrentActivity()Gets the current activity.protected ActivityInstantActivitySupport. getCurrentActivity()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 ActivityData(Activity activity)Instantiates a new ActivityData. -
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.voidResponseTemplate. commit(Activity activity) -
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 voidCustomTransformResponse. commit(Activity activity)voidTransformResponse. commit(Activity activity)voidAponTransformResponse. transform(Activity activity)voidCustomTransformer. transform(Activity activity)protected voidJsonTransformResponse. transform(Activity activity)protected voidNoneTransformResponse. transform(Activity activity)protected voidTextTransformResponse. transform(Activity activity)protected abstract voidTransformResponse. transform(Activity activity)protected voidXmlTransformResponse. transform(Activity activity)protected voidXslTransformResponse. 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 beanId, java.lang.String className, java.lang.String methodName)java.lang.ObjectCglibDynamicProxyBean. intercept(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args, net.sf.cglib.proxy.MethodProxy methodProxy, Activity activity)java.lang.ObjectJavassistDynamicProxyBean. invoke(java.lang.Object self, java.lang.reflect.Method overridden, java.lang.reflect.Method proceed, java.lang.Object[] args, Activity activity) -
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 voidDefaultTemplateRenderer. render(TemplateRule templateRule, Activity activity)voidDefaultTemplateRenderer. render(TemplateRule templateRule, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model)voidDefaultTemplateRenderer. render(TemplateRule templateRule, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model, java.io.Writer writer)voidDefaultTemplateRenderer. render(java.lang.String templateId, Activity activity)voidDefaultTemplateRenderer. render(java.lang.String templateId, Activity activity, java.io.Writer writer)voidDefaultTemplateRenderer. render(java.lang.String templateId, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model)voidDefaultTemplateRenderer. 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 TemplateModel(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. getAvailableActivity()Gets the available activity.ActivityDefaultActivityContext. getAvailableActivity()ActivityActivityContext. getCurrentActivity()Gets the current activity.ActivityDefaultActivityContext. getCurrentActivity()ActivityActivityContext. getDefaultActivity()Gets the default activity.ActivityDefaultActivityContext. 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.voidDefaultActivityContext. 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> TActivityEnvironment. 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 the specified 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 ActivityTokenEvaluation. activityMethods in com.aspectran.core.context.expr that return Activity Modifier and Type Method Description ActivityTokenEvaluation. getActivity()ActivityTokenEvaluator. getActivity()Methods in com.aspectran.core.context.expr with parameters of type Activity Modifier and Type Method Description booleanBooleanExpression. evaluate(Activity activity)<V> VExpressionEvaluation. evaluate(Activity activity, java.lang.Class<V> resultType)<V> VExpressionEvaluator. evaluate(Activity activity, java.lang.Class<V> resultType)Evaluates an expression.static java.lang.ObjectExpressionEvaluator. evaluate(java.lang.String expression, Activity activity)Evaluates an expression.static <V> VExpressionEvaluator. evaluate(java.lang.String expression, Activity activity, java.lang.Class<V> resultType)Evaluates an expression.static java.lang.ObjectTokenEvaluator. evaluate(java.lang.String expression, Activity activity)Constructors in com.aspectran.core.context.expr with parameters of type Activity Constructor Description ItemEvaluation(Activity activity)Instantiates a new ItemEvaluation.TokenEvaluation(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.static java.lang.StringDescriptionRule. render(DescriptionRule descriptionRule, Activity activity) -
Uses of Activity in com.aspectran.core.scheduler.activity
Classes in com.aspectran.core.scheduler.activity that implement Activity Modifier and Type Class Description classJobActivityThe Class JobActivity. -
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.daemon.activity
Classes in com.aspectran.daemon.activity that implement Activity Modifier and Type Class Description classDaemonActivityAn activity that processes a daemon command. -
Uses of Activity in com.aspectran.embed.activity
Classes in com.aspectran.embed.activity that implement Activity Modifier and Type Class Description classAspectranActivityThe Class AspectranActivity. -
Uses of Activity in com.aspectran.freemarker.view
Methods in com.aspectran.freemarker.view with parameters of type Activity Modifier and Type Method Description voidFreeMarkerViewDispatcher. dispatch(Activity activity, DispatchRule dispatchRule) -
Uses of Activity in com.aspectran.pebble.view
Methods in com.aspectran.pebble.view with parameters of type Activity Modifier and Type Method Description voidPebbleViewDispatcher. dispatch(Activity activity, DispatchRule dispatchRule) -
Uses of Activity in com.aspectran.shell.activity
Classes in com.aspectran.shell.activity that implement Activity Modifier and Type Class Description classShellActivityAn activity that processes a shell command. -
Uses of Activity in com.aspectran.undertow.activity
Classes in com.aspectran.undertow.activity that implement Activity Modifier and Type Class Description classTowActivityCreated: 2019-07-27 -
Uses of Activity in com.aspectran.web.activity
Classes in com.aspectran.web.activity that implement Activity Modifier and Type Class Description classWebActivityAn activity that processes a web request. -
Uses of Activity in com.aspectran.web.activity.request
Constructors in com.aspectran.web.activity.request with parameters of type Activity Constructor Description ActivityRequestWrapper(Activity activity) -
Uses of Activity in com.aspectran.web.activity.response
Methods in com.aspectran.web.activity.response with parameters of type Activity Modifier and Type Method Description protected MediaTypeAbstractRestResponse. determineContentType(Activity activity)protected java.lang.StringAbstractRestResponse. determineEncoding(Activity activity)java.lang.StringDefaultRestResponse. getContentType(Activity activity)voidDefaultRestResponse. transform(Activity activity)protected voidDefaultRestResponse. transformByContentType(Activity activity, java.lang.String encoding, MediaType contentType) -
Uses of Activity in com.aspectran.web.adapter
Methods in com.aspectran.web.adapter with parameters of type Activity Modifier and Type Method Description static java.lang.StringHttpServletResponseAdapter. makeRedirectPath(RedirectRule redirectRule, Activity activity)Constructors in com.aspectran.web.adapter with parameters of type Activity Constructor Description HttpServletResponseAdapter(javax.servlet.http.HttpServletResponse response, Activity activity)Instantiates a new HttpServletResponseAdapter. -
Uses of Activity in com.aspectran.web.support.tags
Methods in com.aspectran.web.support.tags that return Activity Modifier and Type Method Description protected ActivityCurrentActivityAwareTag. getCurrentActivity()Return the current Activity. -
Uses of Activity in com.aspectran.web.support.view
Methods in com.aspectran.web.support.view with parameters of type Activity Modifier and Type Method Description voidJspTemplateViewDispatcher. dispatch(Activity activity, DispatchRule dispatchRule)voidJspViewDispatcher. dispatch(Activity activity, DispatchRule dispatchRule)
-