org.apache.pluto.services.property
Class PropertyManager

java.lang.Object
  extended by org.apache.pluto.services.property.PropertyManager

public class PropertyManager
extends java.lang.Object

The static accessor for the PropertyManagerService.

See Also:
PropertyManagerService

Constructor Summary
PropertyManager()
           
 
Method Summary
static java.util.Map getRequestProperties(PortletWindow window, HttpServletRequest request)
           
private static PropertyManagerService getService()
           
static void setResponseProperties(PortletWindow window, HttpServletRequest request, HttpServletResponse response, java.util.Map properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyManager

public PropertyManager()
Method Detail

setResponseProperties

public static void setResponseProperties(PortletWindow window,
                                         HttpServletRequest request,
                                         HttpServletResponse response,
                                         java.util.Map properties)

getRequestProperties

public static java.util.Map getRequestProperties(PortletWindow window,
                                                 HttpServletRequest request)

getService

private static PropertyManagerService getService()