Modifier and Type | Interface and Description |
---|---|
interface |
FrontEndAction
Represents a "front-end" action.
|
interface |
FrontEndExceptionHandler
A front-end exception handler intercepts exceptions and delegates them into a front-end action
state that will handle it (for example by simply displaying it if the action state happened to be
a view) .
|
Modifier and Type | Method and Description |
---|---|
FrontEndForward |
FrontEndActionState.getForward()
The next transition, there can be only one transition going out of an action state, otherwise
decision points should be used (triggers are not supported at the server-side).
|
Modifier and Type | Method and Description |
---|---|
List<FrontEndForward> |
FrontEndAction.getActionForwards()
All action forwards for this foward.
|
List<FrontEndForward> |
FrontEndAction.getDecisionTransitions()
All the transitions coming out of decision points.
|
List<FrontEndForward> |
FrontEndAction.getTransitions()
All the transitions that make up this action, this directly maps onto the forwards.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.