package org.fkit.hrm.controller;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.CookieValue;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestHeader;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.SessionAttributes;
/**
* @Description:
* <br>网站:<a href="http://www.fkit.org">疯狂Java</a>
* @author 肖文吉 36750064@qq.com
* @date 2015年8月13日 下午8:30:37
* @version V1.0
*/
/**
* 动态页面跳转控制器
* */
@Controller
public class FormController{
@RequestMapping(value="/{formName}")
public String loginForm(@PathVariable String formName){
// 动态跳转页面
return formName;
}
}
最近下载更多
最近浏览更多
奋斗的小蚂蚁 LV17
10月16日
vincemokea LV9
9月2日
微信网友_7559554987823104
6月18日
暂无贡献等级
武诗雨 LV1
6月4日
2106003100
5月23日
暂无贡献等级
2306161739
5月21日
暂无贡献等级
SX520886 LV6
4月24日
13188866605 LV12
4月18日
微信网友_6979151039729664 LV2
4月4日
天空java LV8
3月23日

