|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

@Transactional(propagation=REQUIRED) public interface ActionHandler
The Interface ActionHandler.
| Modifier and Type | Method and Description |
|---|---|
Class<ControllerAction> |
getSupportedAction()
Gets the supported action. |
void |
processAction(ControllerAction action)
Process action. |
void |
setUserStateService(UserStateService userStateService)
Sets the user state service. |
void |
setViewFactoryService(ViewFactoryService viewFactoryService)
Sets the view factory service. |
| Method Detail |
|---|
@Transactional(readOnly=true) Class<ControllerAction> getSupportedAction()
void processAction(ControllerAction action)
action - the action@Transactional(readOnly=true) void setUserStateService(UserStateService userStateService)
userStateService - the new user state service@Transactional(readOnly=true) void setViewFactoryService(ViewFactoryService viewFactoryService)
viewFactoryService - the new view factory service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||