首页>代码>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;
	}

}

最近下载更多
84126415  LV2 2024年12月10日
WenMeng  LV9 2024年12月2日
走刀口  LV4 2024年10月21日
1029162867  LV13 2023年12月7日
微信网友_5764375617736704  LV1 2023年11月28日
uni-code_0123  LV1 2023年11月27日
k666k6  LV1 2023年11月24日
nuomokm  LV1 2023年11月10日
jiangneng666  LV2 2023年11月9日
fesfefe  LV13 2023年10月10日
最近浏览更多
M1saKAzZ 4月18日
暂无贡献等级
ziyan wzng 3月15日
暂无贡献等级
2072376767  LV2 2024年12月26日
ma406805131  LV19 2024年12月24日
三秋桂子  LV1 2024年12月21日
bankroll  LV5 2024年12月16日
9632586  LV1 2024年12月10日
84126415  LV2 2024年12月10日
565236523 2024年12月10日
暂无贡献等级
9632148963  LV1 2024年12月10日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友