Code cleaning / documentation
[lgpl/argeo-commons.git] / server / plugins / org.argeo.jcr.ui.explorer / src / main / java / org / argeo / jcr / ui / explorer / JcrExplorerConstants.java
index a410fcaec97ca6bae80140f926e57d2a01cc7f3c..c526d4564c1cb32ce0a4afeb29c66dd4fb524a3f 100644 (file)
@@ -2,10 +2,13 @@ package org.argeo.jcr.ui.explorer;
 
 /** Constants used across the application. */
 public interface JcrExplorerConstants {
+       public final static String PARAM_REPOSITORY_URI = "org.argeo.jcr.ui.explorer.repositoryUri";
 
        /*
         * MISCEALLENEOUS
         */
        public final static String DATE_TIME_FORMAT = "dd/MM/yyyy, HH:mm";
 
+       public final static String PARAM_PATH = "org.argeo.jcr.ui.explorer.nodePath";
+
 }