|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.primix.tapestry.AbstractComponent | +--com.primix.tapestry.BaseComponent | +--com.primix.tapestry.inspector.ShowEngine
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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ShowEngine()
Method Detail |
protected void finishLoad()
PageDetachListener
.finishLoad
in class AbstractComponent
public void pageDetached(PageEvent event)
PageDetachListener
IPage.detach()
method.pageDetached
in interface PageDetachListener
public int getEngineByteCount()
public IRender getEngineDumpDelegate()
public boolean isResetServiceDisabled()
IEngine.isResetServiceEnabled()
and inverts the result.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |