|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.digester.Rule
com.sun.faces.config.rules.FacesConfigRule
public class FacesConfigRule
Digester rule for the <faces-config> element.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.digester.Rule |
|---|
digester, namespaceURI |
| Constructor Summary | |
|---|---|
FacesConfigRule()
|
|
| Method Summary | |
|---|---|
void |
begin(java.lang.String namespace,
java.lang.String name,
org.xml.sax.Attributes attributes)
Create an instance of FacesConfigBean and push it
on to the object statck. |
void |
body(java.lang.String namespace,
java.lang.String name,
java.lang.String text)
No body processing is required. |
void |
end(java.lang.String namespace,
java.lang.String name)
Pop the FacesConfigBean off the top of the stack. |
void |
finish()
No finish processing is required. |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.commons.digester.Rule |
|---|
begin, body, end, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FacesConfigRule()
| Method Detail |
|---|
public void begin(java.lang.String namespace,
java.lang.String name,
org.xml.sax.Attributes attributes)
throws java.lang.Exception
Create an instance of FacesConfigBean and push it
on to the object statck.
begin in class org.apache.commons.digester.Rulenamespace - the namespace URI of the matching element, or an
empty string if the parser is not namespace aware or the element has
no namespacename - the local name if the parser is namespace aware, or just
the element name otherwiseattributes - The attribute list of this element
java.lang.IllegalStateException - if there is anything already on the
object stack
java.lang.Exception
public void body(java.lang.String namespace,
java.lang.String name,
java.lang.String text)
throws java.lang.Exception
No body processing is required.
body in class org.apache.commons.digester.Rulenamespace - the namespace URI of the matching element, or an
empty string if the parser is not namespace aware or the element has
no namespacename - the local name if the parser is namespace aware, or just
the element name otherwisetext - The text of the body of this element
java.lang.Exception
public void end(java.lang.String namespace,
java.lang.String name)
throws java.lang.Exception
Pop the FacesConfigBean off the top of the stack.
end in class org.apache.commons.digester.Rulenamespace - the namespace URI of the matching element, or an
empty string if the parser is not namespace aware or the element has
no namespacename - the local name if the parser is namespace aware, or just
the element name otherwise
java.lang.IllegalStateException - if the popped object is not
of the correct type
java.lang.Exception
public void finish()
throws java.lang.Exception
No finish processing is required.
finish in class org.apache.commons.digester.Rulejava.lang.Exceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||