首页>代码>基于SSM人事管理系统(可做期末答辩)>/hrmapp/src/org/fkit/hrm/controller/FormController.java
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;
	}

}

最近下载更多
rongtao  LV1 11月22日
haozhilang  LV6 11月17日
sjl821120  LV6 6月10日
海棠花瘦  LV9 6月10日
纯爱战士  LV2 5月28日
何松林  LV7 5月8日
wyzwyzwyz  LV2 4月22日
usergithub  LV1 4月8日
laihao2012  LV3 3月13日
最近浏览更多
hongdongdong  LV12 12月2日
wuying8208  LV15 11月25日
k666k6  LV1 11月24日
antoniozhuster  LV7 11月24日
haozhilang  LV6 11月17日
SQ2930501923  LV14 11月14日
rongtao  LV1 11月13日
内心向阳  LV4 11月7日
hz1109  LV7 11月7日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友