public class FacesConfigDescriptorParserImpl extends SAXHandlerBase implements FacesConfigDescriptorParser
content| Constructor and Description |
|---|
FacesConfigDescriptorParserImpl(SAXParser saxParser,
boolean resolveEntities) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String uri,
String localName,
String elementName) |
boolean |
isWebInfFacesConfig() |
FacesConfigDescriptor |
parse(InputStream inputStream,
String path) |
FacesConfigDescriptor |
parse(InputStream inputStream,
URL url)
Parses the specified InputStream and returns a new FacesConfigDescriptor.
|
void |
startElement(String uri,
String localName,
String elementName,
Attributes attributes) |
characters, resolveEntityendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic FacesConfigDescriptorParserImpl(SAXParser saxParser, boolean resolveEntities)
public void endElement(String uri, String localName, String elementName) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic boolean isWebInfFacesConfig()
public FacesConfigDescriptor parse(InputStream inputStream, String path) throws IOException
parse in interface FacesConfigDescriptorParserIOExceptionpublic FacesConfigDescriptor parse(InputStream inputStream, URL url) throws IOException
FacesConfigDescriptorParserparse in interface FacesConfigDescriptorParserIOExceptionpublic void startElement(String uri, String localName, String elementName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionCopyright © 2016 Liferay, Inc.. All rights reserved.