Liferay 6.0.5

com.liferay.portal.kernel.util
Class PropertiesParamUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.PropertiesParamUtil

public class PropertiesParamUtil
extends Object


Constructor Summary
PropertiesParamUtil()
           
 
Method Summary
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, PortletRequest portletRequest, String param)
           
static double getDouble(Properties properties, PortletRequest portletRequest, String param, double defaultValue)
           
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, PortletRequest portletRequest, String param)
           
static double getDouble(UnicodeProperties properties, PortletRequest portletRequest, String param, double defaultValue)
           
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(PortletRequest portletRequest, 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesParamUtil

public PropertiesParamUtil()
Method Detail

getBoolean

public static boolean getBoolean(Properties properties,
                                 javax.servlet.http.HttpServletRequest request,
                                 String param)

getBoolean

public static boolean getBoolean(Properties properties,
                                 javax.servlet.http.HttpServletRequest request,
                                 String param,
                                 boolean defaultValue)

getBoolean

public static boolean getBoolean(Properties properties,
                                 PortletRequest portletRequest,
                                 String param)

getBoolean

public static boolean getBoolean(Properties properties,
                                 PortletRequest portletRequest,
                                 String param,
                                 boolean defaultValue)

getBoolean

public static boolean getBoolean(UnicodeProperties properties,
                                 javax.servlet.http.HttpServletRequest request,
                                 String param)

getBoolean

public static boolean getBoolean(UnicodeProperties properties,
                                 javax.servlet.http.HttpServletRequest request,
                                 String param,
                                 boolean defaultValue)

getBoolean

public static boolean getBoolean(UnicodeProperties properties,
                                 PortletRequest portletRequest,
                                 String param)

getBoolean

public static boolean getBoolean(UnicodeProperties properties,
                                 PortletRequest portletRequest,
                                 String param,
                                 boolean defaultValue)

getDouble

public static double getDouble(Properties properties,
                               javax.servlet.http.HttpServletRequest request,
                               String param)

getDouble

public static double getDouble(Properties properties,
                               javax.servlet.http.HttpServletRequest request,
                               String param,
                               double defaultValue)

getDouble

public static double getDouble(Properties properties,
                               PortletRequest portletRequest,
                               String param)

getDouble

public static double getDouble(Properties properties,
                               PortletRequest portletRequest,
                               String param,
                               double defaultValue)

getDouble

public static double getDouble(UnicodeProperties properties,
                               javax.servlet.http.HttpServletRequest request,
                               String param)

getDouble

public static double getDouble(UnicodeProperties properties,
                               javax.servlet.http.HttpServletRequest request,
                               String param,
                               double defaultValue)

getDouble

public static double getDouble(UnicodeProperties properties,
                               PortletRequest portletRequest,
                               String param)

getDouble

public static double getDouble(UnicodeProperties properties,
                               PortletRequest portletRequest,
                               String param,
                               double defaultValue)

getInteger

public static int getInteger(Properties properties,
                             javax.servlet.http.HttpServletRequest request,
                             String param)

getInteger

public static int getInteger(Properties properties,
                             javax.servlet.http.HttpServletRequest request,
                             String param,
                             int defaultValue)

getInteger

public static int getInteger(Properties properties,
                             PortletRequest portletRequest,
                             String param)

getInteger

public static int getInteger(Properties properties,
                             PortletRequest portletRequest,
                             String param,
                             int defaultValue)

getInteger

public static int getInteger(UnicodeProperties properties,
                             javax.servlet.http.HttpServletRequest request,
                             String param)

getInteger

public static int getInteger(UnicodeProperties properties,
                             javax.servlet.http.HttpServletRequest request,
                             String param,
                             int defaultValue)

getInteger

public static int getInteger(UnicodeProperties properties,
                             PortletRequest portletRequest,
                             String param)

getInteger

public static int getInteger(UnicodeProperties properties,
                             PortletRequest portletRequest,
                             String param,
                             int defaultValue)

getLong

public static long getLong(Properties properties,
                           javax.servlet.http.HttpServletRequest request,
                           String param)

getLong

public static long getLong(Properties properties,
                           javax.servlet.http.HttpServletRequest request,
                           String param,
                           long defaultValue)

getLong

public static long getLong(Properties properties,
                           PortletRequest portletRequest,
                           String param)

getLong

public static long getLong(Properties properties,
                           PortletRequest portletRequest,
                           String param,
                           long defaultValue)

getLong

public static long getLong(UnicodeProperties properties,
                           javax.servlet.http.HttpServletRequest request,
                           String param)

getLong

public static long getLong(UnicodeProperties properties,
                           javax.servlet.http.HttpServletRequest request,
                           String param,
                           long defaultValue)

getLong

public static long getLong(UnicodeProperties properties,
                           PortletRequest portletRequest,
                           String param)

getLong

public static long getLong(UnicodeProperties properties,
                           PortletRequest portletRequest,
                           String param,
                           long defaultValue)

getProperties

public static UnicodeProperties getProperties(PortletRequest portletRequest,
                                              String prefix)

getString

public static String getString(Properties properties,
                               javax.servlet.http.HttpServletRequest request,
                               String param)

getString

public static String getString(Properties properties,
                               javax.servlet.http.HttpServletRequest request,
                               String param,
                               String defaultValue)

getString

public static String getString(Properties properties,
                               PortletRequest portletRequest,
                               String param)

getString

public static String getString(Properties properties,
                               PortletRequest portletRequest,
                               String param,
                               String defaultValue)

getString

public static String getString(UnicodeProperties properties,
                               javax.servlet.http.HttpServletRequest request,
                               String param)

getString

public static String getString(UnicodeProperties properties,
                               javax.servlet.http.HttpServletRequest request,
                               String param,
                               String defaultValue)

getString

public static String getString(UnicodeProperties properties,
                               PortletRequest portletRequest,
                               String param)

getString

public static String getString(UnicodeProperties properties,
                               PortletRequest portletRequest,
                               String param,
                               String defaultValue)

Liferay 6.0.5