com.liferay.faces.bridge.config
Class SAXHandlerFacesConfigPostImpl_1_2

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.SAXHandlerFacesConfigPost
                  extended by com.liferay.faces.bridge.config.SAXHandlerFacesConfigPostImpl_1_2
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Direct Known Subclasses:
SAXHandlerFacesConfigPostImpl_2_0

public abstract class SAXHandlerFacesConfigPostImpl_1_2
extends SAXHandlerFacesConfigPost

This class provides a compatibility layer that isolates differences for JSF 1.2.

Author:
Neil Griffin

Field Summary
 
Fields inherited from class com.liferay.faces.bridge.config.SAXHandlerFacesConfigPost
bridgeConfigAttributeMap, FACTORY_NOT_FOUND_MSG
 
Fields inherited from class com.liferay.faces.bridge.config.SAXHandlerBaseImpl
content
 
Constructor Summary
SAXHandlerFacesConfigPostImpl_1_2(boolean resolveEntities, BridgeConfigAttributeMap bridgeConfigAttributeMap)
           
 
Method Summary
 void endElement(String uri, String localName, String qName)
           
 void startElement(String uri, String localName, String elementName, Attributes attributes)
           
 
Methods inherited from class com.liferay.faces.bridge.config.SAXHandlerFacesConfigPost
getWriteBehindRenderResponseWrapper, getWriteBehindResourceResponseWrapper, newFactoryInstance, setupFactory
 
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

SAXHandlerFacesConfigPostImpl_1_2

public SAXHandlerFacesConfigPostImpl_1_2(boolean resolveEntities,
                                         BridgeConfigAttributeMap bridgeConfigAttributeMap)
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


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