Open SiteSearch 4.1.1
Final

ORG.oclc.webz
Class DisplayUserData

java.lang.Object
  |
  +--ORG.oclc.webz.DisplayUserData

public class DisplayUserData
extends Object

DisplayUserData contains the user's context for formatting records in the RulesBasedDisplayGenerator.

See Also:
RulesBasedDisplayGenerator

Field Summary
 FormatBerUtil fmtUtil
          FormatBerUtil object containing formatting utilities.
 StyleTable style
          StyleTable object containing the user's interface style.
 UserStateObject user
           
 DataPairs wrapperData
          DataPairs object containing the name/value pairs of the data that 'wraps' the record data (HTML/Text).
 ZDb zDb
          ZDb object associated with the current records to format.
 
Method Summary
static DisplayUserData get(UserStateObject user)
          Retrieves the DisplayUserData object for the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

public UserStateObject user

zDb

public ZDb zDb
ZDb object associated with the current records to format.

wrapperData

public DataPairs wrapperData
DataPairs object containing the name/value pairs of the data that 'wraps' the record data (HTML/Text).

fmtUtil

public FormatBerUtil fmtUtil
FormatBerUtil object containing formatting utilities.

style

public StyleTable style
StyleTable object containing the user's interface style.
Method Detail

get

public static final DisplayUserData get(UserStateObject user)
Retrieves the DisplayUserData object for the user.
Parameters:
user - the UserStateObject
Returns:
DisplayUserData

Open SiteSearch 4.1.1
Final