weaver 2003/07/30 11:39:41
Modified: portal/src/java/org/apache/jetspeed/tools/pamanager
FileSystemPAM.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 +3 -3
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/FileSystemPAM.java
Index: FileSystemPAM.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/FileSystemPAM.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FileSystemPAM.java 28 Jul 2003 23:47:53 -0000 1.1
+++ FileSystemPAM.java 30 Jul 2003 18:39:41 -0000 1.2
@@ -64,7 +64,7 @@
import org.apache.jetspeed.exception.RegistryException;
import org.apache.jetspeed.om.common.portlet.MutablePortletApplication;
-import org.apache.jetspeed.om.common.servlet.BaseWebApplicationDefinition;
+import org.apache.jetspeed.om.common.servlet.WebApplicationDefinitionImpl;
import org.apache.jetspeed.om.common.servlet.MutableWebApplication;
/**
@@ -131,7 +131,7 @@
}
// create the web application
- MutableWebApplication webapp = new BaseWebApplicationDefinition();
+ MutableWebApplication webapp = new WebApplicationDefinitionImpl();
if (paName.startsWith("/"))
{
webapp.setContextRoot(paName);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]