|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ejtools.util.state.DefaultStoreVisitor
Constructor Summary | |
DefaultStoreVisitor()
Constructor for the ReflectivePersistenceStore object |
Method Summary | |
protected org.w3c.dom.Node |
peekCurrentNode()
Description of the Method |
void |
persist(java.util.Iterator iterator)
Description of the Method |
void |
persist(java.lang.Object o)
Description of the Method |
protected org.w3c.dom.Node |
popCurrentNode()
Description of the Method |
protected void |
pushCurrentNode(org.w3c.dom.Node node)
Description of the Method |
void |
registerForPersistence(java.lang.Class clazz)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultStoreVisitor()
Method Detail |
public void persist(java.util.Iterator iterator)
persist
in interface StoreVisitor
iterator
- Description of the Parameterpublic void persist(java.lang.Object o)
persist
in interface StoreVisitor
o
- Description of the Parameterprotected org.w3c.dom.Node peekCurrentNode()
protected org.w3c.dom.Node popCurrentNode()
protected void pushCurrentNode(org.w3c.dom.Node node)
node
- Description of the Parameterpublic final void registerForPersistence(java.lang.Class clazz)
registerForPersistence
in interface StoreVisitor
clazz
- Description of the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |