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