public class SessionParamUtil
extends Object
Constructor and Description |
---|
SessionParamUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
getBoolean(javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static boolean |
getBoolean(javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
boolean defaultValue) |
static boolean |
getBoolean(PortletRequest portletRequest,
String param) |
static boolean |
getBoolean(PortletRequest portletRequest,
String param,
boolean defaultValue) |
static double |
getDouble(javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static double |
getDouble(javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
double defaultValue) |
static double |
getDouble(javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
double defaultValue,
Locale locale) |
static double |
getDouble(javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
Locale locale) |
static double |
getDouble(PortletRequest portletRequest,
String param) |
static double |
getDouble(PortletRequest portletRequest,
String param,
double defaultValue) |
static double |
getDouble(PortletRequest portletRequest,
String param,
double defaultValue,
Locale locale) |
static double |
getDouble(PortletRequest portletRequest,
String param,
Locale locale) |
static int |
getInteger(javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static int |
getInteger(javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
int defaultValue) |
static int |
getInteger(PortletRequest portletRequest,
String param) |
static int |
getInteger(PortletRequest portletRequest,
String param,
int defaultValue) |
static long |
getLong(javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static long |
getLong(javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
long defaultValue) |
static long |
getLong(PortletRequest portletRequest,
String param) |
static long |
getLong(PortletRequest portletRequest,
String param,
long defaultValue) |
static short |
getShort(javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static short |
getShort(javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
short defaultValue) |
static short |
getShort(PortletRequest portletRequest,
String param) |
static short |
getShort(PortletRequest portletRequest,
String param,
short defaultValue) |
static String |
getString(javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static String |
getString(javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
String defaultValue) |
static String |
getString(PortletRequest portletRequest,
String param) |
static String |
getString(PortletRequest portletRequest,
String param,
String defaultValue) |
public static boolean getBoolean(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static boolean getBoolean(javax.servlet.http.HttpServletRequest httpServletRequest, String param, boolean defaultValue)
public static boolean getBoolean(PortletRequest portletRequest, String param)
public static boolean getBoolean(PortletRequest portletRequest, String param, boolean defaultValue)
public static double getDouble(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static double getDouble(javax.servlet.http.HttpServletRequest httpServletRequest, String param, double defaultValue)
public static double getDouble(javax.servlet.http.HttpServletRequest httpServletRequest, String param, double defaultValue, Locale locale)
public static double getDouble(javax.servlet.http.HttpServletRequest httpServletRequest, String param, Locale locale)
public static double getDouble(PortletRequest portletRequest, String param)
public static double getDouble(PortletRequest portletRequest, String param, double defaultValue)
public static double getDouble(PortletRequest portletRequest, String param, double defaultValue, Locale locale)
public static double getDouble(PortletRequest portletRequest, String param, Locale locale)
public static int getInteger(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static int getInteger(javax.servlet.http.HttpServletRequest httpServletRequest, String param, int defaultValue)
public static int getInteger(PortletRequest portletRequest, String param)
public static int getInteger(PortletRequest portletRequest, String param, int defaultValue)
public static long getLong(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static long getLong(javax.servlet.http.HttpServletRequest httpServletRequest, String param, long defaultValue)
public static long getLong(PortletRequest portletRequest, String param)
public static long getLong(PortletRequest portletRequest, String param, long defaultValue)
public static short getShort(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static short getShort(javax.servlet.http.HttpServletRequest httpServletRequest, String param, short defaultValue)
public static short getShort(PortletRequest portletRequest, String param)
public static short getShort(PortletRequest portletRequest, String param, short defaultValue)
public static String getString(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static String getString(javax.servlet.http.HttpServletRequest httpServletRequest, String param, String defaultValue)
public static String getString(PortletRequest portletRequest, String param)
public static String getString(PortletRequest portletRequest, String param, String defaultValue)