首页>代码>蓝色通用商城响应式后台管理网站模板>/蓝色通用商城响应式后台管理模板/Widget/ueditor/1.4.3/jsp/src/com/baidu/ueditor/define/ActionMap.java
package com.baidu.ueditor.define;

import java.util.Map;
import java.util.HashMap;

/**
 * 定义请求action类型
 * @author hancong03@baidu.com
 *
 */
@SuppressWarnings("serial")
public final class ActionMap {

	public static final Map<String, Integer> mapping;
	// 获取配置请求
	public static final int CONFIG = 0;
	public static final int UPLOAD_IMAGE = 1;
	public static final int UPLOAD_SCRAWL = 2;
	public static final int UPLOAD_VIDEO = 3;
	public static final int UPLOAD_FILE = 4;
	public static final int CATCH_IMAGE = 5;
	public static final int LIST_FILE = 6;
	public static final int LIST_IMAGE = 7;
	
	static {
		mapping = new HashMap<String, Integer>(){{
			put( "config", ActionMap.CONFIG );
			put( "uploadimage", ActionMap.UPLOAD_IMAGE );
			put( "uploadscrawl", ActionMap.UPLOAD_SCRAWL );
			put( "uploadvideo", ActionMap.UPLOAD_VIDEO );
			put( "uploadfile", ActionMap.UPLOAD_FILE );
			put( "catchimage", ActionMap.CATCH_IMAGE );
			put( "listfile", ActionMap.LIST_FILE );
			put( "listimage", ActionMap.LIST_IMAGE );
		}};
	}
	
	public static int getType ( String key ) {
		return ActionMap.mapping.get( key );
	}
	
}
最近下载更多
shenjinhu  LV10 2023年3月27日
123444444444  LV8 2023年3月14日
wwswdgyqd  LV6 2023年2月23日
haidewei  LV1 2022年9月9日
javaee165  LV2 2022年7月15日
17693282606  LV12 2022年7月12日
大象爱吃小老鼠  LV5 2022年6月29日
xwmxwm  LV4 2022年4月7日
wwzzhh333665  LV5 2022年3月20日
最近浏览更多
1481421104  LV3 11月17日
linhua  LV1 10月11日
曾显示  LV6 7月7日
try8023  LV19 6月13日
fff2003  LV9 6月3日
Zclllllll  LV2 4月24日
Dominick  LV14 4月8日
yuanshun  LV6 2023年12月19日
3077094312  LV1 2023年10月27日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友