| org.apache.cocoon.webapps.portal.components.Coplet
Coplet | public interface Coplet (Code) | | The coplet interface
author: Carsten Ziegeler version: CVS $Id: Coplet.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
void | execute(ContentHandler contentHandler, LexicalHandler lexicalHandler, Map objectModel, SourceParameters parameters) Should stream the content to the consumer.
The content must be inside a node!
If no content is provided (e.g. | boolean | init(Map objectModel, SourceParameters parameters) This will be called before execute() is called. |
init | boolean init(Map objectModel, SourceParameters parameters) throws ProcessingException(Code) | | This will be called before execute() is called. Should really
only be called when the coplet is loaded (caching).
|
|
|