public class ThreadPortletContext extends Object
| Constructor and Description |
|---|
ThreadPortletContext() |
| Modifier and Type | Method and Description |
|---|---|
static HttpServletRequest |
getHttpServletRequest() |
static HttpServletResponse |
getHttpServletResponse() |
static String |
getNamespace() |
static javax.portlet.PortletConfig |
getPortletConfig() |
static javax.portlet.PortletMode |
getPortletMode() |
static javax.portlet.PortletPreferences |
getPortletPreferences() |
static javax.portlet.PortletRequest |
getPortletRequest() |
static javax.portlet.PortletResponse |
getPortletResponse() |
static ServletContext |
getServletContext() |
static String |
getWindowID() |
static boolean |
isAjax() |
static boolean |
isEmbedded() |
static boolean |
isResourceRequest() |
public static ServletContext getServletContext()
public static HttpServletRequest getHttpServletRequest()
public static HttpServletResponse getHttpServletResponse()
public static javax.portlet.PortletConfig getPortletConfig()
public static javax.portlet.PortletRequest getPortletRequest()
public static javax.portlet.PortletResponse getPortletResponse()
public static javax.portlet.PortletMode getPortletMode()
public static javax.portlet.PortletPreferences getPortletPreferences()
public static String getNamespace()
public static String getWindowID()
public static boolean isAjax()
public static boolean isResourceRequest()
public static boolean isEmbedded()
Copyright © 2020. All rights reserved.