| java.lang.Object com.liferay.portal.kernel.util.ParamUtil
All known Subclasses: com.liferay.util.ParamUtil,
ParamUtil | public class ParamUtil (Code) | | View Source
author: Brian Wing Shun Chan author: Raymond Augé |
Method Summary | |
public static boolean | get(ServletRequest req, String param, boolean defaultValue) | public static Date | get(ServletRequest req, String param, DateFormat df, Date defaultValue) | public static double | get(ServletRequest req, String param, double defaultValue) | public static float | get(ServletRequest req, String param, float defaultValue) | public static int | get(ServletRequest req, String param, int defaultValue) | public static long | get(ServletRequest req, String param, long defaultValue) | public static short | get(ServletRequest req, String param, short defaultValue) | public static String | get(ServletRequest req, String param, String defaultValue) | public static boolean | get(PortletRequest req, String param, boolean defaultValue) | public static Date | get(PortletRequest req, String param, DateFormat df, Date defaultValue) | public static double | get(PortletRequest req, String param, double defaultValue) | public static float | get(PortletRequest req, String param, float defaultValue) | public static int | get(PortletRequest req, String param, int defaultValue) | public static long | get(PortletRequest req, String param, long defaultValue) | public static short | get(PortletRequest req, String param, short defaultValue) | public static String | get(PortletRequest req, String param, String defaultValue) | public static boolean | getBoolean(ServletRequest req, String param) | public static boolean | getBoolean(ServletRequest req, String param, boolean defaultValue) | public static boolean | getBoolean(PortletRequest req, String param) | public static boolean | getBoolean(PortletRequest req, String param, boolean defaultValue) | public static boolean[] | getBooleanValues(ServletRequest req, String param) | public static boolean[] | getBooleanValues(ServletRequest req, String param, boolean[] defaultValue) | public static boolean[] | getBooleanValues(PortletRequest req, String param) | public static boolean[] | getBooleanValues(PortletRequest req, String param, boolean[] defaultValue) | public static Date | getDate(ServletRequest req, String param, DateFormat df) | public static Date | getDate(ServletRequest req, String param, DateFormat df, Date defaultValue) | public static Date | getDate(PortletRequest req, String param, DateFormat df) | public static Date | getDate(PortletRequest req, String param, DateFormat df, Date defaultValue) | public static double | getDouble(ServletRequest req, String param) | public static double | getDouble(ServletRequest req, String param, double defaultValue) | public static double | getDouble(PortletRequest req, String param) | public static double | getDouble(PortletRequest req, String param, double defaultValue) | public static double[] | getDoubleValues(ServletRequest req, String param) | public static double[] | getDoubleValues(ServletRequest req, String param, double[] defaultValue) | public static double[] | getDoubleValues(PortletRequest req, String param) | public static double[] | getDoubleValues(PortletRequest req, String param, double[] defaultValue) | public static float | getFloat(ServletRequest req, String param) | public static float | getFloat(ServletRequest req, String param, float defaultValue) | public static float | getFloat(PortletRequest req, String param) | public static float | getFloat(PortletRequest req, String param, float defaultValue) | public static float[] | getFloatValues(ServletRequest req, String param) | public static float[] | getFloatValues(ServletRequest req, String param, float[] defaultValue) | public static float[] | getFloatValues(PortletRequest req, String param) | public static float[] | getFloatValues(PortletRequest req, String param, float[] defaultValue) | public static int | getInteger(ServletRequest req, String param) | public static int | getInteger(ServletRequest req, String param, int defaultValue) | public static int | getInteger(PortletRequest req, String param) | public static int | getInteger(PortletRequest req, String param, int defaultValue) | public static int[] | getIntegerValues(ServletRequest req, String param) | public static int[] | getIntegerValues(ServletRequest req, String param, int[] defaultValue) | public static int[] | getIntegerValues(PortletRequest req, String param) | public static int[] | getIntegerValues(PortletRequest req, String param, int[] defaultValue) | public static long | getLong(ServletRequest req, String param) | public static long | getLong(ServletRequest req, String param, long defaultValue) | public static long | getLong(PortletRequest req, String param) | public static long | getLong(PortletRequest req, String param, long defaultValue) | public static long[] | getLongValues(ServletRequest req, String param) | public static long[] | getLongValues(ServletRequest req, String param, long[] defaultValue) | public static long[] | getLongValues(PortletRequest req, String param) | public static long[] | getLongValues(PortletRequest req, String param, long[] defaultValue) | public static short | getShort(ServletRequest req, String param) | public static short | getShort(ServletRequest req, String param, short defaultValue) | public static short | getShort(PortletRequest req, String param) | public static short | getShort(PortletRequest req, String param, short defaultValue) | public static short[] | getShortValues(ServletRequest req, String param) | public static short[] | getShortValues(ServletRequest req, String param, short[] defaultValue) | public static short[] | getShortValues(PortletRequest req, String param) | public static short[] | getShortValues(PortletRequest req, String param, short[] defaultValue) | public static String | getString(ServletRequest req, String param) | public static String | getString(ServletRequest req, String param, String defaultValue) | public static String | getString(PortletRequest req, String param) | public static String | getString(PortletRequest req, String param, String defaultValue) | public static void | print(ServletRequest req) | public static void | print(PortletRequest req) |
get | public static boolean get(PortletRequest req, String param, boolean defaultValue)(Code) | | |
get | public static double get(PortletRequest req, String param, double defaultValue)(Code) | | |
get | public static float get(PortletRequest req, String param, float defaultValue)(Code) | | |
get | public static int get(PortletRequest req, String param, int defaultValue)(Code) | | |
get | public static long get(PortletRequest req, String param, long defaultValue)(Code) | | |
get | public static short get(PortletRequest req, String param, short defaultValue)(Code) | | |
getBoolean | public static boolean getBoolean(PortletRequest req, String param)(Code) | | |
getBoolean | public static boolean getBoolean(PortletRequest req, String param, boolean defaultValue)(Code) | | |
getBooleanValues | public static boolean[] getBooleanValues(PortletRequest req, String param)(Code) | | |
getBooleanValues | public static boolean[] getBooleanValues(PortletRequest req, String param, boolean[] defaultValue)(Code) | | |
getDouble | public static double getDouble(PortletRequest req, String param)(Code) | | |
getDouble | public static double getDouble(PortletRequest req, String param, double defaultValue)(Code) | | |
getDoubleValues | public static double[] getDoubleValues(PortletRequest req, String param)(Code) | | |
getDoubleValues | public static double[] getDoubleValues(PortletRequest req, String param, double[] defaultValue)(Code) | | |
getFloat | public static float getFloat(PortletRequest req, String param)(Code) | | |
getFloat | public static float getFloat(PortletRequest req, String param, float defaultValue)(Code) | | |
getFloatValues | public static float[] getFloatValues(PortletRequest req, String param)(Code) | | |
getFloatValues | public static float[] getFloatValues(PortletRequest req, String param, float[] defaultValue)(Code) | | |
getInteger | public static int getInteger(PortletRequest req, String param)(Code) | | |
getInteger | public static int getInteger(PortletRequest req, String param, int defaultValue)(Code) | | |
getIntegerValues | public static int[] getIntegerValues(PortletRequest req, String param)(Code) | | |
getIntegerValues | public static int[] getIntegerValues(PortletRequest req, String param, int[] defaultValue)(Code) | | |
getLong | public static long getLong(PortletRequest req, String param)(Code) | | |
getLong | public static long getLong(PortletRequest req, String param, long defaultValue)(Code) | | |
getLongValues | public static long[] getLongValues(PortletRequest req, String param)(Code) | | |
getLongValues | public static long[] getLongValues(PortletRequest req, String param, long[] defaultValue)(Code) | | |
getShort | public static short getShort(PortletRequest req, String param)(Code) | | |
getShort | public static short getShort(PortletRequest req, String param, short defaultValue)(Code) | | |
getShortValues | public static short[] getShortValues(PortletRequest req, String param)(Code) | | |
getShortValues | public static short[] getShortValues(PortletRequest req, String param, short[] defaultValue)(Code) | | |
print | public static void print(PortletRequest req)(Code) | | |
|
|