com.liferay.faces.bridge.config
Class SAXHandlerFacesConfigPost

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

public abstract class SAXHandlerFacesConfigPost
extends SAXHandlerBaseImpl

Author:
Neil Griffin

Field Summary
protected  BridgeConfigAttributeMap bridgeConfigAttributeMap
           
protected static String FACTORY_NOT_FOUND_MSG
           
 
Fields inherited from class com.liferay.faces.bridge.config.SAXHandlerBaseImpl
content
 
Constructor Summary
SAXHandlerFacesConfigPost(boolean resolveEntities, BridgeConfigAttributeMap bridgeConfigAttributeMap)
           
 
Method Summary
abstract  String getWriteBehindRenderResponseWrapper()
           
abstract  String getWriteBehindResourceResponseWrapper()
           
protected  Object newFactoryInstance(String className, Class<?> factoryClassType, Object wrappedFactory)
           
protected  void setupFactory(Class<?> factoryType, String factoryImplementation)
           
 
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
 

Field Detail

FACTORY_NOT_FOUND_MSG

protected static final String FACTORY_NOT_FOUND_MSG
See Also:
Constant Field Values

bridgeConfigAttributeMap

protected BridgeConfigAttributeMap bridgeConfigAttributeMap
Constructor Detail

SAXHandlerFacesConfigPost

public SAXHandlerFacesConfigPost(boolean resolveEntities,
                                 BridgeConfigAttributeMap bridgeConfigAttributeMap)
Method Detail

newFactoryInstance

protected Object newFactoryInstance(String className,
                                    Class<?> factoryClassType,
                                    Object wrappedFactory)
                             throws ClassNotFoundException,
                                    InstantiationException,
                                    IllegalAccessException,
                                    IllegalArgumentException,
                                    InvocationTargetException
Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException
IllegalArgumentException
InvocationTargetException

setupFactory

protected void setupFactory(Class<?> factoryType,
                            String factoryImplementation)

getWriteBehindRenderResponseWrapper

public abstract String getWriteBehindRenderResponseWrapper()

getWriteBehindResourceResponseWrapper

public abstract String getWriteBehindResourceResponseWrapper()


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