Class ServletToolboxRuleSet.BooleanConfigRule

    • Constructor Detail

      • BooleanConfigRule

        protected BooleanConfigRule()
    • Method Detail

      • setBoolean

        public abstract void setBoolean​(Object parent,
                                        Boolean value)
                                 throws Exception
        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 stack
        value - the boolean value contained in the current element
        Throws:
        Exception