Uses of Interface
javax.servlet.jsp.tagext.SimpleTag

Packages that use SimpleTag
com.caucho.jsp.java   
javax.servlet.jsp.tagext   
 

Uses of SimpleTag in com.caucho.jsp.java
 

Classes in com.caucho.jsp.java that implement SimpleTag
 class JspTagFileSupport
          Represents the body for a tag file with no scripting.
 class JspTagSupport
          Represents the body for a SimpleTag
 

Uses of SimpleTag in javax.servlet.jsp.tagext
 

Classes in javax.servlet.jsp.tagext that implement SimpleTag
 class SimpleTagSupport
          Support for SimpleTag.
 

Constructors in javax.servlet.jsp.tagext with parameters of type SimpleTag
TagAdapter(SimpleTag adaptee)
          Creates a new adapter.