public class ThreadPortletContext extends Object
Constructor and Description |
---|
ThreadPortletContext() |
Modifier and Type | Method and Description |
---|---|
static javax.servlet.http.HttpServletRequest |
getHttpServletRequest() |
static javax.servlet.http.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 javax.servlet.ServletContext |
getServletContext() |
static String |
getWindowID() |
static boolean |
isAjax() |
static boolean |
isEmbedded() |
static boolean |
isResourceRequest() |
public static javax.servlet.ServletContext getServletContext()
public static javax.servlet.http.HttpServletRequest getHttpServletRequest()
public static javax.servlet.http.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 © 2015. All rights reserved.