Class PropertiesParamUtil

Object
com.liferay.portal.kernel.util.PropertiesParamUtil

public class PropertiesParamUtil extends Object
Author:
Brian Wing Shun Chan
  • Constructor Details

    • PropertiesParamUtil

      public PropertiesParamUtil()
  • Method Details

    • getBoolean

      public static boolean getBoolean(Properties properties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getBoolean

      public static boolean getBoolean(Properties properties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, boolean defaultValue)
    • getBoolean

      public static boolean getBoolean(Properties properties, jakarta.portlet.PortletRequest portletRequest, String param)
    • getBoolean

      public static boolean getBoolean(Properties properties, jakarta.portlet.PortletRequest portletRequest, String param, boolean defaultValue)
    • getBoolean

      public static boolean getBoolean(UnicodeProperties unicodeProperties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getBoolean

      public static boolean getBoolean(UnicodeProperties unicodeProperties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, boolean defaultValue)
    • getBoolean

      public static boolean getBoolean(UnicodeProperties unicodeProperties, jakarta.portlet.PortletRequest portletRequest, String param)
    • getBoolean

      public static boolean getBoolean(UnicodeProperties unicodeProperties, jakarta.portlet.PortletRequest portletRequest, String param, boolean defaultValue)
    • getDouble

      public static double getDouble(Properties properties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getDouble

      public static double getDouble(Properties properties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, double defaultValue)
    • getDouble

      public static double getDouble(Properties properties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, double defaultValue, Locale locale)
    • getDouble

      public static double getDouble(Properties properties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, Locale locale)
    • getDouble

      public static double getDouble(Properties properties, jakarta.portlet.PortletRequest portletRequest, String param)
    • getDouble

      public static double getDouble(Properties properties, jakarta.portlet.PortletRequest portletRequest, String param, double defaultValue)
    • getDouble

      public static double getDouble(Properties properties, jakarta.portlet.PortletRequest portletRequest, String param, double defaultValue, Locale locale)
    • getDouble

      public static double getDouble(Properties properties, jakarta.portlet.PortletRequest portletRequest, String param, Locale locale)
    • getDouble

      public static double getDouble(UnicodeProperties unicodeProperties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getDouble

      public static double getDouble(UnicodeProperties unicodeProperties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, double defaultValue)
    • getDouble

      public static double getDouble(UnicodeProperties unicodeProperties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, double defaultValue, Locale locale)
    • getDouble

      public static double getDouble(UnicodeProperties unicodeProperties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, Locale locale)
    • getDouble

      public static double getDouble(UnicodeProperties unicodeProperties, jakarta.portlet.PortletRequest portletRequest, String param)
    • getDouble

      public static double getDouble(UnicodeProperties unicodeProperties, jakarta.portlet.PortletRequest portletRequest, String param, double defaultValue)
    • getDouble

      public static double getDouble(UnicodeProperties unicodeProperties, jakarta.portlet.PortletRequest portletRequest, String param, double defaultValue, Locale locale)
    • getDouble

      public static double getDouble(UnicodeProperties unicodeProperties, jakarta.portlet.PortletRequest portletRequest, String param, Locale locale)
    • getInteger

      public static int getInteger(Properties properties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getInteger

      public static int getInteger(Properties properties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, int defaultValue)
    • getInteger

      public static int getInteger(Properties properties, jakarta.portlet.PortletRequest portletRequest, String param)
    • getInteger

      public static int getInteger(Properties properties, jakarta.portlet.PortletRequest portletRequest, String param, int defaultValue)
    • getInteger

      public static int getInteger(UnicodeProperties unicodeProperties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getInteger

      public static int getInteger(UnicodeProperties unicodeProperties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, int defaultValue)
    • getInteger

      public static int getInteger(UnicodeProperties unicodeProperties, jakarta.portlet.PortletRequest portletRequest, String param)
    • getInteger

      public static int getInteger(UnicodeProperties unicodeProperties, jakarta.portlet.PortletRequest portletRequest, String param, int defaultValue)
    • getLong

      public static long getLong(Properties properties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getLong

      public static long getLong(Properties properties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, long defaultValue)
    • getLong

      public static long getLong(Properties properties, jakarta.portlet.PortletRequest portletRequest, String param)
    • getLong

      public static long getLong(Properties properties, jakarta.portlet.PortletRequest portletRequest, String param, long defaultValue)
    • getLong

      public static long getLong(UnicodeProperties unicodeProperties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getLong

      public static long getLong(UnicodeProperties unicodeProperties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, long defaultValue)
    • getLong

      public static long getLong(UnicodeProperties unicodeProperties, jakarta.portlet.PortletRequest portletRequest, String param)
    • getLong

      public static long getLong(UnicodeProperties unicodeProperties, jakarta.portlet.PortletRequest portletRequest, String param, long defaultValue)
    • getProperties

      public static UnicodeProperties getProperties(jakarta.servlet.http.HttpServletRequest httpServletRequest, String prefix)
    • getProperties

      public static UnicodeProperties getProperties(jakarta.portlet.PortletRequest portletRequest, String prefix)
    • getProperties

      public static UnicodeProperties getProperties(ServiceContext serviceContext, String prefix)
    • getString

      public static String getString(Properties properties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getString

      public static String getString(Properties properties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, String defaultValue)
    • getString

      public static String getString(Properties properties, jakarta.portlet.PortletRequest portletRequest, String param)
    • getString

      public static String getString(Properties properties, jakarta.portlet.PortletRequest portletRequest, String param, String defaultValue)
    • getString

      public static String getString(UnicodeProperties unicodeProperties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getString

      public static String getString(UnicodeProperties unicodeProperties, jakarta.servlet.http.HttpServletRequest httpServletRequest, String param, String defaultValue)
    • getString

      public static String getString(UnicodeProperties unicodeProperties, jakarta.portlet.PortletRequest portletRequest, String param)
    • getString

      public static String getString(UnicodeProperties unicodeProperties, jakarta.portlet.PortletRequest portletRequest, String param, String defaultValue)