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:
- LogEnabled, ThreadSafe, ProcessingNode, Locatable
- 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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- 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
- Specified by:
getLocation
in interface Locatable
- Returns:
- the location
setLocation
public void setLocation(Location location)
- Set the location of this node.
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.