| java.lang.Object com.liferay.portal.kernel.util.PropertiesParamUtil
PropertiesParamUtil | public class PropertiesParamUtil (Code) | | View Source
author: Brian Wing Shun Chan |
Method Summary | |
public static boolean | getBoolean(Properties props, ServletRequest req, String param) | public static boolean | getBoolean(Properties props, ServletRequest req, String param, boolean defaultValue) | public static double | getDouble(Properties props, ServletRequest req, String param) | public static double | getDouble(Properties props, ServletRequest req, String param, double defaultValue) | public static int | getInteger(Properties props, ServletRequest req, String param) | public static int | getInteger(Properties props, ServletRequest req, String param, int defaultValue) | public static long | getLong(Properties props, ServletRequest req, String param) | public static long | getLong(Properties props, ServletRequest req, String param, long defaultValue) | public static String | getString(Properties props, ServletRequest req, String param) | public static String | getString(Properties props, ServletRequest req, String param, String defaultValue) |
|
|