|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.treeprocessor.AbstractProcessingNode
Field Summary | |
protected String |
componentName
The type of the component |
protected SitemapExecutor |
executor
The sitemap executor |
protected Location |
location
|
Constructor Summary | |
AbstractProcessingNode()
|
|
AbstractProcessingNode(String type)
|
Method Summary | |
Location |
getLocation()
Get the location of this node. |
String |
getType()
Return the component type |
void |
setLocation(Location location)
Set the location of this node. |
void |
setSitemapExecutor(SitemapExecutor executor)
Set the sitemap executor |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
enableLogging, getLogger, 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 |
protected Location location
protected String componentName
protected SitemapExecutor executor
Constructor Detail |
public AbstractProcessingNode(String type)
public AbstractProcessingNode()
Method Detail |
public Location getLocation()
getLocation
in interface ProcessingNode
public void setLocation(Location location)
public void setSitemapExecutor(SitemapExecutor executor)
public String getType()
ExecutionContext
getType
in interface ExecutionContext
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |