Package org.apache.taglibs.standard.tei
Class Util
- java.lang.Object
-
- org.apache.taglibs.standard.tei.Util
-
public class Util extends Object
Utilities in support of TagExtraInfo classes.
- Author:
- Shawn Bayern
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisSpecified(jakarta.servlet.jsp.tagext.TagData data, String attributeName)Returns true if the given attribute name is specified, false otherwise.
-
-
-
Method Detail
-
isSpecified
public static boolean isSpecified(jakarta.servlet.jsp.tagext.TagData data, String attributeName)Returns true if the given attribute name is specified, false otherwise.
-
-