org.apache.velocity.tools.view.servlet
protected final class ServletToolboxRuleSet.XhtmlRule extends ServletToolboxRuleSet.BooleanConfigRule
setXhtml()
for the top object
on the stack, which must be a
org.apache.velocity.tools.ServletToolboxManager
.Modifier | Constructor and Description |
---|---|
protected |
ServletToolboxRuleSet.XhtmlRule() |
Modifier and Type | Method and Description |
---|---|
void |
setBoolean(java.lang.Object obj,
java.lang.Boolean b)
Takes the parent object and boolean value in order to
call the appropriate method on the parent for the
implementing rule.
|
body
public void setBoolean(java.lang.Object obj, java.lang.Boolean b) throws java.lang.Exception
ServletToolboxRuleSet.BooleanConfigRule
setBoolean
in class ServletToolboxRuleSet.BooleanConfigRule
obj
- the parent object/element in the digester's stackb
- the boolean value contained in the current elementjava.lang.Exception
Copyright (c) 2003-2007 Apache Software Foundation