|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserIF | |
---|---|
net.ontopia.topicmaps.nav2.impl.framework | The implementation of the Navigator Framework related interfaces. |
net.ontopia.topicmaps.nav2.utils | Provides utility classes for the Navigator Tag Libraries and Framework. |
net.ontopia.topicmaps.webed.core | The core interfaces of the Web Editor Framework; the main interfaces used to build Web Editor applications. |
net.ontopia.topicmaps.webed.impl.basic | The basic implementation of the core interfaces belonging to Ontopia's web editor framework, except the classes related to the to the implementation of actions (which are in their own package structure). |
net.ontopia.topicmaps.webed.impl.utils |
Uses of UserIF in net.ontopia.topicmaps.nav2.impl.framework |
---|
Classes in net.ontopia.topicmaps.nav2.impl.framework that implement UserIF | |
---|---|
class |
User
INTERNAL: implementation of UserIF for holding data relevant to one user session. |
Uses of UserIF in net.ontopia.topicmaps.nav2.utils |
---|
Methods in net.ontopia.topicmaps.nav2.utils that return UserIF | |
---|---|
static UserIF |
FrameworkUtils.createUserSession(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Create new user object in session scope. |
static UserIF |
FrameworkUtils.createUserSession(javax.servlet.jsp.PageContext pageContext,
int scope)
INTERNAL: Create new user object in given scope. |
static UserIF |
FrameworkUtils.getUser(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Gets user object out of session scope. |
static UserIF |
FrameworkUtils.getUser(javax.servlet.jsp.PageContext pageContext,
boolean create)
INTERNAL: Gets user object out of session scope. |
Uses of UserIF in net.ontopia.topicmaps.webed.core |
---|
Methods in net.ontopia.topicmaps.webed.core that return UserIF | |
---|---|
UserIF |
WebEdRequestIF.getUser()
PUBLIC: Returns the user object connected with this request. |
Uses of UserIF in net.ontopia.topicmaps.webed.impl.basic |
---|
Fields in net.ontopia.topicmaps.webed.impl.basic declared as UserIF | |
---|---|
protected UserIF |
ActionContext.user
|
Methods in net.ontopia.topicmaps.webed.impl.basic that return UserIF | |
---|---|
UserIF |
WebEdRequest.getUser()
|
UserIF |
ActionContextIF.getUser()
INTERNAL: Gets the user object who executed the requests and in which authority the consequenctly executed actions run. |
UserIF |
ActionContext.getUser()
|
Constructors in net.ontopia.topicmaps.webed.impl.basic with parameters of type UserIF | |
---|---|
ActionContext(UserIF user,
Parameters params)
|
|
WebEdRequest(UserIF user,
java.util.Map actionmap,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request)
|
Uses of UserIF in net.ontopia.topicmaps.webed.impl.utils |
---|
Fields in net.ontopia.topicmaps.webed.impl.utils declared as UserIF | |
---|---|
UserIF |
NamedLock.user
|
Methods in net.ontopia.topicmaps.webed.impl.utils that return UserIF | |
---|---|
UserIF |
NamedLock.getUser()
|
Methods in net.ontopia.topicmaps.webed.impl.utils with parameters of type UserIF | |
---|---|
LockResult |
NamedLockManager.attemptToLock(UserIF user,
java.util.Collection objects,
java.lang.String nameBase,
javax.servlet.http.HttpSession session,
java.util.ResourceBundle resBundle)
INTERNAL: Attempts to lock all the objects in the input collection and assigns name to the collection for later retrieval. |
boolean |
NamedLockManager.ownsLock(UserIF user,
java.lang.String name)
INTERNAL: Returns true if the user owns the given lock. |
void |
NamedLockManager.releaseLocksFor(UserIF user)
INTERNAL: Releases all the locks that the user owns. |
void |
NamedLockManager.unlock(UserIF user,
java.lang.String name,
boolean forced)
INTERNAL: If forced is false, unlocks the lock with the given 'name' for the given user. |
Constructors in net.ontopia.topicmaps.webed.impl.utils with parameters of type UserIF | |
---|---|
NamedLock(java.lang.String name,
UserIF user,
java.util.Collection objects)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |