Uses of Class
org.mentawai.core.ConsequenceException

Packages that use ConsequenceException
org.mentawai.ajax   
org.mentawai.ajaxtag   
org.mentawai.core   
 

Uses of ConsequenceException in org.mentawai.ajax
 

Methods in org.mentawai.ajax that throw ConsequenceException
 void AjaxRedirectConsequence.execute(Action a, String result, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void AjaxConsequence.execute(Action a, String result, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Prints in the request's output the ajax response.
 

Uses of ConsequenceException in org.mentawai.ajaxtag
 

Methods in org.mentawai.ajaxtag that throw ConsequenceException
 void AjaxtagErrorConsequence.execute(Action a, String result, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           Send a non-200 HTTP response as an error responses when any problem happened.
 void AjaxtagConsequence.execute(Action a, String result, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           Prints in the request's output the ajaxtag response.
 

Uses of ConsequenceException in org.mentawai.core
 

Methods in org.mentawai.core that throw ConsequenceException
protected  void StreamConsequence.defineHeader(javax.servlet.http.HttpServletResponse res, Output output)
           
 void StringConsequence.execute(Action a, String result, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void StreamConsequence.execute(Action a, String result, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Executes the action, reading from the input stream the data that has to be flushed into the servlet output stream.
 void ResultConsequence.execute(Action a, String result, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void Redirect.execute(Action act, String result, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Execute the redirect consequence.
 void NullConsequence.execute(Action a, String result, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          This method does nothing.
 void Forward.execute(Action a, String result, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void ExceptionConsequence.execute(Action a, String result, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void Consequence.execute(Action a, String result, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Executes this consequence.
 void Chain.execute(Action a, String result, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 



Copyright © 2012. All Rights Reserved.