|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
com.werken.werkz |
The werkz goal-oriented process framework. |
com.werken.werkz.jelly |
Uses of Action in com.werken.werkz |
Classes in com.werken.werkz that implement Action | |
class |
DefaultAction
Abstract convenience Action implementation. |
Fields in com.werken.werkz declared as Action | |
private Action |
Goal.action
Action to perform. |
Methods in com.werken.werkz that return Action | |
Action |
Goal.getAction()
Retrieve the Action of this Goal . |
Methods in com.werken.werkz with parameters of type Action | |
void |
Goal.setAction(Action action)
Set the Action of this Goal . |
Constructors in com.werken.werkz with parameters of type Action | |
Goal(java.lang.String name,
Action action)
Construct a new Goal with the specified name
and Action . |
Uses of Action in com.werken.werkz.jelly |
Methods in com.werken.werkz.jelly that return Action | |
protected Action |
GoalTag.getAction()
Subclasses can override this template method to provide a custom Action implementation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |