public abstract class ExceptionDisplay extends BaseComponent
Constructor and Description |
---|
ExceptionDisplay() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getCount() |
ExceptionDescription |
getException() |
abstract ExceptionDescription[] |
getExceptions() |
abstract int |
getIndex() |
boolean |
isLast() |
protected void |
renderComponent(IMarkupWriter writer,
IRequestCycle cycle)
Renders the top level components contained by the receiver.
|
abstract void |
setCount(int count) |
void |
setException(ExceptionDescription value)
Each time the current exception is set, as a side effect, the evenOdd helper bean is reset to
even.
|
addOuter, finishLoad
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAsset, addBody, addComponent, enterActiveState, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty
public ExceptionDisplay()
public abstract ExceptionDescription[] getExceptions()
public abstract int getIndex()
public abstract int getCount()
public abstract void setCount(int count)
public void setException(ExceptionDescription value)
public ExceptionDescription getException()
protected void renderComponent(IMarkupWriter writer, IRequestCycle cycle)
BaseComponent
renderComponent
in class BaseComponent
public boolean isLast()