com.liferay.faces.bridge.config
Class SAXHandlerFacesConfigPreImpl

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by com.liferay.faces.bridge.config.SAXHandler
          extended by com.liferay.faces.bridge.config.SAXHandlerBaseImpl
              extended by com.liferay.faces.bridge.config.SAXHandlerFacesConfigPre
                  extended by com.liferay.faces.bridge.config.SAXHandlerFacesConfigPreImpl
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class SAXHandlerFacesConfigPreImpl
extends SAXHandlerFacesConfigPre

Author:
Neil Griffin

Field Summary
 
Fields inherited from class com.liferay.faces.bridge.config.SAXHandlerBaseImpl
content
 
Constructor Summary
SAXHandlerFacesConfigPreImpl(boolean resolveEntities)
           
 
Method Summary
 void endElement(String uri, String localName, String qName)
           
 String getFacesConfigName()
           
 void startElement(String uri, String localName, String elementName, Attributes attributes)
           
 
Methods inherited from class com.liferay.faces.bridge.config.SAXHandlerBaseImpl
characters, logMissingElementErrors, resolveEntity, setURL
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXHandlerFacesConfigPreImpl

public SAXHandlerFacesConfigPreImpl(boolean resolveEntities)
Method Detail

endElement

public void endElement(String uri,
                       String localName,
                       String qName)
                throws SAXException
Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class DefaultHandler
Throws:
SAXException

startElement

public void startElement(String uri,
                         String localName,
                         String elementName,
                         Attributes attributes)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class DefaultHandler
Throws:
SAXException

getFacesConfigName

public String getFacesConfigName()
Specified by:
getFacesConfigName in class SAXHandlerFacesConfigPre


Copyright © 2014 Liferay, Inc.. All Rights Reserved.