public abstract class AbstractProcessor extends Object implements Processor
| Constructor and Description |
|---|
AbstractProcessor(Block p) |
| Modifier and Type | Method and Description |
|---|---|
Block |
getBlock()
Every processor processes for a certain block.
|
static Processor |
getEmpty(Block b)
Creates a processor which does absolutely nothing.
|
URI |
getUri()
An URI which may identify the implementation of this Renderer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameters, processprotected final Block parent
public AbstractProcessor(Block p)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}