org.apache.tapestry.html
Class RequestDisplay
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.BaseComponent
org.apache.tapestry.html.RequestDisplay
- All Implemented Interfaces:
- Locatable, LocationHolder, IComponent, IDirectEvent, IRender, ITemplateComponent
public abstract class RequestDisplay
- extends BaseComponent
Supports the Exception page by
displaying the request, session, servlet context and servlet object for the
current request.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
| Methods inherited from class org.apache.tapestry.AbstractComponent |
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getRenderWorker, getSpecification, isInActiveState, isParameterBound, isRendering, isStateful, pageEndRender, prepareForRender, render, renderBody, renderIdAttribute, renderInformalParameters, setBinding, setClientId, setContainedComponent, setContainer, setId, setNamespace, setPage, toString, triggerEvent |
| Methods inherited from interface org.apache.tapestry.IComponent |
addAsset, addBody, addComponent, enterActiveState, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage |
| Methods inherited from interface org.apache.tapestry.IRender |
render |
RequestDisplay
public RequestDisplay()
getReportStatusHub
public abstract ReportStatusHub getReportStatusHub()
renderSystemProperties
public void renderSystemProperties(IMarkupWriter writer)
getSystemPropertiesRenderer
public IRender getSystemPropertiesRenderer()
getReportStatusRenderer
public IRender getReportStatusRenderer()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.