com.liferay.faces.bridge.config
Class SAXHandlerWebConfigImpl
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.liferay.faces.bridge.config.SAXHandler
com.liferay.faces.bridge.config.SAXHandlerBaseImpl
com.liferay.faces.bridge.config.SAXHandlerWebConfigImpl
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class SAXHandlerWebConfigImpl
- extends SAXHandlerBaseImpl
- Author:
- Neil Griffin
| 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 |
SAXHandlerWebConfigImpl
public SAXHandlerWebConfigImpl(boolean resolveEntities,
List<ServletMapping> facesServletMappings)
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.