org.apache.jetspeed.container
Class PortletRequestContext

java.lang.Object
  extended by org.apache.jetspeed.container.PortletRequestContext

public class PortletRequestContext
extends java.lang.Object


Method Summary
static void clearContext()
           
static void createContext(org.apache.pluto.om.portlet.PortletDefinition pd, javax.portlet.Portlet portlet, javax.portlet.PortletRequest request, javax.portlet.PortletResponse response)
           
static PortletRequestContext getContext()
           
 javax.portlet.Portlet getPortlet()
           
 org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition()
           
 javax.portlet.PortletRequest getRequest()
           
 javax.portlet.PortletResponse getResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContext

public static PortletRequestContext getContext()

createContext

public static void createContext(org.apache.pluto.om.portlet.PortletDefinition pd,
                                 javax.portlet.Portlet portlet,
                                 javax.portlet.PortletRequest request,
                                 javax.portlet.PortletResponse response)

clearContext

public static void clearContext()

getPortletDefinition

public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition()

getPortlet

public javax.portlet.Portlet getPortlet()

getRequest

public javax.portlet.PortletRequest getRequest()

getResponse

public javax.portlet.PortletResponse getResponse()


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.