org.apache.jetspeed.container
Class PortletRequestContext
java.lang.Object
org.apache.jetspeed.container.PortletRequestContext
public class PortletRequestContext
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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-2010 Apache Software Foundation. All Rights Reserved.