org.apache.cocoon.sitemap
Interface Sitemap
- All Superinterfaces:
- CompiledComponent, org.apache.avalon.framework.component.Component, org.apache.avalon.framework.component.Composable, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.context.Contextualizable, Modifiable, Processor
- All Known Implementing Classes:
- AbstractSitemap
- public interface Sitemap
- extends CompiledComponent, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.context.Contextualizable, Processor
Base interface for generated Sitemap
classes
- Version:
- CVS $Id: Sitemap.java,v 1.4 2002/02/22 07:03:55 cziegeler Exp $
- Author:
- Giacomo Pati
Methods inherited from interface org.apache.avalon.framework.component.Composable |
compose |
Methods inherited from interface org.apache.avalon.framework.configuration.Configurable |
configure |
Methods inherited from interface org.apache.avalon.framework.context.Contextualizable |
contextualize |
GENERATOR
public static final int GENERATOR
- See Also:
- Constant Field Values
TRANSFORMER
public static final int TRANSFORMER
- See Also:
- Constant Field Values
SERIALIZER
public static final int SERIALIZER
- See Also:
- Constant Field Values
READER
public static final int READER
- See Also:
- Constant Field Values
ACTION
public static final int ACTION
- See Also:
- Constant Field Values
MATCHER
public static final int MATCHER
- See Also:
- Constant Field Values
SELECTOR
public static final int SELECTOR
- See Also:
- Constant Field Values
getComponentManager
public org.apache.avalon.framework.component.ComponentManager getComponentManager()
- Return the component manager for this sitemap
process
public boolean process(Environment environment)
throws java.lang.Exception
- Process the given
Environment
- Specified by:
process
in interface Processor
- Returns:
- If the processing is successfull
true
is returned.
If not match is found in the sitemap false
is returned.
java.lang.Exception
process
public boolean process(Environment environment,
StreamPipeline pipeline,
EventPipeline eventPipeline)
throws java.lang.Exception
- Process the given
Environment
assebling
a StreamPipeline
and an EventPipeline
- Specified by:
process
in interface Processor
java.lang.Exception
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.