|
Mojarra JSF Tools 2.1.28.SP9 | |||||||||
| 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.NullValueRule
public class NullValueRule
Digester rule for the <null-value> element.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.digester.Rule |
|---|
digester, namespaceURI |
| Constructor Summary | |
|---|---|
NullValueRule()
|
|
| Method Summary | |
|---|---|
void |
begin(String namespace,
String name,
Attributes attributes)
Set the nullValue property to null on the
NullValueHolder at the top of the stack. |
void |
body(String namespace,
String name,
String text)
No body processing is required. |
void |
end(String namespace,
String name)
No end processing is required. |
void |
finish()
No finish processing is required. |
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 NullValueRule()
| Method Detail |
|---|
public void begin(String namespace,
String name,
Attributes attributes)
throws Exception
Set the nullValue property to null on the
NullValueHolder at the top of the stack.
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
IllegalStateException - if the parent stack element is not
of type FacesConfigBean
Exception
public void body(String namespace,
String name,
String text)
throws 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
Exception
public void end(String namespace,
String name)
throws Exception
No end processing is required.
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
IllegalStateException - if the popped object is not
of the correct type
Exception
public void finish()
throws Exception
No finish processing is required.
finish in class org.apache.commons.digester.RuleExceptionpublic String toString()
toString in class Object
|
Mojarra JSF Tools 2.1.28.SP9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||