taylor 2004/06/03 09:47:01
Modified: portal/src/java/org/apache/jetspeed/container/url/impl
AbstractPortalURL.java
Log:
made public toString use interface instead of impl
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.7 +3 -3
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/container/url/impl/AbstractPortalURL.java
Index: AbstractPortalURL.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/container/url/impl/AbstractPortalURL.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- AbstractPortalURL.java 1 Jun 2004 20:24:23 -0000 1.6
+++ AbstractPortalURL.java 3 Jun 2004 16:47:00 -0000 1.7
@@ -359,7 +359,7 @@
return result.toString();
}
- public String getControlParameterAsString(PortalControlParameterImpl
controlParam)
+ public String getControlParameterAsString(PortalControlParameter controlParam)
{
Map stateFullParams = startControlParameter;
Map stateLessParams = null;
@@ -396,7 +396,7 @@
return toString(pcp, new Boolean(secure));
}
- public String toString(PortalControlParameterImpl controlParam, Boolean
p_secure)
+ public String toString(PortalControlParameter controlParam, Boolean p_secure)
{
StringBuffer buffer = getBaseURLBuffer();
buffer.append(this.basePath);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]