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.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)protected voidCoreActivity. execute(ActionList actionList, ContentResult contentResult) -
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.context.rule
Methods in com.aspectran.core.context.rule that return ActionList Modifier and Type Method Description ActionListChooseWhenRule. getActionList()ActionListResponseRule. getActionList()Methods in com.aspectran.core.context.rule with parameters of type ActionList Modifier and Type Method Description voidChooseWhenRule. setActionList(ActionList actionList)voidResponseRule. setActionList(ActionList actionList)
-