org.apache.cocoon.portal.pluto.services
Class PropertyManagerServiceImpl
java.lang.Object
org.apache.cocoon.portal.pluto.services.PropertyManagerServiceImpl
- All Implemented Interfaces:
- org.apache.pluto.services.ContainerService, org.apache.pluto.services.property.PropertyManagerService
- public class PropertyManagerServiceImpl
- extends Object
- implements org.apache.pluto.services.property.PropertyManagerService
Dummy property manager service. Since vendor specific information from
the portlets is not needed they are discarded.
- Version:
- $Id: PropertyManagerServiceImpl.java 328453 2005-10-25 19:08:53Z cziegeler $
- See Also:
PortletResponse.addProperty(String, String)
,
PortletResponse.setProperty(String, String)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyManagerServiceImpl
public PropertyManagerServiceImpl()
setResponseProperties
public void setResponseProperties(org.apache.pluto.om.window.PortletWindow window,
HttpServletRequest request,
HttpServletResponse response,
Map properties)
- Specified by:
setResponseProperties
in interface org.apache.pluto.services.property.PropertyManagerService
- See Also:
PropertyManagerService.setResponseProperties(org.apache.pluto.om.window.PortletWindow, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.util.Map)
getRequestProperties
public Map getRequestProperties(org.apache.pluto.om.window.PortletWindow window,
HttpServletRequest request)
- Specified by:
getRequestProperties
in interface org.apache.pluto.services.property.PropertyManagerService
- See Also:
PropertyManagerService.getRequestProperties(org.apache.pluto.om.window.PortletWindow, javax.servlet.http.HttpServletRequest)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.