|
||||||||||
| 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.FacesConfigParserImpl
public class FacesConfigParserImpl
| Field Summary |
|---|
| Fields inherited from class com.liferay.faces.util.xml.internal.SAXHandlerBase |
|---|
content |
| Constructor Summary | |
|---|---|
FacesConfigParserImpl(SAXParser saxParser,
boolean resolveEntities)
|
|
| Method Summary | |
|---|---|
void |
endElement(String uri,
String localName,
String elementName)
|
protected SAXParser |
getSAXParser()
|
FacesConfig |
parse(InputStream inputStream,
FacesConfig facesConfig)
Parses the specified InputStream and returns a new FacesConfig that contains parsed data that has been appended to the specified FacesConfig. |
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 FacesConfigParserImpl(SAXParser saxParser,
boolean resolveEntities)
| Method Detail |
|---|
public void endElement(String uri,
String localName,
String elementName)
throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXException
public FacesConfig parse(InputStream inputStream,
FacesConfig facesConfig)
throws IOException
FacesConfigParser
parse in interface FacesConfigParserIOException
public void startElement(String uri,
String localName,
String elementName,
Attributes attributes)
throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionprotected SAXParser getSAXParser()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||