Package com.liferay.portal.kernel.util
Class SessionParamUtil
java.lang.Object
com.liferay.portal.kernel.util.SessionParamUtil
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleangetBoolean(javax.portlet.PortletRequest portletRequest, String param) static booleangetBoolean(javax.portlet.PortletRequest portletRequest, String param, boolean defaultValue) static booleangetBoolean(javax.servlet.http.HttpServletRequest httpServletRequest, String param) static booleangetBoolean(javax.servlet.http.HttpServletRequest httpServletRequest, String param, boolean defaultValue) static doublestatic doublestatic doublegetDouble(javax.portlet.PortletRequest portletRequest, String param, double defaultValue, Locale locale) static doublestatic doublestatic doublegetDouble(javax.servlet.http.HttpServletRequest httpServletRequest, String param, double defaultValue) static doublegetDouble(javax.servlet.http.HttpServletRequest httpServletRequest, String param, double defaultValue, Locale locale) static doublestatic intgetInteger(javax.portlet.PortletRequest portletRequest, String param) static intgetInteger(javax.portlet.PortletRequest portletRequest, String param, int defaultValue) static intgetInteger(javax.servlet.http.HttpServletRequest httpServletRequest, String param) static intgetInteger(javax.servlet.http.HttpServletRequest httpServletRequest, String param, int defaultValue) static longstatic longstatic longstatic longstatic shortstatic shortstatic shortstatic shortgetShort(javax.servlet.http.HttpServletRequest httpServletRequest, String param, short defaultValue) static Stringstatic Stringstatic Stringstatic StringgetString(javax.servlet.http.HttpServletRequest httpServletRequest, String param, String defaultValue)
-
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
-
getBoolean
public static boolean getBoolean(javax.portlet.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
-
getDouble
-
getDouble
-
getDouble
public static double getDouble(javax.portlet.PortletRequest portletRequest, String param, double defaultValue) -
getDouble
-
getDouble
-
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
-
getInteger
public static int getInteger(javax.portlet.PortletRequest portletRequest, String param, int defaultValue) -
getLong
-
getLong
public static long getLong(javax.servlet.http.HttpServletRequest httpServletRequest, String param, long defaultValue) -
getLong
-
getLong
public static long getLong(javax.portlet.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
-
getShort
public static short getShort(javax.portlet.PortletRequest portletRequest, String param, short defaultValue) -
getString
-
getString
-
getString
-
getString
-