protected abstract class ServletToolboxRuleSet.BooleanConfigRule
extends Rule
| Modifier | Constructor and Description |
|---|---|
protected |
BooleanConfigRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
body(java.lang.String ns,
java.lang.String name,
java.lang.String text) |
abstract void |
setBoolean(java.lang.Object parent,
java.lang.Boolean value)
Takes the parent object and boolean value in order to
call the appropriate method on the parent for the
implementing rule.
|
public void body(java.lang.String ns,
java.lang.String name,
java.lang.String text)
throws java.lang.Exception
java.lang.Exceptionpublic abstract void setBoolean(java.lang.Object parent,
java.lang.Boolean value)
throws java.lang.Exception
parent - the parent object/element in the digester's stackvalue - the boolean value contained in the current elementjava.lang.ExceptionCopyright (c) 2003-2007 Apache Software Foundation