View Javadoc
1   package org.argeo.documents;
2   
3   /** Documents App specific constants */
4   public interface DocumentsConstants {
5   	String DOCUMENTS_APP_LBL = "Documents";
6   	String DOCUMENTS_APP_BASE_NAME = "documents";
7   	String DOCUMENTS_BOOKMARKS = "bookmarks";
8   }