Class SessionParamUtil

Object
com.liferay.portal.kernel.util.SessionParamUtil

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

    • SessionParamUtil

      public SessionParamUtil()
  • Method Details

    • getBoolean

      public static boolean getBoolean(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getBoolean

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

      public static boolean getBoolean(PortletRequest portletRequest, String param)
    • getBoolean

      public static boolean getBoolean(PortletRequest portletRequest, String param, boolean defaultValue)
    • getDouble

      public static double getDouble(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getDouble

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

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

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

      public static double getDouble(PortletRequest portletRequest, String param)
    • getDouble

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

      public static double getDouble(PortletRequest portletRequest, String param, double defaultValue, Locale locale)
    • getDouble

      public static double getDouble(PortletRequest portletRequest, String param, Locale locale)
    • getInteger

      public static int getInteger(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getInteger

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

      public static int getInteger(PortletRequest portletRequest, String param)
    • getInteger

      public static int getInteger(PortletRequest portletRequest, String param, int defaultValue)
    • getLong

      public static long getLong(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getLong

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

      public static long getLong(PortletRequest portletRequest, String param)
    • getLong

      public static long getLong(PortletRequest portletRequest, String param, long defaultValue)
    • getShort

      public static short getShort(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getShort

      public static short getShort(javax.servlet.http.HttpServletRequest httpServletRequest, String param, short defaultValue)
    • getShort

      public static short getShort(PortletRequest portletRequest, String param)
    • getShort

      public static short getShort(PortletRequest portletRequest, String param, short defaultValue)
    • getString

      public static String getString(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getString

      public static String getString(javax.servlet.http.HttpServletRequest httpServletRequest, String param, String defaultValue)
    • getString

      public static String getString(PortletRequest portletRequest, String param)
    • getString

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