|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tapestry.spec.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.BaseComponent
org.apache.tapestry.AbstractPage
org.apache.tapestry.html.BasePage
org.apache.tapestry.pages.Exception
public class Exception
Default exception reporting page.
| Constructor Summary | |
|---|---|
Exception()
|
|
| Method Summary | |
|---|---|
void |
detach()
Prepares the page to be returned to the pool. |
ExceptionDescription[] |
getExceptions()
|
void |
setException(Throwable value)
|
| Methods inherited from class org.apache.tapestry.html.BasePage |
|---|
getResponseWriter |
| Methods inherited from class org.apache.tapestry.BaseComponent |
|---|
addOuter, finishLoad, renderComponent |
| Methods inherited from class org.apache.tapestry.spec.BaseLocatable |
|---|
getLocation, setLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.tapestry.IComponent |
|---|
addAsset, addBody, addComponent, finishLoad, getAsset, getAssets, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainer, getId, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, renderBody, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification |
| Methods inherited from interface org.apache.tapestry.IRender |
|---|
render |
| Methods inherited from interface org.apache.tapestry.ILocationHolder |
|---|
setLocation |
| Methods inherited from interface org.apache.tapestry.ILocatable |
|---|
getLocation |
| Constructor Detail |
|---|
public Exception()
| Method Detail |
|---|
public void detach()
AbstractPagePageDetachListener.pageDetached(PageEvent) on all listeners
AbstractPage.initialize() to clear/reset any properties
Subclasses may override this method, but must invoke this implementation (usually, last).
detach in interface IPagedetach in class AbstractPageIPageSource.releasePage(IPage)public ExceptionDescription[] getExceptions()
public void setException(Throwable value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||