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.process.action com.aspectran.core.activity.response com.aspectran.core.activity.response.dispatch com.aspectran.core.activity.response.transform com.aspectran.core.context.rule.ability -
-
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. newActionList(boolean omittable)static ActionListActionList. newInstance(java.lang.String name, java.lang.Boolean omittable, java.lang.Boolean hidden)Methods in com.aspectran.core.activity.process with parameters of type ActionList Modifier and Type Method Description voidContentList. addActionList(ActionList actionList)Constructor parameters in com.aspectran.core.activity.process with type arguments of type ActionList Constructor Description ContentList(java.util.Collection<ActionList> c) -
Uses of ActionList in com.aspectran.core.activity.process.action
Fields in com.aspectran.core.activity.process.action declared as ActionList Modifier and Type Field Description protected ActionListAbstractAction. parentMethods in com.aspectran.core.activity.process.action that return ActionList Modifier and Type Method Description ActionListAbstractAction. getParent()ActionListBeanAction. getParent()ActionListExecutable. getParent()Gets the action list.ActionListMethodAction. getParent()Constructors in com.aspectran.core.activity.process.action with parameters of type ActionList Constructor Description AbstractAction(ActionList parent)Instantiates a new AbstractAction.BeanAction(BeanActionRule beanActionRule, ActionList parent)Instantiates a new BeanAction.EchoAction(EchoActionRule echoActionRule, ActionList parent)Instantiates a new EchoAction.HeadingAction(HeadingActionRule headingActionRule, ActionList parent)Instantiates a new HeadingAction.IncludeAction(IncludeActionRule includeActionRule, ActionList parent)Instantiates a new IncludeAction.MethodAction(MethodActionRule methodActionRule, ActionList parent)Instantiates a new MethodAction. -
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()ActionListNullTransformResponse. getActionList()ActionListTextTransformResponse. getActionList()ActionListXmlTransformResponse. getActionList()ActionListXslTransformResponse. getActionList() -
Uses of ActionList in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability that return ActionList Modifier and Type Method Description ActionListActionPossessable. getActionList()Gets the action list.ActionListActionPossessSupport. getActionList()Methods in com.aspectran.core.context.rule.ability with parameters of type ActionList Modifier and Type Method Description voidActionPossessable. setActionList(ActionList actionList)Sets the action list.voidActionPossessSupport. setActionList(ActionList actionList)
-