org.apache.cocoon.components.pipeline
Interface EventPipeline
- All Superinterfaces:
- org.apache.avalon.framework.component.Component, org.apache.avalon.framework.component.Composable, org.apache.avalon.excalibur.pool.Poolable, org.apache.avalon.excalibur.pool.Recyclable
- All Known Implementing Classes:
- AbstractEventPipeline
- public interface EventPipeline
- extends org.apache.avalon.framework.component.Component, org.apache.avalon.framework.component.Composable, org.apache.avalon.excalibur.pool.Recyclable
- Version:
- CVS $Revision: 1.2.2.8 $ $Date: 2001/10/11 08:56:08 $
- Author:
- Giacomo Pati
Field Summary |
static java.lang.String |
ROLE
|
Method Summary |
void |
addTransformer(java.lang.String role,
java.lang.String source,
org.apache.avalon.framework.parameters.Parameters param)
|
Generator |
getGenerator()
|
boolean |
process(Environment environment)
Process the given Environment producing the output |
void |
setGenerator(java.lang.String role,
java.lang.String source,
org.apache.avalon.framework.parameters.Parameters param)
|
void |
setGenerator(java.lang.String role,
java.lang.String source,
org.apache.avalon.framework.parameters.Parameters param,
java.lang.Exception e)
|
Methods inherited from interface org.apache.avalon.framework.component.Composable |
compose |
Methods inherited from interface org.apache.avalon.excalibur.pool.Recyclable |
recycle |
ROLE
public static final java.lang.String ROLE
process
public boolean process(Environment environment)
throws java.lang.Exception
- Process the given
Environment
producing the output
setGenerator
public void setGenerator(java.lang.String role,
java.lang.String source,
org.apache.avalon.framework.parameters.Parameters param,
java.lang.Exception e)
throws java.lang.Exception
setGenerator
public void setGenerator(java.lang.String role,
java.lang.String source,
org.apache.avalon.framework.parameters.Parameters param)
throws java.lang.Exception
getGenerator
public Generator getGenerator()
addTransformer
public void addTransformer(java.lang.String role,
java.lang.String source,
org.apache.avalon.framework.parameters.Parameters param)
throws java.lang.Exception
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.