java.lang.Object
org.mentawai.core.Chain
- All Implemented Interfaces:
- Consequence
- public class Chain
- extends java.lang.Object
- implements Consequence
An action chaining consequence.
|
Constructor Summary |
Chain(ActionConfig ac)
Creates a chain consequence for the given ActionConfig. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ac
private ActionConfig ac
Chain
public Chain(ActionConfig ac)
- Creates a chain consequence for the given ActionConfig.
execute
public void execute(Action a,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws ConsequenceException
- Description copied from interface:
Consequence
- Executes this consequence.
A consequence must do something with your web application.
Here is where you define what the consequence does.
- Specified by:
execute in interface Consequence