FileDocCategorySizeDatePackage
Util.javaAPI DocGlassfish v2 API2431Sat May 05 19:18:02 BST 2007org.apache.taglibs.standard.tei

Util

public class Util extends Object

Utilities in support of TagExtraInfo classes.

author
Shawn Bayern

Fields Summary
Constructors Summary
Methods Summary
public static booleanisSpecified(javax.servlet.jsp.tagext.TagData data, java.lang.String attributeName)
Returns true if the given attribute name is specified, false otherwise.

        return (data.getAttribute(attributeName) != null);