| Package | Description |
|---|---|
| org.mmbase.bridge.util |
This package contains several bridge related classes which can be used independently of the
rest of MMBase.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedNode<A>
An annotated node is an object that wraps another
Node but wich can be annotated with
some extra information. |
class |
ChangedNode
A nodewrapper in which fields are explicitely marked as 'changed' (even though they may actually not be).
|
class |
NodeChanger
Wraps another Node, and adds '
NodeChanger.isChangedByThis()'. |
class |
NodeMap
A
Map representing a Node. |
class |
NodeMapWithoutProcess
Like
NodeMap but it uses Node.getValueWithoutProcess(java.lang.String) and Node.setValueWithoutProcess(java.lang.String, java.lang.Object) to acces the wrapped node. |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}