ate 2005/05/25 18:28:27
Modified: jetspeed-api/src/java/org/apache/jetspeed/container/url
PortalURL.java
Log:
Added Portal base path accessor
Revision Changes Path
1.4 +10 -1
jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/container/url/PortalURL.java
Index: PortalURL.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/container/url/PortalURL.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PortalURL.java 21 Apr 2005 07:52:15 -0000 1.3
+++ PortalURL.java 26 May 2005 01:28:27 -0000 1.4
@@ -58,6 +58,15 @@
String getPath();
/**
+ * Returns the current Portal base path.
+ * <br>
+ * This path can be used as base for root relative pages and resources
which don't need
+ * the NavigationalState.
+ * @return the current Portal base path without NavigationalState
+ */
+ String getBasePath();
+
+ /**
* Returns the current Portal Page base path without possible encoded
* NavigationalState parameter.
* <br>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]