Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » transformation » [javadoc | source]
org.apache.cocoon.transformation
public class: DeliTransformer [javadoc | source]
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:
    org.apache.avalon.framework.activity.Disposable, CacheableProcessingComponent, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.configuration.Configurable, Transformer, XMLPipe, org.apache.avalon.excalibur.pool.Recyclable, XMLProducer

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.
Fields inherited from org.apache.cocoon.transformation.TraxTransformer:
manager,  objectModel,  logicSheetParameters,  transformerHandler,  transformerValidity
Fields inherited from org.apache.cocoon.xml.AbstractXMLProducer:
EMPTY_CONTENT_HANDLER,  xmlConsumer,  contentHandler,  lexicalHandler
Method from org.apache.cocoon.transformation.DeliTransformer Summary:
dispose,   getLogicSheetParameters,   service
Methods from org.apache.cocoon.transformation.TraxTransformer:
configure,   dispose,   endDocument,   getKey,   getLogicSheetParameters,   getValidity,   isValidXSLTParameterName,   recycle,   service,   setConsumer,   setup,   startDocument
Methods from org.apache.cocoon.xml.AbstractXMLPipe:
characters,   comment,   endCDATA,   endDTD,   endDocument,   endElement,   endEntity,   endPrefixMapping,   ignorableWhitespace,   processingInstruction,   setDocumentLocator,   skippedEntity,   startCDATA,   startDTD,   startDocument,   startElement,   startEntity,   startPrefixMapping
Methods from org.apache.cocoon.xml.AbstractXMLProducer:
recycle,   setConsumer,   setContentHandler,   setLexicalHandler
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.transformation.DeliTransformer Detail:
 public  void dispose() 
    Disposable
 protected Map getLogicSheetParameters() 
    Get the parameters for the logicsheet
 public  void service(ServiceManager manager) throws ServiceException 
    Set the current ServiceManager instance used by this Serviceable.