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

Packages that use SimpleTag
com.acme   
javax.servlet.jsp.tagext Classes and interfaces for the definition of JavaServer Pages Tag Libraries. 
 

Uses of SimpleTag in com.acme
 

Classes in com.acme that implement SimpleTag
 class Date2Tag
           
 

Uses of SimpleTag in javax.servlet.jsp.tagext
 

Classes in javax.servlet.jsp.tagext that implement SimpleTag
 class SimpleTagSupport
          A base class for defining tag handlers implementing SimpleTag.
 

Constructors in javax.servlet.jsp.tagext with parameters of type SimpleTag
TagAdapter(SimpleTag adaptee)
          Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
 



Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.