|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.apache.myfaces.webapp.filter.WelcomeFileHandler
public class WelcomeFileHandler
DOCUMENT ME!
Constructor Summary | |
---|---|
WelcomeFileHandler()
Creates a new WelcomeFileHandler object. |
Method Summary | |
---|---|
void |
characters(char[] ch,
int start,
int length)
Method used to examine, modify or extract text in body of an element |
void |
endElement(String ns,
String local,
String qName)
Method called with each end element in an XML Document |
String[] |
getWelcomeFiles()
Accessor method used to get the array of welcome files. |
void |
startElement(String ns,
String local,
String qName,
Attributes atts)
Method called with each start element in an XML document |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, 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 WelcomeFileHandler()
Method Detail |
---|
public String[] getWelcomeFiles()
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
ch
- character array containing the tag's body information.start
- starting index of the body text in the character array.length
- length of the text found in the body.
SAXException
public void endElement(String ns, String local, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
ns
- The namespace associated with this elementlocal
- The local name of this elementqName
- The qualified name of this element
SAXException
public void startElement(String ns, String local, String qName, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
ns
- The namespace associated with this elementlocal
- The local name of this elementqName
- The qualified name of this elementatts
- Attributes associated with this element
SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |