java.lang.Object
ulu.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.
|
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 |
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
ScrapBook
public ScrapBook()
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