working on struts/hibernate for content-admin
[mir.git] / source / mir / core / ui / servlet / ServletConstants.java
index 9f8701c..2f22b7c 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.3 2003/09/18 21:42:17 idfx Exp $
+ * @version $Id: ServletConstants.java,v 1.4 2003/12/20 20:27:10 idfx Exp $
  */
 public interface ServletConstants {
+       public static final String TOPICS = "topics";
+
+       public static final String LANGUAGES = "languages";
+       
+       public static final String ARTICLE_TYPES = "articletypes";
+
        public static final String DELETE = "delete";
 
        public static final String NEW = "new";