com.liferay.faces.bridge.config
Class SAXHandlerFacesConfigPostImpl

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

public class SAXHandlerFacesConfigPostImpl
extends SAXHandlerFacesConfigPostImpl_2_0

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(boolean resolveEntities, BridgeConfigAttributeMap bridgeConfigAttributeMap, List<ConfiguredBean> configuredBeans, Set<String> excludedBridgeRequestAttributes, Map<String,String[]> publicParameterMappings)
           
 
Method Summary
 void endElement(String uri, String localName, String elementName)
           
 String getWriteBehindRenderResponseWrapper()
           
 String getWriteBehindResourceResponseWrapper()
           
 void logMissingElementErrors()
           
 void startElement(String uri, String localName, String elementName, Attributes attributes)
           
 
Methods inherited from class com.liferay.faces.bridge.config.SAXHandlerFacesConfigPost
newFactoryInstance, setupFactory
 
Methods inherited from class com.liferay.faces.bridge.config.SAXHandlerBaseImpl
characters, 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

public SAXHandlerFacesConfigPostImpl(boolean resolveEntities,
                                     BridgeConfigAttributeMap bridgeConfigAttributeMap,
                                     List<ConfiguredBean> configuredBeans,
                                     Set<String> excludedBridgeRequestAttributes,
                                     Map<String,String[]> publicParameterMappings)
Method Detail

endElement

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

logMissingElementErrors

public void logMissingElementErrors()
Overrides:
logMissingElementErrors in class SAXHandlerFacesConfigPostImpl_2_0

startElement

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

getWriteBehindRenderResponseWrapper

public String getWriteBehindRenderResponseWrapper()
Specified by:
getWriteBehindRenderResponseWrapper in class SAXHandlerFacesConfigPost

getWriteBehindResourceResponseWrapper

public String getWriteBehindResourceResponseWrapper()
Specified by:
getWriteBehindResourceResponseWrapper in class SAXHandlerFacesConfigPost


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