|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mentawai.ajaxtag.AjaxtagConsequence
public class AjaxtagConsequence
A Consequence for using Ajaxtag taglib (ajaxtags.sf.net). This consequence must applied to a instance of BaseAjaxtagAction. The BaseAjaxtagAction contains the response to the ajaxtag requisition and as all information required to render that response.
| Constructor Summary | |
|---|---|
AjaxtagConsequence()
|
|
| Method Summary | |
|---|---|
void |
execute(Action a,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Prints in the request's output the ajaxtag response. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AjaxtagConsequence()
| Method Detail |
|---|
public void execute(Action a,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws ConsequenceException
Prints in the request's output the ajaxtag response.
Also send a non-200 HTTP response as an error responses when any exception occurer on the renderization proccess. happened.
execute in interface Consequencea - The action that generated this consequence.req - The servlet request of the action.res - The servlet response of the action.
ConsequenceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||