| |
|
| org.apache.cocoon.serialization.AbstractSerializer org.apache.cocoon.serialization.FOPSerializer
driver | protected Driver driver(Code) | | The Driver which is FOP.
|
logger | protected Logger logger(Code) | | This logger is used for FOP
|
manager | protected ServiceManager manager(Code) | | Manager to get URLFactory from.
|
mimetype | protected String mimetype(Code) | | The current mime-type .
|
renderer | protected Renderer renderer(Code) | | The current Renderer .
|
rendererName | protected String rendererName(Code) | | The renderer name if configured
|
setContentLength | protected boolean setContentLength(Code) | | Should we set the content length ?
|
configure | public void configure(Configuration conf) throws ConfigurationException(Code) | | Set the configurations for this serializer.
|
getKey | public Serializable getKey()(Code) | | Generate the unique key.
This key must be unique inside the space of this component.
This method must be invoked before the generateValidity() method.
The generated key or 0 if the componentis currently not cacheable. |
getMimeType | public String getMimeType()(Code) | | Return the MIME type.
|
getValidity | public SourceValidity getValidity()(Code) | | Generate the validity object.
Before this method can be invoked the generateKey() method
must be invoked.
The generated validity object or null if thecomponent is currently not cacheable. |
recycle | public void recycle()(Code) | | Recycle serializer by removing references
|
service | public void service(ServiceManager manager) throws ServiceException(Code) | | Set the component manager for this serializer.
|
setOutputStream | public void setOutputStream(OutputStream out)(Code) | | Create the FOP driver
Set the OutputStream where the XML should be serialized.
|
shouldSetContentLength | public boolean shouldSetContentLength()(Code) | | Test if the component wants to set the content length
|
|
|
|