最全三大框架整合(使用映射)——DeptAction.java
生活随笔
收集整理的這篇文章主要介紹了
最全三大框架整合(使用映射)——DeptAction.java
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
/**
* @Title: DeptAction.java
* @Package org.web
* @Description: TODO該方法的主要作用:
* @author A18ccms A18ccms_gmail_com
* @date 2017-5-18 下午2:27:05
* @version V1.0
*/
package org.web;import org.entity.Dept;
import org.service.IDeptService;import com.opensymphony.xwork2.ActionSupport;/** * * 項(xiàng)目名稱:spring_Cchop5 * 類名稱:DeptAction * 類描述: * 創(chuàng)建人:Mu Xiongxiong * 創(chuàng)建時(shí)間:2017-5-18 下午2:27:05 * 修改人:Mu Xiongxiong * 修改時(shí)間:2017-5-18 下午2:27:05 * 修改備注: * @version * */
public class DeptAction extends ActionSupport {private Dept dept;private IDeptService deptService;public String addDept(){dept.setDeptno(1255);deptService.saveDept(dept);return SUCCESS;}public Dept getDept() {return dept;}public void setDept(Dept dept) {this.dept = dept;}public IDeptService getDeptService() {return deptService;}public void setDeptService(IDeptService deptService) {this.deptService = deptService;}}
總結(jié)
以上是生活随笔為你收集整理的最全三大框架整合(使用映射)——DeptAction.java的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 光阳2021款ct250参数配置?
- 下一篇: OVHcloud vs Rackspac