Class ServletToolboxRuleSet.XhtmlRule
- java.lang.Object
-
- org.apache.commons.digester.Rule
-
- org.apache.velocity.tools.view.servlet.ServletToolboxRuleSet.BooleanConfigRule
-
- org.apache.velocity.tools.view.servlet.ServletToolboxRuleSet.XhtmlRule
-
- Enclosing class:
- ServletToolboxRuleSet
protected final class ServletToolboxRuleSet.XhtmlRule extends ServletToolboxRuleSet.BooleanConfigRule
Rule that setssetXhtml()for the top object on the stack, which must be aorg.apache.velocity.tools.ServletToolboxManager.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXhtmlRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetBoolean(Object obj, Boolean b)Takes the parent object and boolean value in order to call the appropriate method on the parent for the implementing rule.-
Methods inherited from class org.apache.velocity.tools.view.servlet.ServletToolboxRuleSet.BooleanConfigRule
body
-
-
-
-
Method Detail
-
setBoolean
public void setBoolean(Object obj, Boolean b) throws Exception
Description copied from class:ServletToolboxRuleSet.BooleanConfigRuleTakes the parent object and boolean value in order to call the appropriate method on the parent for the implementing rule.- Specified by:
setBooleanin classServletToolboxRuleSet.BooleanConfigRule- Parameters:
obj- the parent object/element in the digester's stackb- the boolean value contained in the current element- Throws:
Exception
-
-