1 23 24 package com.sun.enterprise.deployment.runtime.web; 25 26 import com.sun.enterprise.deployment.runtime.RuntimeDescriptor; 27 28 35 public class LocaleCharsetMap extends RuntimeDescriptor 36 { 37 public final static String LOCALE = "Locale"; 39 public final static String AGENT = "Agent"; 40 public final static String CHARSET = "Charset"; 41 42 } 45 | Popular Tags |