|
||||||||||
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
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(java.lang.String ns,
java.lang.String local,
java.lang.String qName)
Method called with each end element in an XML Document |
java.lang.String[] |
getWelcomeFiles()
Accessor method used to get the array of welcome files. |
void |
startElement(java.lang.String ns,
java.lang.String local,
java.lang.String qName,
org.xml.sax.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 java.lang.String[] getWelcomeFiles()
public void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
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.
org.xml.sax.SAXException
public void endElement(java.lang.String ns, java.lang.String local, java.lang.String qName) throws org.xml.sax.SAXException
ns
- The namespace associated with this elementlocal
- The local name of this elementqName
- The qualified name of this element
org.xml.sax.SAXException
public void startElement(java.lang.String ns, java.lang.String local, java.lang.String qName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
ns
- The namespace associated with this elementlocal
- The local name of this elementqName
- The qualified name of this elementatts
- Attributes associated with this element
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |