public class IconTag
extends javax.servlet.jsp.tagext.TagSupport
<rhn:icon type="$type" title="$title"/>
| Constructor and Description | 
|---|
| IconTag()Constructor for Icon tag. | 
| IconTag(java.lang.String typeIn)Constructor for Icon tag. | 
| IconTag(java.lang.String typeIn,
       java.lang.String titleIn)Constructor for Icon tag. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | doStartTag() | 
| java.lang.String | getTitle()Get the title of the icon | 
| java.lang.String | getType()Get the type of the icon | 
| void | release() | 
| java.lang.String | render()Return just the HTML | 
| java.lang.String | renderStartTag()Return just the HTML | 
| void | setTitle(java.lang.String titleIn)Set the title of the icon | 
| void | setType(java.lang.String typeIn)Set the type of the icon | 
public IconTag(java.lang.String typeIn,
               java.lang.String titleIn)
typeIn - the type of the icontitleIn - the title of the iconpublic IconTag(java.lang.String typeIn)
typeIn - the type of the iconpublic IconTag()
public void setType(java.lang.String typeIn)
typeIn - the type of the iconpublic java.lang.String getType()
public void setTitle(java.lang.String titleIn)
titleIn - the title of the iconpublic java.lang.String getTitle()
public java.lang.String render()
public java.lang.String renderStartTag()
public int doStartTag()
               throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException - JSP exceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupport