org.apache.cocoon.components.treeprocessor
Class AbstractProcessingNode

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLoggable
        |
        +--org.apache.cocoon.components.treeprocessor.AbstractProcessingNode
All Implemented Interfaces:
org.apache.avalon.framework.logger.Loggable, ProcessingNode, org.apache.avalon.framework.thread.ThreadSafe
Direct Known Subclasses:
AbstractParentProcessingNode, AggregateNode, CallNode, MountNode, NullNode, PipelineEventComponentProcessingNode, ReadNode, RedirectToURINode

public abstract class AbstractProcessingNode
extends org.apache.avalon.framework.logger.AbstractLoggable
implements ProcessingNode

Version:
CVS $Id: AbstractProcessingNode.java,v 1.1 2002/03/05 08:26:22 sylvain Exp $
Author:
Sylvain Wallez

Field Summary
protected  java.lang.String location
           
 
Fields inherited from interface org.apache.cocoon.components.treeprocessor.ProcessingNode
OBJECT_SOURCE_RESOLVER
 
Constructor Summary
AbstractProcessingNode()
           
 
Method Summary
 java.lang.String getLocation()
          Get the location of this node.
protected static SourceResolver getSourceResolver(java.util.Map objectModel)
          Get the SourceResolver in an object model.
 void setLocation(java.lang.String location)
          Set the location of this node.
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable
getLogger, setLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.components.treeprocessor.ProcessingNode
invoke
 

Field Detail

location

protected java.lang.String location
Constructor Detail

AbstractProcessingNode

public AbstractProcessingNode()
Method Detail

getSourceResolver

protected static final SourceResolver getSourceResolver(java.util.Map objectModel)
Get the SourceResolver in an object model.

getLocation

public java.lang.String getLocation()
Get the location of this node.
Specified by:
getLocation in interface ProcessingNode

setLocation

public void setLocation(java.lang.String location)
Set the location of this node.


Copyright � 1999-2002 Apache Software Foundation. All Rights Reserved.