protected abstract class ServletToolboxRuleSet.BooleanConfigRule
extends Rule
Modifier | Constructor and Description |
---|---|
protected |
ServletToolboxRuleSet.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.
|
protected ServletToolboxRuleSet.BooleanConfigRule()
public void body(java.lang.String ns, java.lang.String name, java.lang.String text) throws java.lang.Exception
java.lang.Exception
public 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.Exception
Copyright (c) 2003-2007 Apache Software Foundation