public class TooltipsGenerator
extends javax.servlet.jsp.tagext.BodyTagSupport
| Constructor and Description |
|---|
TooltipsGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
createTooltipsBody(int noOfWordsPerLine)
This method is used to design the tooltips content display window size.
|
int |
doEndTag()
This method is invoked when the custom end tag is encountered.
|
ResourceBundle |
getCommonResourceBundleForJspPage()
This method is used to get the resource bundle define in a jsp page.
|
String |
getDescription() |
String |
getImage() |
String |
getKey() |
int |
getNoOfWordsPerLine() |
String |
getResourceBundle() |
String |
getTooltipsContentFromKey()
This method is used to get the tooltips content from resource file.
|
void |
setDescription(String description) |
void |
setImage(String image) |
void |
setKey(String key) |
void |
setNoOfWordsPerLine(int noOfWordsPerLine) |
void |
setResourceBundle(String resourceBundle) |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic String getImage()
public void setImage(String image)
public String getDescription()
public void setDescription(String description)
public int getNoOfWordsPerLine()
public void setNoOfWordsPerLine(int noOfWordsPerLine)
public String getResourceBundle()
public void setResourceBundle(String resourceBundle)
public String getKey()
public void setKey(String key)
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic String createTooltipsBody(int noOfWordsPerLine)
noOfWordsPerLine - no of words that should contain in single line of tooltips body.public String getTooltipsContentFromKey() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionpublic ResourceBundle getCommonResourceBundleForJspPage()
Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.