org.mmbase.datatypes.processors
Interface Processor
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ChainedProcessor, CharTransformerProcessor, CopyProcessor, CreationTimeGuesser, FieldGetString, FieldSetString, FileNameProcessor, FormatDateTime, FormatFileSize, GetIndex, HtmlGetString, HtmlSetString, IgnoreEmptyProcessor, IgnoreIfChangedProcessor, MmxfGetString, MmxfSetString, NodeNumber, Readonly, UnPGet
- public interface Processor
- extends Serializable
Interface for doing field processing.
- Since:
- MMBase-1.7
- Version:
- $Id: Processor.java,v 1.1 2005/10/25 12:30:26 michiel Exp $
- Author:
- Michiel Meeuwissen
process
public Object process(Node node,
Field field,
Object value)
- Parameters:
node - The node object for which the field must be transformed.field - The field which is set.value - The (new) field value.
MMBase build 1.8.1.20060716