com.primix.tapestry.inspector
Class ShowProperties.ExplorePathElement

java.lang.Object
  |
  +--com.primix.tapestry.inspector.ShowProperties.ExplorePathElement
All Implemented Interfaces:
IPublicBean
Enclosing class:
ShowProperties

public static class ShowProperties.ExplorePathElement
extends java.lang.Object
implements IPublicBean

Stores elements in the explorePath.

Since:
1.0.6

Field Summary
 java.lang.String path
           
 java.lang.String propertyName
           
 
Constructor Summary
ShowProperties.ExplorePathElement(java.lang.String path, java.lang.String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

public java.lang.String path

propertyName

public java.lang.String propertyName
Constructor Detail

ShowProperties.ExplorePathElement

public ShowProperties.ExplorePathElement(java.lang.String path,
                                         java.lang.String propertyName)