ConstantsWeb.java
01 /*
02  * Created on Oct 4, 2007
03  *
04  */
05 package com.x8ing.mc.web;
06 
07 /**
08  * Constants used by the web module
09  
10  @author Patrick Heusser
11  */
12 public class ConstantsWeb {
13 
14   public static final String JSP_PARAM_SHOW_W3C_VALIDATOR = "showValidator";
15 
16 }