org.apache.tapestry.contrib.inspector
Class View

java.lang.Object
  extended byorg.apache.tapestry.contrib.inspector.View

public class View
extends java.lang.Object

Identifies different views for the inspector.

Author:
Howard Lewis Ship

Field Summary
static java.lang.String ENGINE
          View that shows information about the IEngine.
static java.lang.String PROPERTIES
          View that shows the persistent properties of the page containing the inspected component.
static java.lang.String SPECIFICATION
          View that displays the basic specification information, plus formal and informal parameters (and related bindings), and assets.
static java.lang.String TEMPLATE
          View that displays the HTML template for the component, if one exists.
 
Constructor Summary
View()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPECIFICATION

public static final java.lang.String SPECIFICATION
View that displays the basic specification information, plus formal and informal parameters (and related bindings), and assets.

See Also:
Constant Field Values

TEMPLATE

public static final java.lang.String TEMPLATE
View that displays the HTML template for the component, if one exists.

See Also:
Constant Field Values

PROPERTIES

public static final java.lang.String PROPERTIES
View that shows the persistent properties of the page containing the inspected component.

See Also:
Constant Field Values

ENGINE

public static final java.lang.String ENGINE
View that shows information about the IEngine.

See Also:
Constant Field Values
Constructor Detail

View

public View()