public class PropertiesParamUtil
extends Object
Constructor and Description |
---|
PropertiesParamUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
getBoolean(Properties properties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static boolean |
getBoolean(Properties properties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
boolean defaultValue) |
static boolean |
getBoolean(Properties properties,
javax.portlet.PortletRequest portletRequest,
String param) |
static boolean |
getBoolean(Properties properties,
javax.portlet.PortletRequest portletRequest,
String param,
boolean defaultValue) |
static boolean |
getBoolean(UnicodeProperties unicodeProperties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static boolean |
getBoolean(UnicodeProperties unicodeProperties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
boolean defaultValue) |
static boolean |
getBoolean(UnicodeProperties unicodeProperties,
javax.portlet.PortletRequest portletRequest,
String param) |
static boolean |
getBoolean(UnicodeProperties unicodeProperties,
javax.portlet.PortletRequest portletRequest,
String param,
boolean defaultValue) |
static double |
getDouble(Properties properties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static double |
getDouble(Properties properties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
double defaultValue) |
static double |
getDouble(Properties properties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
double defaultValue,
Locale locale) |
static double |
getDouble(Properties properties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
Locale locale) |
static double |
getDouble(Properties properties,
javax.portlet.PortletRequest portletRequest,
String param) |
static double |
getDouble(Properties properties,
javax.portlet.PortletRequest portletRequest,
String param,
double defaultValue) |
static double |
getDouble(Properties properties,
javax.portlet.PortletRequest portletRequest,
String param,
double defaultValue,
Locale locale) |
static double |
getDouble(Properties properties,
javax.portlet.PortletRequest portletRequest,
String param,
Locale locale) |
static double |
getDouble(UnicodeProperties unicodeProperties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static double |
getDouble(UnicodeProperties unicodeProperties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
double defaultValue) |
static double |
getDouble(UnicodeProperties unicodeProperties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
double defaultValue,
Locale locale) |
static double |
getDouble(UnicodeProperties unicodeProperties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
Locale locale) |
static double |
getDouble(UnicodeProperties unicodeProperties,
javax.portlet.PortletRequest portletRequest,
String param) |
static double |
getDouble(UnicodeProperties unicodeProperties,
javax.portlet.PortletRequest portletRequest,
String param,
double defaultValue) |
static double |
getDouble(UnicodeProperties unicodeProperties,
javax.portlet.PortletRequest portletRequest,
String param,
double defaultValue,
Locale locale) |
static double |
getDouble(UnicodeProperties unicodeProperties,
javax.portlet.PortletRequest portletRequest,
String param,
Locale locale) |
static int |
getInteger(Properties properties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static int |
getInteger(Properties properties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
int defaultValue) |
static int |
getInteger(Properties properties,
javax.portlet.PortletRequest portletRequest,
String param) |
static int |
getInteger(Properties properties,
javax.portlet.PortletRequest portletRequest,
String param,
int defaultValue) |
static int |
getInteger(UnicodeProperties unicodeProperties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static int |
getInteger(UnicodeProperties unicodeProperties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
int defaultValue) |
static int |
getInteger(UnicodeProperties unicodeProperties,
javax.portlet.PortletRequest portletRequest,
String param) |
static int |
getInteger(UnicodeProperties unicodeProperties,
javax.portlet.PortletRequest portletRequest,
String param,
int defaultValue) |
static long |
getLong(Properties properties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static long |
getLong(Properties properties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
long defaultValue) |
static long |
getLong(Properties properties,
javax.portlet.PortletRequest portletRequest,
String param) |
static long |
getLong(Properties properties,
javax.portlet.PortletRequest portletRequest,
String param,
long defaultValue) |
static long |
getLong(UnicodeProperties unicodeProperties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static long |
getLong(UnicodeProperties unicodeProperties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
long defaultValue) |
static long |
getLong(UnicodeProperties unicodeProperties,
javax.portlet.PortletRequest portletRequest,
String param) |
static long |
getLong(UnicodeProperties unicodeProperties,
javax.portlet.PortletRequest portletRequest,
String param,
long defaultValue) |
static UnicodeProperties |
getProperties(javax.servlet.http.HttpServletRequest httpServletRequest,
String prefix) |
static UnicodeProperties |
getProperties(javax.portlet.PortletRequest portletRequest,
String prefix) |
static UnicodeProperties |
getProperties(ServiceContext serviceContext,
String prefix) |
static String |
getString(Properties properties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static String |
getString(Properties properties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
String defaultValue) |
static String |
getString(Properties properties,
javax.portlet.PortletRequest portletRequest,
String param) |
static String |
getString(Properties properties,
javax.portlet.PortletRequest portletRequest,
String param,
String defaultValue) |
static String |
getString(UnicodeProperties unicodeProperties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param) |
static String |
getString(UnicodeProperties unicodeProperties,
javax.servlet.http.HttpServletRequest httpServletRequest,
String param,
String defaultValue) |
static String |
getString(UnicodeProperties unicodeProperties,
javax.portlet.PortletRequest portletRequest,
String param) |
static String |
getString(UnicodeProperties unicodeProperties,
javax.portlet.PortletRequest portletRequest,
String param,
String defaultValue) |
public static boolean getBoolean(Properties properties, javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static boolean getBoolean(Properties properties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, boolean defaultValue)
public static boolean getBoolean(Properties properties, javax.portlet.PortletRequest portletRequest, String param)
public static boolean getBoolean(Properties properties, javax.portlet.PortletRequest portletRequest, String param, boolean defaultValue)
public static boolean getBoolean(UnicodeProperties unicodeProperties, javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static boolean getBoolean(UnicodeProperties unicodeProperties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, boolean defaultValue)
public static boolean getBoolean(UnicodeProperties unicodeProperties, javax.portlet.PortletRequest portletRequest, String param)
public static boolean getBoolean(UnicodeProperties unicodeProperties, javax.portlet.PortletRequest portletRequest, String param, boolean defaultValue)
public static double getDouble(Properties properties, javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static double getDouble(Properties properties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, double defaultValue)
public static double getDouble(Properties properties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, double defaultValue, Locale locale)
public static double getDouble(Properties properties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, Locale locale)
public static double getDouble(Properties properties, javax.portlet.PortletRequest portletRequest, String param)
public static double getDouble(Properties properties, javax.portlet.PortletRequest portletRequest, String param, double defaultValue)
public static double getDouble(Properties properties, javax.portlet.PortletRequest portletRequest, String param, double defaultValue, Locale locale)
public static double getDouble(Properties properties, javax.portlet.PortletRequest portletRequest, String param, Locale locale)
public static double getDouble(UnicodeProperties unicodeProperties, javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static double getDouble(UnicodeProperties unicodeProperties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, double defaultValue)
public static double getDouble(UnicodeProperties unicodeProperties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, double defaultValue, Locale locale)
public static double getDouble(UnicodeProperties unicodeProperties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, Locale locale)
public static double getDouble(UnicodeProperties unicodeProperties, javax.portlet.PortletRequest portletRequest, String param)
public static double getDouble(UnicodeProperties unicodeProperties, javax.portlet.PortletRequest portletRequest, String param, double defaultValue)
public static double getDouble(UnicodeProperties unicodeProperties, javax.portlet.PortletRequest portletRequest, String param, double defaultValue, Locale locale)
public static double getDouble(UnicodeProperties unicodeProperties, javax.portlet.PortletRequest portletRequest, String param, Locale locale)
public static int getInteger(Properties properties, javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static int getInteger(Properties properties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, int defaultValue)
public static int getInteger(Properties properties, javax.portlet.PortletRequest portletRequest, String param)
public static int getInteger(Properties properties, javax.portlet.PortletRequest portletRequest, String param, int defaultValue)
public static int getInteger(UnicodeProperties unicodeProperties, javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static int getInteger(UnicodeProperties unicodeProperties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, int defaultValue)
public static int getInteger(UnicodeProperties unicodeProperties, javax.portlet.PortletRequest portletRequest, String param)
public static int getInteger(UnicodeProperties unicodeProperties, javax.portlet.PortletRequest portletRequest, String param, int defaultValue)
public static long getLong(Properties properties, javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static long getLong(Properties properties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, long defaultValue)
public static long getLong(Properties properties, javax.portlet.PortletRequest portletRequest, String param)
public static long getLong(Properties properties, javax.portlet.PortletRequest portletRequest, String param, long defaultValue)
public static long getLong(UnicodeProperties unicodeProperties, javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static long getLong(UnicodeProperties unicodeProperties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, long defaultValue)
public static long getLong(UnicodeProperties unicodeProperties, javax.portlet.PortletRequest portletRequest, String param)
public static long getLong(UnicodeProperties unicodeProperties, javax.portlet.PortletRequest portletRequest, String param, long defaultValue)
public static UnicodeProperties getProperties(javax.servlet.http.HttpServletRequest httpServletRequest, String prefix)
public static UnicodeProperties getProperties(javax.portlet.PortletRequest portletRequest, String prefix)
public static UnicodeProperties getProperties(ServiceContext serviceContext, String prefix)
public static String getString(Properties properties, javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static String getString(Properties properties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, String defaultValue)
public static String getString(Properties properties, javax.portlet.PortletRequest portletRequest, String param)
public static String getString(Properties properties, javax.portlet.PortletRequest portletRequest, String param, String defaultValue)
public static String getString(UnicodeProperties unicodeProperties, javax.servlet.http.HttpServletRequest httpServletRequest, String param)
public static String getString(UnicodeProperties unicodeProperties, javax.servlet.http.HttpServletRequest httpServletRequest, String param, String defaultValue)
public static String getString(UnicodeProperties unicodeProperties, javax.portlet.PortletRequest portletRequest, String param)
public static String getString(UnicodeProperties unicodeProperties, javax.portlet.PortletRequest portletRequest, String param, String defaultValue)