railo.commons.io.res.type.s3
Class ACLFactory

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by railo.commons.io.res.type.s3.S3Factory
          extended by railo.commons.io.res.type.s3.ACLFactory
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public final class ACLFactory
extends S3Factory


Field Summary
 
Fields inherited from class railo.commons.io.res.type.s3.S3Factory
DEFAULT_SAX_PARSER
 
Constructor Summary
ACLFactory(InputStream in, S3 s3)
           
 
Method Summary
 void doEndElement(String uri, String name, String qName)
           
 void doStartElement(String uri, String name, String qName, Attributes atts)
           
 AccessControlPolicy getAccessControlPolicy()
           
 
Methods inherited from class railo.commons.io.res.type.s3.S3Factory
characters, endElement, startElement
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACLFactory

public ACLFactory(InputStream in,
                  S3 s3)
           throws IOException,
                  SAXException
Parameters:
saxParser - String Klassenpfad zum Sax Parser.
file - File Objekt auf die TLD.
Throws:
IOException
SAXException
Method Detail

doStartElement

public void doStartElement(String uri,
                           String name,
                           String qName,
                           Attributes atts)

doEndElement

public void doEndElement(String uri,
                         String name,
                         String qName)
                  throws SAXException
Specified by:
doEndElement in class S3Factory
Throws:
SAXException

getAccessControlPolicy

public AccessControlPolicy getAccessControlPolicy()


Copyright © 2012 Railo