org.apache.tapestry.contrib.inspector
Class View

java.lang.Object
  extended by org.apache.tapestry.contrib.inspector.View

public class View
extends Object

Identifies different views for the inspector.

Author:
Howard Lewis Ship

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

Field Detail

SPECIFICATION

public static final 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 String TEMPLATE
View that displays the HTML template for the component, if one exists.

See Also:
Constant Field Values

PROPERTIES

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

See Also:
Constant Field Values

ENGINE

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

See Also:
Constant Field Values
Constructor Detail

View

public View()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.