Foundational classes for gadgets
ORG.oclc.jassi.GadgetBuilder
- Interface class defining methods that must be implemented by all classes designed to build gadgets.
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. Like main() in C programming-point of execution.
toString()Returns the String representation of the gadget.