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