weaver      2004/07/02 06:42:10

  Modified:    jetspeed-api/src/java/org/apache/jetspeed/container/window
                        PortletWindowAccessor.java
  Log:
  Added methods:
  removeWindows(PortletEntity)
  removeWindow(PortletWindow)
  
  Revision  Changes    Path
  1.4       +28 -1     
jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/container/window/PortletWindowAccessor.java
  
  Index: PortletWindowAccessor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/container/window/PortletWindowAccessor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletWindowAccessor.java        24 Jun 2004 16:37:01 -0000      1.3
  +++ PortletWindowAccessor.java        2 Jul 2004 13:42:10 -0000       1.4
  @@ -69,4 +69,31 @@
        * @return
        */
       PortletWindow createPortletWindow(String windowId);
  +    
  +    /**
  +     * 
  +     * <p>
  +     * removeWindows
  +     * </p>
  +     * 
  +     * Removes all <code>PortletWindow</code>s associated with this
  +     * <code>PortletEntity</code>
  +     *
  +     * @param portletEntity
  +     */
  +    void removeWindows(PortletEntity portletEntity);
  +    
  +    /**
  +     * 
  +     * <p>
  +     * removeWindow
  +     * </p>
  +     * 
  +     * Removes a <code>PortletWindow</code> from the window cache.
  +     *
  +     * @param window
  +     */
  +    void removeWindow(PortletWindow window);
  +    
  +    
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to