Util-ConnectType Util

687 ワード

開発者ブログ:
http://www.developsearch.com
/**
 * 
 * 
 * @author chenxin
 * @version [   , 2012-5-21]
 * @see [   /  ]
 * @since [  /    ]
 */
public class ContentTypeUtil {

	public static final String HTML = "text/html";

	public static final String JSON = "text/json";

	public static final String JAVASCRIPT = "text/javascript";

	public static final String CSS = "text/css";

	public static final String XML = "text/xml";


}