weaver 2003/07/30 11:45:48
Modified: portal/src/webapp/WEB-INF/conf portletdefinitionmapping.xml
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 +6 -6
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/portletdefinitionmapping.xml
Index: portletdefinitionmapping.xml
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/portletdefinitionmapping.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portletdefinitionmapping.xml 28 Jul 2003 23:47:55 -0000 1.1
+++ portletdefinitionmapping.xml 30 Jul 2003 18:45:48 -0000 1.2
@@ -3,7 +3,7 @@
"http://castor.exolab.org/mapping.dtd">
<mapping>
- <class name="org.apache.jetspeed.om.common.BaseSecurityRoleRef">
+ <class name="org.apache.jetspeed.om.common.SecurityRoleRefImpl">
<!-- STW Test
<field name="description" type="java.lang.String">
@@ -19,8 +19,8 @@
</field>
</class>
- <!-- <class name="org.apache.jetspeed.om.common.BaseParameter"> -->
- <class name="org.apache.jetspeed.om.common.extended.PortletInitParameter">
+ <!-- <class name="org.apache.jetspeed.om.common.ParameterImpl"> -->
+ <class name="org.apache.jetspeed.om.common.extended.PortletInitParameterImpl">
<field name="description" type="java.lang.String">
<bind-xml name="description" node="element"/>
@@ -117,7 +117,7 @@
<bind-xml name="portlet-class" node="element"/>
</field>
<field name="castorInitParams"
- type="org.apache.jetspeed.om.common.extended.PortletInitParameter"
+ type="org.apache.jetspeed.om.common.extended.PortletInitParameterImpl"
collection="collection">
<bind-xml name="init-param" node="element"/>
</field>
@@ -145,14 +145,14 @@
<bind-xml name="portlet-preferences" node="element"/>
</field>
<field name="castorInitSecurityRoleRefs"
- type="org.apache.jetspeed.om.common.BaseSecurityRoleRef"
+ type="org.apache.jetspeed.om.common.SecurityRoleRefImpl"
collection="collection">
<bind-xml name="security-role-ref" node="element"/>
</field>
</class>
- <class
name="org.apache.jetspeed.om.common.portlet.BasePortletApplicationDefinition">
+ <class
name="org.apache.jetspeed.om.common.portlet.PortletApplicationDefinitionImpl">
<map-to xml="portlet-app"/>
<field name="version" type="java.lang.String">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]