public final class FrameworkUtils extends Object
Constructor and Description |
---|
FrameworkUtils() |
Modifier and Type | Method and Description |
---|---|
static UserIF |
createUserSession(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Create new user object in session scope.
|
static UserIF |
createUserSession(javax.servlet.jsp.PageContext pageContext,
int scope)
INTERNAL: Create new user object in given scope.
|
static List |
evaluateParameterList(javax.servlet.jsp.PageContext pageContext,
String params)
INTERNAL: Evaluates a string of space-separated variable names as a list
of collections, and returns it.
|
static ContextTag |
getContextTag(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Gets the context tag from the request scope.
|
static ContextTag |
getContextTag(javax.servlet.ServletRequest request)
INTERNAL: Gets the context tag from the request.
|
static UserIF |
getUser(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Gets user object out of session scope.
|
static 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.
|
public static ContextTag getContextTag(javax.servlet.jsp.PageContext pageContext)
public static ContextTag getContextTag(javax.servlet.ServletRequest request)
public static UserIF getUser(javax.servlet.jsp.PageContext pageContext)
public static UserIF getUser(javax.servlet.jsp.PageContext pageContext, boolean create)
public static UserIF createUserSession(javax.servlet.jsp.PageContext pageContext)
public static UserIF createUserSession(javax.servlet.jsp.PageContext pageContext, int scope)
public static void resetMVSsettingsInUserSession(javax.servlet.jsp.PageContext pageContext)
public static List evaluateParameterList(javax.servlet.jsp.PageContext pageContext, String params) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagException