| org.romaframework.aspect.flow.annotation.FlowAction
FlowAction | public @interface FlowAction(Code) | | |
Field Summary | |
byte | back If defined overwrite the back object behaviour. | String | error Error class where to instance an object if the method throws uncaught
exception. | Class | next Next class where to instance an object to show after the method is executed
without exceptions. | String | position Position where to render the next object. |
back | byte back(Code) | | If defined overwrite the back object behaviour. By default if the Class
defined in "next" attribute inherits the interface
org.romaframework.core.flow.CallerHandler, then the caller attribute of
next object is setted.
|
error | String error(Code) | | Error class where to instance an object if the method throws uncaught
exception.
|
next | Class next(Code) | | Next class where to instance an object to show after the method is executed
without exceptions.
|
position | String position(Code) | | Position where to render the next object. If not specified default desktop
position is taken.
|
|
|