|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.commons.jelly.TagSupport
|
+--com.werken.blissed.jelly.BlissedTagSupport
Base of all blissed jelly tags.
| Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
protected |
BlissedTagSupport()
Construct. |
| Method Summary | |
protected void |
checkObjectAttribute(java.lang.String name,
java.lang.Object value)
Check an object attribute to ensure that it is not null. |
protected void |
checkStringAttribute(java.lang.String name,
java.lang.String value)
Check a string attribute to ensure it is not null
or the empty string. |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.commons.jelly.Tag |
doTag |
| Constructor Detail |
protected BlissedTagSupport()
| Method Detail |
protected void checkStringAttribute(java.lang.String name,
java.lang.String value)
throws org.apache.commons.jelly.MissingAttributeException
null
or the empty string.name - The name of the attribute.value - The value of the attribute.org.apache.commons.jelly.MissingAttributeException - If the value is either null
or the empty string.
protected void checkObjectAttribute(java.lang.String name,
java.lang.Object value)
throws org.apache.commons.jelly.MissingAttributeException
null.name - The attribute name.value - The attribute value.org.apache.commons.jelly.MissingAttributeException - If the value is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||