Open SiteSearch 4.1.1
Final

ORG.oclc.jassi
Interface GadgetBuilder

All Known Implementing Classes:
BriefSearchResultsHeader, DatabaseList, DbListforScanResult, DbListforSearchResult, Dump, ExpandHeader, FormatRecords, FullRecordHeader, FullTextHeader, IllConfirm, ImageDisplay, ImageJumpbar, ImageNav, IndexRadio, IndexSelect, JumpBar, Limits, QuickSearchTopics, RefineScreen, rssSearchHeader, ScanResults, SearchHeader, SearchResultsDbList, SearchTabbar, SortSelect, TempNav, TermFinderHeader, ThesNavButtons, ToolbarAnchor, TopicList, CreateButtons, LastEdited, Preferences, Menubar, SaveSearchHeader, RunDHooks, RBSearchHeader, ListBox, FMTButton, PullDown, SelectAutomapAndTemplate, BuildDBButton, DisplayVIEW, SaveLimits, UtilButtons, AdministratorSetup, DbTemplateList

public abstract interface GadgetBuilder

The GadgetBuilder interface defines the methods that must be implemented by all classes that are designed to build gadgets.


Method Summary
 String buildit(RequestManager rMngr, String name)
          Executes the GadgetBuilder interface and passes input parameters for the RequestManager object and the section name String that defines the gadget.
 String toString()
          Returns the String representation of the gadget.
 

Method Detail

buildit

public String buildit(RequestManager rMngr,
                      String name)
Executes the GadgetBuilder interface and passes input parameters for the RequestManager object and the section name String that defines the gadget.
Parameters:
rMngr - the RequestManager object.
name - the section name that defines the gadget.
Returns:
the String produced from the gadget execution.

toString

public String toString()
Returns the String representation of the gadget.
Returns:
the String representation of the gadget.
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final