Overview
Package
Tree
Index
Deprecated
About
Prev Class
|
Next Class
Frames
|
No Frames
Summary: Nested | Field | Method | Constr
Detail: Nested | Field | Method | Constr
javax.servlet.jsp.tagext
Interface JspTag
Known Subinterfaces:
BodyTag
,
IterationTag
,
SimpleTag
,
Tag
Known Implementing Classes:
BodyTagSupport
,
SimpleTagSupport
,
TagAdapter
,
TagSupport
public interface
JspTag
Serves as a base class for Tag and SimpleTag. This is mostly for organizational and type-safety purposes.
Since:
2.0
Overview
Package
Tree
Index
Deprecated
About