1 16 package org.directwebremoting.extend; 17 18 23 public interface DwrConstants 24 { 25 28 public static final String PACKAGE = "/org/directwebremoting"; 29 30 33 public static final String FILE_DWR_XML = PACKAGE + "/dwr.xml"; 34 35 38 public static final String DEFAULT_DWR_XML = "/WEB-INF/dwr.xml"; 39 40 43 public static final String SCRIPT_TAG_PROTECTION = "throw 'allowScriptTagRemoting is false.';"; 44 } 45 | Popular Tags |