org.apache.pluto.portlet
Class PortletUtils

java.lang.Object
  extended by org.apache.pluto.portlet.PortletUtils

public class PortletUtils
extends java.lang.Object


Constructor Summary
PortletUtils()
           
 
Method Summary
static PortletApplicationDefinition getPortletApplicationDefinition(PortletContext context)
           
static PortletDefinition getPortletDefinition(PortletConfig config)
           
static PortletWindow getPortletWindow(ActionRequest request)
           
static PortletWindow getPortletWindow(ActionResponse response)
           
static PortletWindow getPortletWindow(RenderRequest request)
           
static PortletWindow getPortletWindow(RenderResponse response)
           
static javax.servlet.ServletConfig getServletConfig(PortletConfig config)
           
static javax.servlet.ServletContext getServletContext(PortletContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletUtils

public PortletUtils()
Method Detail

getPortletWindow

public static PortletWindow getPortletWindow(RenderRequest request)

getPortletWindow

public static PortletWindow getPortletWindow(ActionRequest request)

getPortletWindow

public static PortletWindow getPortletWindow(RenderResponse response)

getPortletWindow

public static PortletWindow getPortletWindow(ActionResponse response)

getServletConfig

public static javax.servlet.ServletConfig getServletConfig(PortletConfig config)

getPortletDefinition

public static PortletDefinition getPortletDefinition(PortletConfig config)

getServletContext

public static javax.servlet.ServletContext getServletContext(PortletContext context)

getPortletApplicationDefinition

public static PortletApplicationDefinition getPortletApplicationDefinition(PortletContext context)