public class PortletUtils
extends java.lang.Object
Constructor and Description |
---|
PortletUtils() |
Modifier and Type | Method and Description |
---|---|
static PortletApplicationDefinition |
getPortletApplicationDefinition(javax.portlet.PortletContext context) |
static PortletDefinition |
getPortletDefinition(javax.portlet.PortletConfig config) |
static PortletWindow |
getPortletWindow(javax.portlet.ActionRequest request) |
static PortletWindow |
getPortletWindow(javax.portlet.ActionResponse response) |
static PortletWindow |
getPortletWindow(javax.portlet.RenderRequest request) |
static PortletWindow |
getPortletWindow(javax.portlet.RenderResponse response) |
static javax.servlet.ServletConfig |
getServletConfig(javax.portlet.PortletConfig config) |
static javax.servlet.ServletContext |
getServletContext(javax.portlet.PortletContext context) |
public static PortletWindow getPortletWindow(javax.portlet.RenderRequest request)
public static PortletWindow getPortletWindow(javax.portlet.ActionRequest request)
public static PortletWindow getPortletWindow(javax.portlet.RenderResponse response)
public static PortletWindow getPortletWindow(javax.portlet.ActionResponse response)
public static javax.servlet.ServletConfig getServletConfig(javax.portlet.PortletConfig config)
public static PortletDefinition getPortletDefinition(javax.portlet.PortletConfig config)
public static javax.servlet.ServletContext getServletContext(javax.portlet.PortletContext context)
public static PortletApplicationDefinition getPortletApplicationDefinition(javax.portlet.PortletContext context)
Copyright © 2003-2013 . All Rights Reserved.