java.lang.Object
org.scopemvc.view.servlet.xml.PropertyIDGenerator
- Direct Known Subclasses:
- FullIDGenerator, NoIDGenerator
- public abstract class PropertyIDGenerator
- extends java.lang.Object
Generates IDs to identify properties during the traversal
of the model containment hierarchy. Used by ModelToXML.
The ids in the xml could be used as form parameters to
identify properties to be populated with user input.
This is used by the ID generators defined as inner classes in
XSLPage.
- Version:
- $Revision: 1.4 $ $Date: 2002/01/12 09:35:40 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentPropertySelector
protected org.scopemvc.core.Selector currentPropertySelector
PropertyIDGenerator
public PropertyIDGenerator()
startProperty
public void startProperty(org.scopemvc.core.Selector inSelector)
- Call this to recurse down a property.
endProperty
public void endProperty()
- Call this to pop up a property.
getPropertyID
public abstract java.lang.String getPropertyID()