| org.apache.cocoon.generation.AbstractGenerator org.apache.cocoon.generation.ServiceableGenerator org.apache.cocoon.generation.TextGenerator
Method Summary | |
public void | generate() Generate XML data. | public Serializable | getKey() Generate the unique key. | public SourceValidity | getValidity() Generate the validity object. | public void | parameterize(Parameters parameters) Provide component with parameters. | public void | recycle() Recycle this component. | public void | setup(SourceResolver resolver, Map objectmodel, String src, Parameters parameters) Set the SourceResolver, objectModel Map, the source and sitemap Parameters used to process the
request. |
URI | final public static String URI(Code) | | The URI of the text element
|
getKey | public Serializable getKey()(Code) | | Generate the unique key. This key must be unique inside the space of this component.
The generated key hashes the src |
getValidity | public SourceValidity getValidity()(Code) | | Generate the validity object.
The generated validity object or null if the component is currently notcacheable. |
parameterize | public void parameterize(Parameters parameters) throws ParameterException(Code) | | Provide component with parameters.
Parameters: parameters - the parameters throws: ParameterException - if parameters are invalid |
recycle | public void recycle()(Code) | | Recycle this component. All instance variables are set to null .
|
Fields inherited from org.apache.cocoon.generation.ServiceableGenerator | protected ServiceManager manager(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.generation.ServiceableGenerator | public void dispose()(Code)(Java Doc) public void service(ServiceManager manager) throws ServiceException(Code)(Java Doc)
|
|
|