Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » transformation » [javadoc | source]
org.apache.cocoon.transformation
public class: RoleFilterTransformer [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.RoleFilterTransformer

All Implemented Interfaces:
    CacheableProcessingComponent, Transformer, XMLPipe, org.apache.avalon.excalibur.pool.Recyclable, XMLProducer

Field Summary
 Request request     
Fields inherited from org.apache.cocoon.xml.AbstractXMLProducer:
EMPTY_CONTENT_HANDLER,  xmlConsumer,  contentHandler,  lexicalHandler
Constructor:
 public RoleFilterTransformer() 
Method from org.apache.cocoon.transformation.RoleFilterTransformer Summary:
characters,   comment,   endCDATA,   endElement,   endEntity,   getKey,   getValidity,   processingInstruction,   recycle,   setup,   startCDATA,   startElement,   startEntity
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.RoleFilterTransformer Detail:
 public  void characters(char[] c,
    int start,
    int len) throws SAXException 
 public  void comment(char[] ch,
    int start,
    int len) throws SAXException 
 public  void endCDATA() throws SAXException 
 public final  void endElement(String uri,
    String loc,
    String raw) throws SAXException 
 public  void endEntity(String name) throws SAXException 
 public Serializable getKey() 
    Disable caching
 public SourceValidity getValidity() 
 public  void processingInstruction(String target,
    String data) throws SAXException 
 public  void recycle() 
 public final  void setup(SourceResolver resolver,
    Map objectModel,
    String src,
    Parameters params) throws IOException, SAXException, ProcessingException 
 public  void startCDATA() throws SAXException 
 public final  void startElement(String uri,
    String loc,
    String raw,
    Attributes a) throws SAXException 
 public  void startEntity(String name) throws SAXException