|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.scopemvc.view.servlet.xml.PropertyIDGenerator
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
.
Field Summary | |
protected Selector |
currentPropertySelector
TODO: describe of the Field |
Constructor Summary | |
PropertyIDGenerator()
|
Method Summary | |
void |
endProperty()
Call this to pop up a property. |
abstract java.lang.String |
getPropertyID()
Gets the property ID |
void |
startProperty(Selector inSelector)
Call this to recurse down a property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Selector currentPropertySelector
Constructor Detail |
public PropertyIDGenerator()
Method Detail |
public abstract java.lang.String getPropertyID()
public void startProperty(Selector inSelector)
inSelector
- TODO: Describe the Parameterpublic void endProperty()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |