com.adventnet.adaptors.html
Interface HtmlPagePropMBean
- public interface HtmlPagePropMBean
This class helps to generate run time or dynamic html pages for
the instrumented MBeans. This class having certain methods like
createDynamicIndexFile(), createHtmlPage(), etc, the user should
invoke these methods from the servlet.
Even most of the html pages created in the run time, HtmlPageProp class
allows certain levels of customization like author, header, title,
description, footer message, logo, background colour, etc. All
these attributes have default values, if you don't want those
settings the user can set his own values.
- Author:
- Vijay.
- See Also:
getcopyRightNeeded
public boolean getcopyRightNeeded()
setcopyRightNeeded
public void setcopyRightNeeded(boolean flag)
getTextDecoration
public boolean getTextDecoration()
setTextDecoration
public void setTextDecoration(boolean flag)
getOperationsLinkNeeded
public boolean getOperationsLinkNeeded()
setOperationsLinkNeeded
public void setOperationsLinkNeeded(boolean flag)
getNumRows
public int getNumRows()
setNumRows
public void setNumRows(int numrows)
getRefreshTime
public int getRefreshTime()
setRefreshTime
public void setRefreshTime(int refresh)
setAuthor
public void setAuthor(java.lang.String auth)
getAuthor
public java.lang.String getAuthor()
setFooterMessage
public void setFooterMessage(java.lang.String footer)
getFooterMessage
public java.lang.String getFooterMessage()
setIndexFileName
public void setIndexFileName(java.lang.String fName)
getIndexFileName
public java.lang.String getIndexFileName()
setServletName
public void setServletName(java.lang.String servlet)
getServletName
public java.lang.String getServletName()
setBackGroundImage
public void setBackGroundImage(java.lang.String bgImage)
getBackGroundImage
public java.lang.String getBackGroundImage()
setBackGroundColor
public void setBackGroundColor(java.lang.String bgColor)
getBackGroundColor
public java.lang.String getBackGroundColor()
Copyright ©2003 XMOJO.org. All Rights Reserved.