javax.servlet.jsp.tagext

Class TagData

Implemented Interfaces:
Cloneable

public class TagData
extends java.lang.Object
implements Cloneable

Represents the request-time parameters for a JSP tag. The distinguished object REQUEST_TIME_VALUE can be used to indicate whether a particular named attribute is static or depends on recomputation during each request.

Field Summary

static Object
REQUEST_TIME_VALUE

Constructor Summary

TagData(Object[][] atts)

Method Summary

Object
getAttribute(String attName)
String
getAttributeString(String attName)
String
getId()
void
setAttribute(String attName, Object value)

Field Details

REQUEST_TIME_VALUE

public static final Object REQUEST_TIME_VALUE

Constructor Details

TagData

public TagData(Object[][] atts)

Method Details

getAttribute

public Object getAttribute(String attName)

getAttributeString

public String getAttributeString(String attName)

getId

public String getId()

setAttribute

public void setAttribute(String attName,
                         Object value)