You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by jf...@apache.org on 2004/02/20 06:26:08 UTC

cvs commit: jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/om/common/portlet MutablePortletApplication.java

jford       2004/02/19 21:26:08

  Modified:    commons/src/java/org/apache/jetspeed/om/common/portlet
                        MutablePortletApplication.java
  Log:
  Added get/setDublinCore
  
  Revision  Changes    Path
  1.5       +7 -2      jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/om/common/portlet/MutablePortletApplication.java
  
  Index: MutablePortletApplication.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/om/common/portlet/MutablePortletApplication.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MutablePortletApplication.java	31 Dec 2003 09:46:35 -0000	1.4
  +++ MutablePortletApplication.java	20 Feb 2004 05:26:08 -0000	1.5
  @@ -56,6 +56,7 @@
   import java.io.Serializable;
   import java.util.Collection;
   
  +import org.apache.jetspeed.om.common.DublinCore;
   import org.apache.pluto.om.portlet.PortletApplicationDefinition;
   import org.apache.pluto.om.portlet.PortletDefinition;
   import org.apache.pluto.om.portlet.PortletDefinitionList;
  @@ -82,6 +83,10 @@
    */
   public interface MutablePortletApplication extends PortletApplicationDefinition, Serializable
   {
  +    DublinCore getDublinCore();
  +    
  +    void setDublinCore(DublinCore dublinCore);
  +    
       void setWebApplicationDefinition(WebApplicationDefinition wad);
   
       void setName(String name);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org