|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Processor
Field Summary | |
---|---|
static String |
ROLE
|
Method Summary | |
---|---|
ProcessingPipeline |
buildPipeline(Environment environment)
Process the given Environment to assemble
a ProcessingPipeline . |
Map |
getComponentConfigurations()
Get the sitemap component configurations |
Processor |
getRootProcessor()
Get the root processor parent of this processor. |
boolean |
process(Environment environment)
Process the given Environment producing the output. |
Field Detail |
---|
static final String ROLE
Method Detail |
---|
boolean process(Environment environment) throws Exception
Environment
producing the output.
true
is returned.
If no match is found in the sitemap false
is returned.
ResourceNotFoundException
- If a sitemap component tries
to access a resource which can not
be found, e.g. the generator
ConnectionResetException If the connection was reset
Exception
ProcessingPipeline buildPipeline(Environment environment) throws Exception
Environment
to assemble
a ProcessingPipeline
.
Exception
Map getComponentConfigurations()
Processor getRootProcessor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |