org.apache.cocoon.components.treeprocessor
Class AbstractProcessingNode
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.treeprocessor.AbstractProcessingNode
- All Implemented Interfaces:
- Locatable, LogEnabled, ProcessingNode, ThreadSafe
- Direct Known Subclasses:
- AbstractParentProcessingNode, AggregateNode, CallFunctionNode, CallNode, FlowNode, MountNode, NullNode, PipelineEventComponentProcessingNode, ReadNode, RedirectToURINode, ScriptNode
- public abstract class AbstractProcessingNode
- extends AbstractLogEnabled
- implements ProcessingNode
- Version:
- CVS $Id: AbstractProcessingNode.java 446922 2006-09-16 19:24:36Z vgritsenko $
- Author:
- Sylvain Wallez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
location
protected Location location
AbstractProcessingNode
public AbstractProcessingNode()
getSourceResolver
protected static SourceResolver getSourceResolver(Map objectModel)
- Get the
SourceResolver in an object model.
getLocation
public Location getLocation()
- Get the location of this node.
- Specified by:
getLocation in interface ProcessingNode
setLocation
public void setLocation(Location location)
- Set the location of this node.
Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.