|
|||||||||
| Home >> All >> ulu >> view >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ulu.view.ui
Interface UserManager

- All Known Implementing Classes:
- SingleUserManager
- public interface UserManager
An abstract interface for retrieving the current user, applicable to a single-user client or a multi-user servlet environment, say. Each user has a key (typically a String) that allows them unique access to resources, such as their own scrapbook.
| Method Summary | |
User |
getUser(java.lang.Object id)
get the current user's attribute store |
| Method Detail |
getUser
public User getUser(java.lang.Object id)
- get the current user's attribute store
|
|||||||||
| Home >> All >> ulu >> view >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC