com.raritantechnologies.verity.parametric.taglibrary
Class GetTaxonomyPieView
java.lang.Object
BodyTagSupport
com.raritantechnologies.verity.parametric.taglibrary.GetTaxonomyPieView
- All Implemented Interfaces:
- IConfigurable, ICustomTag
- public class GetTaxonomyPieView
- extends BodyTagSupport
- implements ICustomTag
uses RTI "TaxonomyCounter" to display the actual hit count for a parametric index taxonomy node
(which can be less than the sum count of the child nodes if a document or documents
is represented more than once in the sub tree).
Developed by
Raritan Technologies .
- Author:
- Ted Sullivan
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetTaxonomyPieView
public GetTaxonomyPieView()
setRendererName
public void setRendererName(java.lang.String rendererName)
setFieldname
public void setFieldname(java.lang.String fieldname)
setTitleclass
public void setTitleclass(java.lang.String titleclass)
setHeaderclass
public void setHeaderclass(java.lang.String headerclass)
setBodyclass
public void setBodyclass(java.lang.String bodyclass)
setDefaultImage
public void setDefaultImage(java.lang.String defaultImage)
setTitle
public void setTitle(java.lang.String title)
setCols
public void setCols(int cols)
setRows
public void setRows(int rows)
setMaxchar
public void setMaxchar(int maxchar)
setOrderByName
public void setOrderByName(java.lang.String orderByNameSt)
setUplinkText
public void setUplinkText(java.lang.String uplinkText)
setUplinkIconURL
public void setUplinkIconURL(java.lang.String uplinkIconURL)
setShowUplink
public void setShowUplink(java.lang.String showUplinkSt)
setRootPath
public void setRootPath(java.lang.String rootPath)
setIndent
public void setIndent(java.lang.String indent)
setExcludedNodes
public void setExcludedNodes(java.lang.String excludedNodes)
setIndentHeader
public void setIndentHeader(java.lang.String indentHeader)
setShowLeafNodes
public void setShowLeafNodes(java.lang.String showLeafNodeSt)
setImageBase
public void setImageBase(java.lang.String imageBase)
setUrlPrefix
public void setUrlPrefix(java.lang.String urlPrefix)
setChartRendererClass
public void setChartRendererClass(java.lang.String chartRendererClass)
setChartType
public void setChartType(java.lang.String chartType)
setChartOrientation
public void setChartOrientation(java.lang.String chartOrientation)
setChartWidth
public void setChartWidth(int chartWidth)
setChartHeight
public void setChartHeight(int chartHeight)
setLegendMaxChars
public void setLegendMaxChars(int legendMaxChars)
setLegendWidth
public void setLegendWidth(int legendWidth)
setLegendHeight
public void setLegendHeight(int legendHeight)
setMinDataPointNum
public void setMinDataPointNum(int minDataPointLength)
doStartTag
public int doStartTag()
throws JspException
- Throws:
JspException
getBody
public java.lang.String getBody(RaritanPageContext rpc)
- Description copied from interface:
ICustomTag
- Returns the tag body.
- Specified by:
getBody in interface ICustomTag
- Parameters:
rpc - Platform-neutral page context ( can be used in non J2EE environments such as ASP).
- Returns:
- The tag body text string.
doAfterBody
public int doAfterBody()
throws JspException
- Throws:
JspException
initialize
public void initialize(org.w3c.dom.Element elem)
- Description copied from interface:
IConfigurable
- Initializes the object from an XML tag or element.
This method is called by the Framework as part of the application initializtion.
see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory.
Configurable objects that are owned or contained by other configurable objects will be initialized
in by the parent object.
- Specified by:
initialize in interface IConfigurable
initialize
public void initialize(java.util.Map initParams)
- Specified by:
initialize in interface ICustomTag