Open SiteSearch 4.1.1
Final

ORG.oclc.webz
Interface Widgets2Infix

All Known Implementing Classes:
SSWidgets2Infix

public abstract interface Widgets2Infix

The Widgets2Infix interface defines the methods that must be implemented by all classes designed to be dynamically loaded by the JaSSI Server.


Method Summary
 DataPairs widgets2infix(UserStateObject user, DataPairs widgets, ZDb db, boolean scan)
          Creates an infix query string suitable for the Z3958 parser to create a postfix query acceptable for the Z39.50 client.
 

Method Detail

widgets2infix

public DataPairs widgets2infix(UserStateObject user,
                               DataPairs widgets,
                               ZDb db,
                               boolean scan)
Creates an infix query string suitable for the Z3958 parser to create a postfix query acceptable for the Z39.50 client.
Parameters:
user - the current UserStateObject
widgets - the current widgets for the command
db - the database object for the query
scan - boolean indicating whether this is from a scan(true)

Open SiteSearch 4.1.1
Final