updates for enabling autocomplete editing and n3editing to work.
This commit is contained in:
parent
2a9c82e7ac
commit
185475a321
2 changed files with 83 additions and 0 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue