public class SessionParameters
extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KEY |
static boolean |
USE_SESSION_PARAMETERS |
Constructor and Description |
---|
SessionParameters() |
Modifier and Type | Method and Description |
---|---|
static String |
get(javax.servlet.http.HttpServletRequest httpServletRequest,
String parameter) |
static String |
get(javax.servlet.http.HttpSession httpSession,
String parameter) |
static String |
get(javax.portlet.PortletRequest portletRequest,
String parameter) |
static String |
get(javax.portlet.PortletSession portletSession,
String parameter) |
public static final String KEY
public static final boolean USE_SESSION_PARAMETERS
public static String get(javax.servlet.http.HttpServletRequest httpServletRequest, String parameter)
public static String get(javax.servlet.http.HttpSession httpSession, String parameter)
public static String get(javax.portlet.PortletRequest portletRequest, String parameter)
public static String get(javax.portlet.PortletSession portletSession, String parameter)