Uses of Class
com.aspectran.core.activity.process.ActionList
-
Packages that use ActionList Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.process com.aspectran.core.activity.response com.aspectran.core.activity.response.dispatch com.aspectran.core.activity.response.transform com.aspectran.core.context.rule -
-
Uses of ActionList in com.aspectran.core.activity
Methods in com.aspectran.core.activity with parameters of type ActionList Modifier and Type Method Description protected voidCoreActivity. execute(ActionList actionList)Execute actions. -
Uses of ActionList in com.aspectran.core.activity.process
Methods in com.aspectran.core.activity.process that return ActionList Modifier and Type Method Description ActionListContentList. getActionList(java.lang.String name)static ActionListActionList. newInstance(java.lang.String name)Methods in com.aspectran.core.activity.process with parameters of type ActionList Modifier and Type Method Description voidContentList. addActionList(ActionList actionList) -
Uses of ActionList in com.aspectran.core.activity.response
Methods in com.aspectran.core.activity.response that return ActionList Modifier and Type Method Description ActionListForwardResponse. getActionList()ActionListRedirectResponse. getActionList()ActionListResponse. getActionList()Gets the action list. -
Uses of ActionList in com.aspectran.core.activity.response.dispatch
Methods in com.aspectran.core.activity.response.dispatch that return ActionList Modifier and Type Method Description ActionListDispatchResponse. getActionList() -
Uses of ActionList in com.aspectran.core.activity.response.transform
Methods in com.aspectran.core.activity.response.transform that return ActionList Modifier and Type Method Description ActionListAponTransformResponse. getActionList()ActionListJsonTransformResponse. getActionList()ActionListNoneTransformResponse. getActionList()ActionListTextTransformResponse. getActionList()ActionListXmlTransformResponse. getActionList()ActionListXslTransformResponse. getActionList() -
Uses of ActionList in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ActionList Modifier and Type Method Description ActionListAbstractResponseRule. getActionList()ActionListChooseWhenRule. getActionList()Methods in com.aspectran.core.context.rule with parameters of type ActionList Modifier and Type Method Description voidAbstractResponseRule. setActionList(ActionList actionList)voidChooseWhenRule. setActionList(ActionList actionList)
-