updates for enabling autocomplete editing and n3editing to work.

This commit is contained in:
hjkhjk54 2012-03-15 17:39:56 +00:00
parent 2a9c82e7ac
commit 185475a321
2 changed files with 83 additions and 0 deletions

View file

@ -15,6 +15,8 @@ public class EditConfigurationConstants {
/** Constants used by edit configuration */
//forces creation of new uri if present
public static final String NEW_URI_SENTINEL = ">NEW URI REQUIRED<";
public static final String BLANK_SENTINEL = ">SUBMITTED VALUE WAS BLANK<";
//For freemarker configuration
public static Map<String, String> exportConstants() {
Map<String, String> constants = new HashMap<String, String>();