org.apache.cocoon.transformation
Class DeliTransformer
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.xml.AbstractXMLPipe
org.apache.cocoon.transformation.AbstractTransformer
org.apache.cocoon.transformation.TraxTransformer
org.apache.cocoon.transformation.DeliTransformer
- All Implemented Interfaces:
- CacheableProcessingComponent, Configurable, ContentHandler, Disposable, LexicalHandler, LogEnabled, Poolable, Recyclable, Serviceable, SitemapModelComponent, Transformer, XMLConsumer, XMLConsumer, XMLPipe, XMLProducer
- public class DeliTransformer
- extends TraxTransformer
This Transformer is used to transform this incoming SAX stream using
a XSLT stylesheet and have parameters available to the stylesheet
augmented by the DELI CC/PP user-agent profile database
This transformer extends the default TraxTransformer and thus inherits
all the properties and configuration parameters of that transformer.
Please refer to its documentation for more information.
- Version:
- CVS $Id: DeliTransformer.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Mark H. Butler, Stefano Mazzocchi
Fields inherited from interface org.apache.cocoon.transformation.Transformer |
ROLE |
Methods inherited from class org.apache.cocoon.xml.AbstractXMLPipe |
characters, comment, endCDATA, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDTD, startElement, startEntity, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeliTransformer
public DeliTransformer()
service
public void service(ServiceManager manager)
throws ServiceException
- Set the current
ServiceManager
instance used by this
Serviceable
.
- Specified by:
service
in interface Serviceable
- Overrides:
service
in class TraxTransformer
- Throws:
ServiceException
getLogicSheetParameters
protected Map getLogicSheetParameters()
- Get the parameters for the logicsheet
- Overrides:
getLogicSheetParameters
in class TraxTransformer
dispose
public void dispose()
- Disposable
- Specified by:
dispose
in interface Disposable
- Overrides:
dispose
in class TraxTransformer
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.