Uses of Interface
net.ontopia.topicmaps.nav2.core.UserIF
-
Packages that use UserIF Package Description 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. -
-
Uses of UserIF in net.ontopia.topicmaps.nav2.impl.framework
Classes in net.ontopia.topicmaps.nav2.impl.framework that implement UserIF Modifier and Type Class Description classUserINTERNAL: 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 Modifier and Type Method Description static UserIFFrameworkUtils. createUserSession(javax.servlet.jsp.PageContext pageContext)INTERNAL: Create new user object in session scope.static UserIFFrameworkUtils. createUserSession(javax.servlet.jsp.PageContext pageContext, int scope)INTERNAL: Create new user object in given scope.static UserIFFrameworkUtils. getUser(javax.servlet.jsp.PageContext pageContext)INTERNAL: Gets user object out of session scope.static UserIFFrameworkUtils. getUser(javax.servlet.jsp.PageContext pageContext, boolean create)INTERNAL: Gets user object out of session scope.
-