|
HDIV API 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hdiv.web.util.TagUtils
public abstract class TagUtils
Utility class for tag library.
| Constructor Summary | |
|---|---|
TagUtils()
|
|
| Method Summary | |
|---|---|
static javax.servlet.jsp.tagext.Tag |
getAncestorOfType(javax.servlet.jsp.tagext.Tag tag,
java.lang.Class ancestorTagClass)
Determine whether the supplied Tag has any ancestor tag of the
supplied type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TagUtils()
| Method Detail |
|---|
public static javax.servlet.jsp.tagext.Tag getAncestorOfType(javax.servlet.jsp.tagext.Tag tag,
java.lang.Class ancestorTagClass)
Tag has any ancestor tag of the
supplied type.
tag - the tag whose ancestors are to be checkedancestorTagClass - the ancestor Class being searched for
true if the supplied Tag has any ancestor
tag of the supplied type
java.lang.IllegalArgumentException - if either of the supplied arguments is
null; or if the supplied
ancestorTagClass is not type-assignable to the
Tag class
|
HDIV 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||