org.apache.myfaces.webapp.filter
public class WelcomeFileHandler extends DefaultHandler
Version: $Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $
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 |
Parameters: 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.
Throws: SAXException
Parameters: ns The namespace associated with this element local The local name of this element qName The qualified name of this element
Throws: SAXException
Returns: The string array of welcome files.
Parameters: ns The namespace associated with this element local The local name of this element qName The qualified name of this element atts Attributes associated with this element
Throws: SAXException