com.primix.tapestry.inspector
Class ShowEngine

java.lang.Object
  |
  +--com.primix.tapestry.AbstractComponent
        |
        +--com.primix.tapestry.BaseComponent
              |
              +--com.primix.tapestry.inspector.ShowEngine
All Implemented Interfaces:
java.util.EventListener, IComponent, 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.10 2001/08/28 20:33:42 hship Exp $
Author:
Howard Ship

Fields inherited from class com.primix.tapestry.BaseComponent
outer, OUTER_INIT_SIZE, outerCount
 
Fields inherited from class com.primix.tapestry.AbstractComponent
id, page, specification, wrapped, wrappedCount
 
Constructor Summary
ShowEngine()
           
 
Method Summary
protected  void finishLoad()
          Registers with the page as a PageDetachListener.
 int getEngineByteCount()
           
 IRender getEngineDumpDelegate()
           
 boolean isResetServiceDisabled()
          Invokes IEngine.isResetServiceEnabled() and inverts the result.
 void pageDetached(PageEvent event)
          Invoked by the page from its IPage.detach() method.
 
Methods inherited from class com.primix.tapestry.BaseComponent
addOuter, finishLoad, readTemplate, render
 
Methods inherited from class com.primix.tapestry.AbstractComponent
addAsset, addComponent, addWrapped, cleanupAfterRender, cleanupComponent, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, generateAttributes, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getPage, getSpecification, prepareForRender, renderWrapped, reset, setBinding, setContainer, setId, setPage, setSpecification, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShowEngine

public ShowEngine()
Method Detail

finishLoad

protected void finishLoad()
Registers with the page as a PageDetachListener.
Overrides:
finishLoad in class AbstractComponent
Since:
1.0.5

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

getEngineByteCount

public int getEngineByteCount()

getEngineDumpDelegate

public IRender getEngineDumpDelegate()

isResetServiceDisabled

public boolean isResetServiceDisabled()
Invokes IEngine.isResetServiceEnabled() and inverts the result.