public class ToolTipTag
extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description | 
|---|
| ToolTipTag() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | doEndTag() | 
| int | doStartTag() | 
| protected java.lang.String | geTypeKey() | 
| void | release() | 
| void | setKey(java.lang.String k)Sets the key | 
| void | setTypeKey(java.lang.String typeKeyIn)Sets the type to render, example "Tip", "Warning", "Note"... | 
public void setKey(java.lang.String k)
k - the i18n key to setpublic void setTypeKey(java.lang.String typeKeyIn)
typeKeyIn - the String resources key of the type..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.JspExceptionprotected java.lang.String geTypeKey()
public int doEndTag()
             throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupport