org.apache.tapestry.contrib.inspector
Class View
java.lang.Object
|
+--org.apache.commons.lang.enum.Enum
|
+--org.apache.tapestry.contrib.inspector.View
- All Implemented Interfaces:
- Comparable, Serializable
- public class View
- extends org.apache.commons.lang.enum.Enum
Identifies different views for the inspector.
- Version:
- $Id: View.java,v 1.1 2003/03/05 23:02:36 hlship Exp $
- Author:
- Howard Lewis Ship
- See Also:
- Serialized Form
Field Summary |
static View |
ENGINE
View that shows information about the
IEngine . |
static View |
PROPERTIES
View that shows the persistent properties of the page containing
the inspected component. |
static View |
SPECIFICATION
View that displays the basic specification information, plus
formal and informal parameters (and related bindings), and
assets. |
static View |
TEMPLATE
View that displays the HTML template for the component, if one
exists. |
Methods inherited from class org.apache.commons.lang.enum.Enum |
compareTo, equals, getEnum, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve, toString |
SPECIFICATION
public static final View SPECIFICATION
- View that displays the basic specification information, plus
formal and informal parameters (and related bindings), and
assets.
TEMPLATE
public static final View TEMPLATE
- View that displays the HTML template for the component, if one
exists.
PROPERTIES
public static final View PROPERTIES
- View that shows the persistent properties of the page containing
the inspected component.
ENGINE
public static final View ENGINE
- View that shows information about the
IEngine
.