protected abstract class ServletToolboxRuleSet.BooleanConfigRule
extends org.apache.commons.digester.Rule
| Modifier | Constructor and Description |
|---|---|
protected |
BooleanConfigRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
body(String ns,
String name,
String text) |
abstract void |
setBoolean(Object parent,
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(String ns, String name, String text) throws Exception
body in class org.apache.commons.digester.RuleExceptionpublic abstract void setBoolean(Object parent, Boolean value) throws Exception
parent - the parent object/element in the digester's stackvalue - the boolean value contained in the current elementExceptionCopyright © 2002–2023 Apache Software Foundation. All rights reserved.