Package com.primix.tapestry.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
EvenOdd Used to emit a stream of alteranting string values: "even", "odd", etc.
Inspector The Tapestry Inspector page.
PriorityModel Provides a IPropertySelectionModel for setting the priority of a Category.
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.
ShowInspector Component that can be placed into application pages that will launch the inspector in a new window.
ShowLogging Component of the Inspector page used control log4j logging behavior.
ShowProperties Component of the Inspector page used to display the persisent properties of the page, and the serialized view of the IEngine.
ShowProperties.ExplorePathElement Stores elements in the explorePath.
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 com.primix.tapestry.inspector Description

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

Author:
Howard Ship hship@primix.com