|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.ant.CocoonProcessorDelegate
A facade for Cocoon processing
Constructor Summary | |
CocoonProcessorDelegate(Cocoon cocoon)
Constructor for the CocoonProcessorDelegate object |
Method Summary | |
void |
configure(Configuration configuration)
Description of the Method |
void |
contextualize(Context context)
Description of the Method |
void |
dumpVisitedLinks()
dump a list of all visited uris, its content-type, and its outbound links |
protected Collection |
getLinks(UriType uriType,
Map parameters)
Gets the links attribute of the CocoonProcessorDelegate object |
protected void |
getPage(UriType uriType,
Map parameters,
Map links,
DelayedFileOutputStream dfos)
Processes an Uri for its content. |
void |
initialize()
Description of the Method |
void |
processAllUris(Set uris)
Description of the Method |
void |
processUri(UriType uriType)
process a single Uri, resolve followingLink internally |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CocoonProcessorDelegate(Cocoon cocoon)
cocoon
- Description of ParameterMethod Detail |
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
context
- Description of Parameter
ContextException
- Description of Exceptionpublic void configure(Configuration configuration) throws ConfigurationException
configure
in interface Configurable
configuration
- Description of Parameter
ConfigurationException
- Description of Exceptionpublic void initialize() throws Exception
initialize
in interface Initializable
Exception
- Description of Exceptionpublic void processAllUris(Set uris) throws ProcessingException
uris
- Description of Parameter
ProcessingException
- Description of Exceptionpublic void processUri(UriType uriType) throws ProcessingException
uriType
- Description of Parameter
ProcessingException
- Description of Exceptionpublic void dumpVisitedLinks()
protected void getPage(UriType uriType, Map parameters, Map links, DelayedFileOutputStream dfos) throws Exception
parameters
- a Map
value containing request parameterslinks
- a Map
valueuriType
- Description of Parameterdfos
- Description of Parameter
Exception
- Description of Exceptionprotected Collection getLinks(UriType uriType, Map parameters) throws Exception
uriType
- Description of Parameterparameters
- Description of Parameter
Exception
- Description of Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |