org.mmbase.datatypes.processors
Class ContextProcessor.Get

Package class diagram package ContextProcessor.Get
java.lang.Object
  extended by org.mmbase.datatypes.processors.ContextProcessor.Get
All Implemented Interfaces:
Serializable, Processor
Enclosing class:
ContextProcessor

public static class ContextProcessor.Get
extends Object
implements Processor

See Also:
Serialized Form

Constructor Summary
ContextProcessor.Get()
           
 
Method Summary
 Object process(Node node, Field field, Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextProcessor.Get

public ContextProcessor.Get()
Method Detail

process

public final Object process(Node node,
                            Field field,
                            Object value)
Specified by:
process in interface Processor
Parameters:
node - The node object for which the field must be transformed.
field - The field which is set.
value - The (new) field value.

toString

public String toString()
Overrides:
toString in class Object


MMBase2 Bridge 2.0-SNAPSHOT - 2013-05-29T22:05