package com.oa.action;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller;
import com.opensymphony.xwork2.ActionSupport;
@Controller
@Scope("prototype")
public class HomeAction extends ActionSupport{
/**
*
*/
private static final long serialVersionUID = 1L;
public String index() throws Exception {
return "index";
}
public String top() throws Exception {
return "top";
}
public String bottom() throws Exception {
return "bottom";
}
public String left() throws Exception {
return "left";
}
public String right() throws Exception {
return "right";
}
}
最近下载更多
xiaohuaidan455 LV2
2月21日
朱俪的邮件及存储 LV8
2023年4月28日
泓鼎168 LV20
2023年3月30日
wanglinddad LV55
2022年5月26日
529948627 LV6
2022年3月14日
蛇蛇皮怪 LV14
2022年3月8日
微信网友_5845420553359360 LV4
2022年2月25日
juanito8396 LV6
2021年12月20日
and123456 LV11
2021年5月11日
shiyujir LV7
2021年4月8日

最近浏览