Package org.apache.tapestry.contrib.inspector

Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs.

See:
          Description

Class Summary
Inspector The Tapestry Inspector page.
InspectorButton Component that can be placed into application pages that will launch the inspector in a new window.
Selector Component of the Inspector page used to select the page and "crumb trail" of the inspected component.
ShowEngine Component of the Inspector page used to display the properties of the IEngine as well as a serialized view of it.
ShowProperties Component of the Inspector page used to display the persisent properties of the page.
ShowSpecification Component of the Inspector page used to display the specification, parameters and bindings and assets of the inspected component.
ShowTemplate Component of the Inspector page used to display the ids and types of all embedded components.
View Identifies different views for the inspector.
ViewTabs Component of the Inspector page used to select the view.
 

Package org.apache.tapestry.contrib.inspector Description

Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. The InspectorButton component creates an icon on the page that raises the Inspector in a seperate window.

Author:
Howard Lewis Ship hlship@apache.org