View Javadoc
1   package org.argeo.documents;
2   
3   /** Property names in a Documents app Context */
4   public interface DocumentsNames {
5   
6   	String DOCUMENTS_URI = "documents:uri";
7   
8   }