public interface ActionProcessor
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
process(List<Action> actions,
ActionContext actionContext)
Processes the specified actions and returns them.
|
List<Action> process(List<Action> actions, ActionContext actionContext)
actions - the actions to processactionContext - ActionContext in which actions are processedIllegalArgumentException - if an input parameter is not validRuntimeException - if an error occurs while processingCopyright © 2010 - 2017 edorasware ag. All Rights Reserved.