a new servletfilter, which controls the caching-values in the http-header.\ra new...
[mir.git] / source / mir / core / ui / servlet / ServletConstants.java
index 726e46b..9f8701c 100755 (executable)
@@ -35,9 +35,15 @@ package mir.core.ui.servlet;
  * ServletConstants<br>
  * Some constant string values needed as keys to store values in the servlet context.
  * @author idefix
- * @version $Id: ServletConstants.java,v 1.2 2003/09/07 16:55:00 idfx Exp $
+ * @version $Id: ServletConstants.java,v 1.3 2003/09/18 21:42:17 idfx Exp $
  */
 public interface ServletConstants {
+       public static final String DELETE = "delete";
+
+       public static final String NEW = "new";
+
+       public static final String ID = "id";
+
        public static final String REDIRECT_ACTION = "redirect action";
 
        public static final String REDIRECT_QUERY_STRING = "redirect query string";