You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2005/06/28 21:10:18 UTC

svn commit: r202271 - /cocoon/blocks/taglib/trunk/java/org/apache/cocoon/jxpath/JXPathCocoonContexts.java

Author: vgritsenko
Date: Tue Jun 28 12:10:18 2005
New Revision: 202271

URL: http://svn.apache.org/viewcvs?rev=202271&view=rev
Log:
    <action dev="VG" type="add" fixes-bug="35435" due-to="Nico Verwer" due-to-email="nverwer@email.com">
      Added getSitemapURIPrefix method to the Request interface.
    </action>


Modified:
    cocoon/blocks/taglib/trunk/java/org/apache/cocoon/jxpath/JXPathCocoonContexts.java

Modified: cocoon/blocks/taglib/trunk/java/org/apache/cocoon/jxpath/JXPathCocoonContexts.java
URL: http://svn.apache.org/viewcvs/cocoon/blocks/taglib/trunk/java/org/apache/cocoon/jxpath/JXPathCocoonContexts.java?rev=202271&r1=202270&r2=202271&view=diff
==============================================================================
--- cocoon/blocks/taglib/trunk/java/org/apache/cocoon/jxpath/JXPathCocoonContexts.java (original)
+++ cocoon/blocks/taglib/trunk/java/org/apache/cocoon/jxpath/JXPathCocoonContexts.java Tue Jun 28 12:10:18 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -71,7 +71,7 @@
  * JXPath does not automatically create sessions.</p>
  *
  * @author <a href="mailto:volker.schmitt@basf-it-services.com">Volker Schmitt</a>
- * @version CVS $Id$
+ * @version $Id$
  */
 public final class JXPathCocoonContexts implements Contextualizable, ThreadSafe {
 
@@ -314,6 +314,10 @@
 
         public String getSitemapURI() {
             return this.delegate.getSitemapURI();
+        }
+
+        public String getSitemapURIPrefix() {
+            return this.delegate.getSitemapURIPrefix();
         }
 
         public String getServletPath() {