org.apache.tapestry.html
Class ExceptionDisplay
java.lang.Object
org.apache.tapestry.spec.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.BaseComponent
org.apache.tapestry.html.ExceptionDisplay
- All Implemented Interfaces:
- IComponent, ILocatable, ILocationHolder, IRender
public class ExceptionDisplay
- extends BaseComponent
Component used to display an already formatted exception.
[Component Reference]
- Version:
- $Id: ExceptionDisplay.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Howard Lewis Ship
Methods inherited from class org.apache.tapestry.AbstractComponent |
addAsset, addBody, addComponent, cleanupAfterRender, finishLoad, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, format, format, format, format, formatString, formatString, formatString, formatString, generateAttributes, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification, toString |
ExceptionDisplay
public ExceptionDisplay()
setExceptionsBinding
public void setExceptionsBinding(IBinding value)
getExceptionsBinding
public IBinding getExceptionsBinding()
setException
public void setException(ExceptionDescription value)
- Each time the current exception is set, as a side effect,
the evenOdd helper bean is reset to even.
getException
public ExceptionDescription getException()
renderComponent
protected void renderComponent(IMarkupWriter writer,
IRequestCycle cycle)
- Description copied from class:
BaseComponent
- Renders the top level components contained by the receiver.
- Overrides:
renderComponent
in class BaseComponent
setIndex
public void setIndex(int value)
isLast
public boolean isLast()