org.apache.tapestry.contrib.inspector
Class ShowEngine

java.lang.Object
  |
  +--org.apache.tapestry.spec.BaseLocatable
        |
        +--org.apache.tapestry.AbstractComponent
              |
              +--org.apache.tapestry.BaseComponent
                    |
                    +--org.apache.tapestry.contrib.inspector.ShowEngine
All Implemented Interfaces:
EventListener, IComponent, ILocatable, ILocationHolder, IRender, PageDetachListener

public class ShowEngine
extends BaseComponent
implements PageDetachListener

Component of the Inspector page used to display the properties of the IEngine as well as a serialized view of it. Also, the RequestContext is dumped out.

Version:
$Id: ShowEngine.java,v 1.6 2004/02/19 17:37:49 hlship Exp $
Author:
Howard Lewis Ship

Constructor Summary
ShowEngine()
           
 
Method Summary
 int getEngineByteCount()
           
 String getEngineClassName()
          Workaround for OGNL limitation --- OGNL can't dereference past class instances.
 IRender getEngineDumpDelegate()
           
 void pageDetached(PageEvent event)
          Invoked by the page from its IPage.detach() method.
 
Methods inherited from class org.apache.tapestry.BaseComponent
addOuter, finishLoad, renderComponent
 
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
 
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.ILocationHolder
setLocation
 
Methods inherited from interface org.apache.tapestry.ILocatable
getLocation
 

Constructor Detail

ShowEngine

public ShowEngine()
Method Detail

pageDetached

public void pageDetached(PageEvent event)
Description copied from interface: PageDetachListener
Invoked by the page from its IPage.detach() method.

Specified by:
pageDetached in interface PageDetachListener

getEngineClassName

public String getEngineClassName()
Workaround for OGNL limitation --- OGNL can't dereference past class instances.

Since:
2.2

getEngineByteCount

public int getEngineByteCount()

getEngineDumpDelegate

public IRender getEngineDumpDelegate()