leon.app
Interface LyProcessActionInterface
- All Known Subinterfaces:
- LyProcessWSActionInterface
- All Known Implementing Classes:
- LyChatAskController
public interface LyProcessActionInterface
Interface for action processing.
- See Also:
LySession
,
LySessionBehavior
Field Summary |
static java.lang.String |
__VERSION
File version |
__VERSION
static final java.lang.String __VERSION
- File version
- See Also:
- Constant Field Values
processAction
LyController processAction(LySession session,
LyController parent,
LyAction action,
LyClassInfo classInfo,
LyObjectList objects)
- Process an action.
- Parameters:
session
- Session in which the action is executed.parent
- The source controller.action
- The action to execute.classInfo
- The class on which the action applies.objects
- The list of objects on which the action applies.
- Returns:
- The controller result of this action if exists, null otherwise.
- See Also:
LySessionBehavior.invokeAction(LySession, LyController, LyAction,
LyClassInfo, LyObjectList, boolean)
Website: W4 S.A., contact us: support@w4global.com