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.Rule
Exception
public 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 elementException
Copyright © 2002–2021 Apache Software Foundation. All rights reserved.