com.liferay.faces.bridge.config
Class SAXHandlerFacesConfigPre

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
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Direct Known Subclasses:
SAXHandlerFacesConfigPreImpl

public abstract class SAXHandlerFacesConfigPre
extends SAXHandlerBaseImpl

Author:
Neil Griffin

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

Constructor Detail

SAXHandlerFacesConfigPre

public SAXHandlerFacesConfigPre(boolean resolveEntities)
Method Detail

getFacesConfigName

public abstract String getFacesConfigName()


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