InsertText Component Index ListEdit

InspectorButton
net.sf.tapestry.inspector.InspectorButton
Show Inspector
 
Description
Adds a link to a page that is used to raise the Tapestry Inspector in a new window.

The Tapestry Inspector enables you at runtime to examine composition of a Tapestry application, inspect persistent page properties, clear HttpSessions and Tapestry caches, and modify Log4J logging configuration.

Typically, a InspectorButton is wrapped by a Conditional component, configured so that it only is displayed when some form of development mode flag is enabled.

Pages incorporating a InspectorButton component must also include a Body component.

Prior to release 2.2, this component was named ShowInspector.

See Also
Body, ExceptionDisplay
Parameters
None

Body: removed
Informal parameters: forbidden
Reserved parameters: none

Examples

This example is under construction.


InsertText Component Index ListEdit