|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mentawai.core.Chain
public class Chain
An action chaining consequence.
| Constructor Summary | |
|---|---|
Chain(ActionConfig ac)
Creates a chain consequence for the given ActionConfig. |
|
Chain(ActionConfig ac,
java.lang.String innerAction)
Creates a chain consequence for the given ActionConfig |
|
| Method Summary | |
|---|---|
void |
execute(Action a,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Executes this consequence. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Chain(ActionConfig ac)
ac - The ActionConfig to chain.
public Chain(ActionConfig ac,
java.lang.String innerAction)
ac - innerAction - | Method Detail |
|---|
public void execute(Action a,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws ConsequenceException
Consequence
execute in interface Consequencea - The action that generated this consequence.req - The servlet request of the action.res - The servlet response of the action.
ConsequenceExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||