The GadgetAndStyleLoader class is an InitClass that reads all the
JaSSI configuration files containing definitions for interface
styles and gadgets used to build HTML strings for display in
HTML pages.
Retrieves the value for the input key which has the syntax
including the variable section name (<sectionname>.<name>) and
by default, executes the gadget class for gadget objects retrieved.
Retrieves the value for the input key which has the syntax
including the variable section name (<sectionname>.<name>) and
executes the gadget class based on the input execute flag.
Retrieves the value for the input RequestManager object and key
which has the syntax
including the variable section name (<sectionname>.<name>) and
executes the gadget class based on the input execute flag.
Returns an Object containing the value for the input resource name from the
user's profile data and optionally uses the resourceObject
to locate the data.
Returns an Object containing the value for the input resource name from the
user's profile data and optionally uses the resourceObject
to locate the data where null is always returned.
Retrieves the value for the input RequestManager object and key
which has the syntax
including the variable section name (<sectionname>.<name>) and
by default, executes the gadget class for gadget objects retrieved.
Retrieves the value for the input RequestManager object and
key from the input section name and
by default, executes the gadget class for any gadget objects retrieved.
Creates a formatted String from the input DataDir object containing anchors of the specified
subfields and text for the non-anchor subfields - also has the capability to specify primary anchors
and secondary anchors where the output could contain: ANCHOR-TEXT-ANCHOR which is useful
in formatting data such as subject headings in MARC-type records.
Creates a formatted String from the input DataDir object containing
anchors of the specified subfields and text for the
non-anchor subfields - also has the capability to specify primary anchors
and secondary anchors where the output could contain:
ANCHOR-TEXT-ANCHOR which is useful
in formatting data such as subject headings in MARC-type records.
Connections allows a user to share a connection to all the databases
at a remote site or it allows all users to share a connection to all the
databases at a remote site.
Invokes the getData method with a lineBreak character of space(' ') to
generate a String containing data from the input DataDir by retrieving
the fields specified in the input RuleSpec object.
Invokes the getFormattedBinaryFields method for the input DataDir
object and list of fields using a default field separator of SPACE
and uses the default retrieval order of FORMAT ORDER.
Invokes the getFormattedBinaryFields method for the input DataDir
object and list of fields using a default field separator of SPACE to
pull the data in the requested data order.
Creates a String containing the binary data retrieved from
the input DataDir object for the specified list of fields pulled
in the requested order and
separates individual fields with the input separator string.
Invokes the getFormattedBinarySubfieldsFromFields method for the input
DataDir object and list of fields and their subfields
using a default field separator of SPACE and a default retrieval
order of FORMAT order.
Invokes the getFormattedBinarySubfieldsFromFields method for the input
DataDir object and list of fields and their subfields
using a default field separator of SPACE and the input
data retrieval orders.
Creates a String containing the binary data retrieved from
the DataDir object for the specified list of subfields
found in the input field list and separates individual fields
with the input separator string.
Invokes the getFormattedFields method for the input DataDir
object and list of fields using a default separator of SPACE
the doDiacritics boolean set to true, and the default data
retrieval order of FORMAT order.
Invokes the getFormattedFields method for the input DataDir
object and list of fields using a default separator of SPACE,
the input doDiacritics boolean value, and the input data retrival order.
Invokes the getFormattedFields method for the input DataDir
object and list of fields using the input separator, the
doDiacritics boolean set to true and the default retrieval order
of FORMAT order.
Invokes the getFormattedFields method for the input DataDir
object and list of fields using the input separator, the
input doDiacritics value and the default retrieval order
of FORMAT order.
Creates a String containing data retrieved from the input DataDir
object for the specified list of fields pulled in the requested order(FORMAT/DATA) -
it separates individual
fields with the separator string and does HTML Diacritic substitution
on the data if the doDiacritics boolean value is true.
Invokes the getFormattedSubfieldsFromFields method for the input
DataDir object and list of fields and their subfields
using a default field separator of SPACE and the doDiacritics
boolean value of true and the default retrieval order of FORMAT order.
Invokes the getFormattedSubfieldsFromFields method for the input
DataDir object and list of fields and their subfields
using a default field separator of SPACE and the input doDiacritics
boolean value and the default data retrieval order of FORMAT ordered.
Invokes the getFormattedSubfieldsFromFields method for the input
DataDir object and list of fields and their subfields
using a default field separator of SPACE and the doDiacritics
boolean value of true and the input data retrieval order.
Invokes the getFormattedSubfieldsFromFields method for the input
DataDir object and list of fields and their subfields
using the input field separator and the doDiacritics
boolean value of true and the default data retrieval order of FORMAT ordered.
Invokes the getFormattedSubfieldsFromFields method for the input
DataDir object and list of fields and their subfields
using the input field separator and the input doDiacritics
boolean value and the default data retrieval order of FORMAT ordered.
Creates a String containing data retrieved from the input DataDir
object for the specified list of subfields from the field list pulled
from the data in the requested order -
it separates individual fields with the separator string
and does HTML Diacritic substitution on the data if the
doDiacritics boolean value is true.
Validates that the indicator values are found in the data, then
creates a String containing data retrieved from the input DataDir
object for the specified list of subfields from the field list pulled
from the data in the requested order -
it separates individual fields with the separator string
and does HTML Diacritic substitution on the data if the
doDiacritics boolean value is true.
Retrieves an ImageInfo object from the Vector or WebZUserHistory
objects for the input record number/resultset
which can be used as a guide to retrieve images from a
newton database.
Returns the integer value to which the specified input key is mapped
in this hashtable or a default integer value if the key is not mapped
to any value.
Retrieves an integer containing the database postings count
for the first database in the DbResults array object for the
search specified in the input resultSetName.
Retrieves an integer containing the database postings count
for the input resultSetName and the item number within the
DbResults array object for the search.
Retrieves a ServerLocation object containing a port and host to connect
to for this server from the SiteSearch OpServe process which
provides load balancing among servers.
Retrieves a ServerLocation object containing a port and host to connect
to for this server from the SiteSearch OpServe process which
provides load balancing among servers.
Retrieves the input parameter from the RuleSpec rules, then retrieves
the wrapper data string for the named parameter and uses the default
when either the rule parameter does not exist or the wrapper data
element does not exist.