Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ulu.view.ui
Class ScrapBook  view ScrapBook download ScrapBook.java

java.lang.Object
  extended byulu.view.ui.ScrapBook

public class ScrapBook
extends java.lang.Object

The scrapbook is a useful View for temporarily dumping things in - initially devised as a repository for the objects returned by invoking UMethods (using the ItemFactory API to wrap them in unc-ish form. No persistence provided as yet, this is strictly a per-session facility at present.


Field Summary
static java.lang.String SCRAPBOOK_NAME
          standard name to expose the scrapbook view as in a scripting environment
 
Constructor Summary
ScrapBook()
           
 
Method Summary
static ulu.view.ViewImpl get(java.lang.String sessionID)
          get the scrapbook belonging to this ID - derivation of the ID is up to the client (a desktop GUI may simply use a random number, a servlet the container's session ID, etc.) Brought up to date with User/UserManager stuff dc09aug2002
static ulu.view.ViewImpl get(User user)
          get the scrapbook belonging to this user
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCRAPBOOK_NAME

public static final java.lang.String SCRAPBOOK_NAME
standard name to expose the scrapbook view as in a scripting environment

See Also:
Constant Field Values
Constructor Detail

ScrapBook

public ScrapBook()
Method Detail

get

public static ulu.view.ViewImpl get(User user)
get the scrapbook belonging to this user


get

public static ulu.view.ViewImpl get(java.lang.String sessionID)
get the scrapbook belonging to this ID - derivation of the ID is up to the client (a desktop GUI may simply use a random number, a servlet the container's session ID, etc.) Brought up to date with User/UserManager stuff dc09aug2002