|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.inria.ketuk.BMProcessor | +--fr.inria.ketuk.BMIncrProcessor
An extension of BM processor which can perform an incremental update of the result beans given a list of changes in the xml document
Fields inherited from class fr.inria.ketuk.BMProcessor |
_bmDoc, _cl, _registeredBeans, _registerList, _rootBean, _xblinks |
Method Summary | |
void |
reflectChanges(org.w3c.dom.Document newBmDoc,
java.util.Vector changeList,
java.beans.PropertyChangeEvent evt)
Updates the beans given a list of changes |
Methods inherited from class fr.inria.ketuk.BMProcessor |
error, error, executeAdd, getArray, getBean, getBeanObject, getBMDocument, getCast, getField, getMethod, getObject, getProperty, getScript, getString, process, processBM, processBM, processBM, processBM, processBM, processBM, processBM, setBMDocument, setEventBinding, setField, setFireEvent, setListener, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void reflectChanges(org.w3c.dom.Document newBmDoc, java.util.Vector changeList, java.beans.PropertyChangeEvent evt) throws BMException
newBmDoc
- the new bean markup documentchangeList
- the list of changesevt
- the event that generated the update
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |