Object
com.liferay.util.servlet.SessionParameters
public class SessionParameters
extends Object
- Author:
- Brian Wing Shun Chan
-
-
Constructor Summary
Constructors
-
Method Summary
get(jakarta.portlet.PortletRequest portletRequest,
String parameter)
get(jakarta.portlet.PortletSession portletSession,
String parameter)
get(jakarta.servlet.http.HttpServletRequest httpServletRequest,
String parameter)
get(jakarta.servlet.http.HttpSession httpSession,
String parameter)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
KEY
public static final String KEY
-
USE_SESSION_PARAMETERS
public static final boolean USE_SESSION_PARAMETERS
-
Constructor Details
-
SessionParameters
public SessionParameters()
-
Method Details
-
get
public static String get(jakarta.servlet.http.HttpServletRequest httpServletRequest,
String parameter)
-
get
public static String get(jakarta.servlet.http.HttpSession httpSession,
String parameter)
-
get
public static String get(jakarta.portlet.PortletRequest portletRequest,
String parameter)
-
get
public static String get(jakarta.portlet.PortletSession portletSession,
String parameter)