|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.digester.Rule
org.apache.velocity.tools.view.servlet.ServletToolboxRuleSet.BooleanConfigRule
org.apache.velocity.tools.view.servlet.ServletToolboxRuleSet.XhtmlRule
protected final class ServletToolboxRuleSet.XhtmlRule
Rule that sets setXhtml()
for the top object
on the stack, which must be a
org.apache.velocity.tools.ServletToolboxManager
.
Field Summary |
---|
Fields inherited from class org.apache.commons.digester.Rule |
---|
digester, namespaceURI |
Constructor Summary | |
---|---|
protected |
ServletToolboxRuleSet.XhtmlRule()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.velocity.tools.view.servlet.ServletToolboxRuleSet.BooleanConfigRule |
---|
body |
Methods inherited from class org.apache.commons.digester.Rule |
---|
begin, begin, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ServletToolboxRuleSet.XhtmlRule()
Method Detail |
---|
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 element
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |