com.mortbay.Servlets
Class PropertyTreeEditor.Context

java.lang.Object
  |
  +--com.mortbay.Servlets.PropertyTreeEditor.Context
Enclosing class:
PropertyTreeEditor

public static class PropertyTreeEditor.Context
extends java.lang.Object


Field Summary
 java.lang.String key
           
 Page page
           
 ServletNode path
           
 PropertyTree subtree
           
 java.lang.String value
           
 
Constructor Summary
PropertyTreeEditor.Context(Page page, PropertyTree subtree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

public ServletNode path

page

public Page page

subtree

public PropertyTree subtree

key

public java.lang.String key

value

public java.lang.String value
Constructor Detail

PropertyTreeEditor.Context

public PropertyTreeEditor.Context(Page page,
                                  PropertyTree subtree)