|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.framework.logger.AbstractLoggable | +--org.apache.cocoon.components.treeprocessor.AbstractProcessingNode | +--org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode | +--org.apache.cocoon.components.treeprocessor.SimpleParentProcessingNode | +--org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode
Handles <map:pipelines>
Fields inherited from class org.apache.cocoon.components.treeprocessor.SimpleParentProcessingNode |
children |
Fields inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNode |
location |
Fields inherited from interface org.apache.cocoon.components.treeprocessor.ProcessingNode |
OBJECT_SOURCE_RESOLVER |
Constructor Summary | |
PipelinesNode()
|
Method Summary | |
void |
compose(org.apache.avalon.framework.component.ComponentManager manager)
Keep the component manager used everywhere in the tree so that we can cleanly dispose it. |
void |
dispose()
Dispose the component manager. |
static SitemapRedirector |
getRedirector(Environment env)
|
boolean |
invoke(Environment env,
InvokeContext context)
Process the environment. |
void |
setChildren(ProcessingNode[] nodes)
|
Methods inherited from class org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode |
invokeNodes, invokeNodes |
Methods inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNode |
getLocation, getSourceResolver, setLocation |
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 |
Constructor Detail |
public PipelinesNode()
Method Detail |
public void compose(org.apache.avalon.framework.component.ComponentManager manager)
compose
in interface org.apache.avalon.framework.component.Composable
public void setChildren(ProcessingNode[] nodes)
setChildren
in class SimpleParentProcessingNode
public static SitemapRedirector getRedirector(Environment env)
public final boolean invoke(Environment env, InvokeContext context) throws java.lang.Exception
SourceResolver
and a Redirector
in the object model. The previous resolver and
redirector, if any, are restored before return.public void dispose()
dispose
in interface org.apache.avalon.framework.activity.Disposable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |