weaver 2003/07/30 11:37:35
Modified: portal/src/java/org/apache/jetspeed/om/registry
PortletEntry.java
Log:
Refactoring:
Renaming all concrete classes that implement a specific interface to have the "Impl"
affix.
This should be the standard naming convention to follow from here on out.
Revision Changes Path
1.2 +4 -4
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/om/registry/PortletEntry.java
Index: PortletEntry.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/om/registry/PortletEntry.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PortletEntry.java 28 Jul 2003 23:47:43 -0000 1.1
+++ PortletEntry.java 30 Jul 2003 18:37:35 -0000 1.2
@@ -56,7 +56,7 @@
import java.util.Collection;
import java.util.Iterator;
-import org.apache.jetspeed.om.common.portlet.BasePortletApplicationDefinition;
+import org.apache.jetspeed.om.common.portlet.PortletApplicationDefinitionImpl;
/**
* This entry describes all the properties that should be present in
@@ -174,14 +174,14 @@
* @return Value of property application.
*
*/
- public BasePortletApplicationDefinition getApplication();
+ public PortletApplicationDefinitionImpl getApplication();
/**
* Setter for property application.
* @param application New value of property application.
*
*/
- public void setApplication(BasePortletApplicationDefinition application);
+ public void setApplication(PortletApplicationDefinitionImpl application);
/**
* Getter for property descriptions.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]