Class ServletToolboxRuleSet.BooleanConfigRule
java.lang.Object
Rule
org.apache.velocity.tools.view.servlet.ServletToolboxRuleSet.BooleanConfigRule
- Direct Known Subclasses:
ServletToolboxRuleSet.CreateSessionRule
,ServletToolboxRuleSet.XhtmlRule
- Enclosing class:
- ServletToolboxRuleSet
protected abstract class ServletToolboxRuleSet.BooleanConfigRule
extends Rule
Abstract rule for configuring boolean options on the parent
object/element of the matching element.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BooleanConfigRule
protected BooleanConfigRule()
-
-
Method Details
-
body
- Throws:
Exception
-
setBoolean
Takes the parent object and boolean value in order to call the appropriate method on the parent for the implementing rule.- Parameters:
parent
- the parent object/element in the digester's stackvalue
- the boolean value contained in the current element- Throws:
Exception
-