|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ontopia.topicmaps.nav2.utils.FrameworkUtils
public final class FrameworkUtils
INTERNAL: Framework related utility class providing some helper methods needed to easier for examples access user information.
Constructor Summary | |
---|---|
FrameworkUtils()
|
Method Summary | |
---|---|
static net.ontopia.topicmaps.nav2.core.UserIF |
createUserSession(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Create new user object in session scope. |
static net.ontopia.topicmaps.nav2.core.UserIF |
createUserSession(javax.servlet.jsp.PageContext pageContext,
int scope)
INTERNAL: Create new user object in given scope. |
static net.ontopia.topicmaps.nav2.taglibs.logic.ContextTag |
getContextTag(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Gets the context tag from the request scope. |
static net.ontopia.topicmaps.nav2.taglibs.logic.ContextTag |
getContextTag(javax.servlet.ServletRequest request)
INTERNAL: Gets the context tag from the request. |
static net.ontopia.topicmaps.nav2.core.UserIF |
getUser(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Gets user object out of session scope. |
static net.ontopia.topicmaps.nav2.core.UserIF |
getUser(javax.servlet.jsp.PageContext pageContext,
boolean create)
INTERNAL: Gets user object out of session scope. |
static void |
resetMVSsettingsInUserSession(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Reset MVS settings in user object in session scope. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrameworkUtils()
Method Detail |
---|
public static net.ontopia.topicmaps.nav2.taglibs.logic.ContextTag getContextTag(javax.servlet.jsp.PageContext pageContext)
public static net.ontopia.topicmaps.nav2.taglibs.logic.ContextTag getContextTag(javax.servlet.ServletRequest request)
public static net.ontopia.topicmaps.nav2.core.UserIF getUser(javax.servlet.jsp.PageContext pageContext)
public static net.ontopia.topicmaps.nav2.core.UserIF getUser(javax.servlet.jsp.PageContext pageContext, boolean create)
public static net.ontopia.topicmaps.nav2.core.UserIF createUserSession(javax.servlet.jsp.PageContext pageContext)
public static net.ontopia.topicmaps.nav2.core.UserIF createUserSession(javax.servlet.jsp.PageContext pageContext, int scope)
public static void resetMVSsettingsInUserSession(javax.servlet.jsp.PageContext pageContext)
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |