|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.tacos.ajax.impl.AjaxExceptionPresenter
public class AjaxExceptionPresenter
Implements the ExceptionPresenter
to present the exception
that happened when doing a Ajax request.
Constructor Summary | |
---|---|
AjaxExceptionPresenter()
|
Method Summary | |
---|---|
void |
presentException(org.apache.tapestry.IRequestCycle cycle,
Throwable cause)
|
void |
setAjaxWebRequest(AjaxWebRequest ajaxWebRequest)
injected set method for ajaxWebRequest. |
void |
setExceptionPageName(String exceptionPageName)
injected set method for ExceptionPageName. |
void |
setWriteCause(boolean writeCause)
Is write throwable to page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AjaxExceptionPresenter()
Method Detail |
---|
public void presentException(org.apache.tapestry.IRequestCycle cycle, Throwable cause)
presentException
in interface org.apache.tapestry.error.ExceptionPresenter
public void setAjaxWebRequest(AjaxWebRequest ajaxWebRequest)
ajaxWebRequest
- public void setExceptionPageName(String exceptionPageName)
exceptionPageName
- public void setWriteCause(boolean writeCause)
writeCause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |