Author: knguyen
Date: Wed May 30 14:14:03 2007
New Revision: 17403

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D17403&repname=
=3Djahia
Log:
fix missing method in ParamBean

Modified:
    trunk/core/src/java/org/jahia/params/ProcessingContext.java

Modified: trunk/core/src/java/org/jahia/params/ProcessingContext.java
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/core/src/java/o=
rg/jahia/params/ProcessingContext.java&rev=3D17403&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/core/src/java/org/jahia/params/ProcessingContext.java (original)
+++ trunk/core/src/java/org/jahia/params/ProcessingContext.java Wed May 30 =
14:14:03 2007
@@ -301,6 +301,7 @@
 =

     private ThreadLocal filtersStatus =3D new ThreadLocal();
 =

+    private boolean forceAppendSiteKey =3D false;
     private boolean siteResolvedByKeyOrPageId;
     private boolean contentPageLoadedWhileTryingToFindSiteByPageID;
     private Boolean canEdit =3D null;
@@ -901,6 +902,18 @@
         this.inAdminMode =3D inAdminModeFlag;
     }
 =

+    /**
+     * If true, the /site/sitekey will be added to the page url
+     * @return
+     */
+    public boolean isForceAppendSiteKey() {
+        return forceAppendSiteKey;
+    }
+
+    public void setForceAppendSiteKey(boolean forceAppendSiteKey) {
+        this.forceAppendSiteKey =3D forceAppendSiteKey;
+    }
+
     //--------------------------------------------------------------------=
-----
 =

     /**

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to