Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.gadgets
Class DbTemplateList

java.lang.Object
  |
  +--ORG.oclc.mantis.gadgets.DbTemplateList

public class DbTemplateList
extends Object
implements GadgetBuilder

The DbTemplateList class is a gadget that builds an HTML String containing a list ofhe saved string.


Constructor Summary
DbTemplateList()
           
 
Method Summary
 String buildit(RequestManager rMngr, String name)
          Generates a String containing the HTML for the using the parameters containined in the RequestManager object and the name of the gadget.
 String toString()
          Generates a String representation of the object.
 String validateAutomapAndTemplate(MantisUtil mu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DbTemplateList

public DbTemplateList()
Method Detail

buildit

public String buildit(RequestManager rMngr,
                      String name)
Generates a String containing the HTML for the using the parameters containined in the RequestManager object and the name of the gadget.
Specified by:
buildit in interface GadgetBuilder
Parameters:
rMngr - object containing input parameters for the request.
name - the name of the gadget - the section name in the configuration file defining the particular gadget.
Returns:
String

toString

public String toString()
Generates a String representation of the object.
Specified by:
toString in interface GadgetBuilder
Returns:
String
Overrides:
toString in class Object

validateAutomapAndTemplate

public String validateAutomapAndTemplate(MantisUtil mu)

Open SiteSearch 4.1.1
Final