PropertyManagerServiceImpl.java | Class | The
PropertyManagerServiceImpl is used to pass properties to the
portlet so it can read them via it's
javax.portlet.PortletRequest.getProperty(java.lang.String) methods and so properties set by the portlet via it's
javax.portlet.PortletResponse.setProperty(java.lang.Stringjava.lang.String) methods can be read by uPortal.
Currently all properties set by the portlet are saved into a
WeakHashMap using the
org.apache.pluto.om.window.PortletWindow as the key. |