|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
com.liferay.faces.util.xml.internal.SAXHandlerBase
com.liferay.faces.util.config.internal.WebConfigParserImpl
public class WebConfigParserImpl
| Field Summary |
|---|
| Fields inherited from class com.liferay.faces.util.xml.internal.SAXHandlerBase |
|---|
content |
| Constructor Summary | |
|---|---|
WebConfigParserImpl(SAXParser saxParser,
boolean resolveEntities)
|
|
| Method Summary | |
|---|---|
void |
endElement(String uri,
String localName,
String qName)
|
WebConfig |
parse(InputStream inputStream,
WebConfig webConfig)
Parses the specified InputStream and returns a new WebConfig that contains parsed data that has been appended to the specified WebConfig. |
void |
startElement(String uri,
String localName,
String elementName,
Attributes attributes)
|
| Methods inherited from class com.liferay.faces.util.xml.internal.SAXHandlerBase |
|---|
characters, resolveEntity |
| 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 |
|---|
public WebConfigParserImpl(SAXParser saxParser,
boolean resolveEntities)
| Method Detail |
|---|
public void endElement(String uri,
String localName,
String qName)
throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXException
public WebConfig parse(InputStream inputStream,
WebConfig webConfig)
throws IOException
WebConfigParser
parse in interface WebConfigParserIOException
public void startElement(String uri,
String localName,
String elementName,
Attributes attributes)
throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||