org.mentawai.core
Class StringConsequence
java.lang.Object
org.mentawai.core.StringConsequence
- All Implemented Interfaces:
- Consequence
public class StringConsequence
- extends Object
- implements Consequence
Returns a String as the result of an action.
- Author:
- Sergio Oliveira Jr.
|
Method Summary |
void |
execute(Action a,
String result,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Executes this consequence. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
public static final String KEY
- See Also:
- Constant Field Values
StringConsequence
public StringConsequence()
StringConsequence
public StringConsequence(String key)
execute
public void execute(Action a,
String result,
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
- Parameters:
a - The action that generated this consequence.result - The result generated by the action.req - The servlet request of the action.res - The servlet response of the action.
- Throws:
ConsequenceException
Copyright © 2012. All Rights Reserved.