首页>代码>ssh实现简单的网络借贷项目>/personloan/src/com/loan/action/platform/AddPlatformAction.java
package com.loan.action.platform;

import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;

import javax.annotation.Resource;
import javax.servlet.http.HttpServletResponse;

import org.apache.struts2.ServletActionContext;


import com.loan.entity.Platform;
import com.loan.service.PlatformManager;
import com.loan.util.SystemConfig;
import com.opensymphony.xwork2.ActionSupport;

public class AddPlatformAction extends ActionSupport{

  private static final long serialVersionUID = 1L;

    private Platform platform = new Platform();
    private String approveTime;
    private String onlineTime;
    private String companylogoName;
    private File companylogo;


     private String result = "添加失败!";

     @Resource(name="platformManager")
     private PlatformManager pfManager;

    public Platform getPlatform() {
      return platform;
    }

    public void setPlatform(Platform platform) {
      this.platform = platform;
    }

    public String getResult() {
      return result;
    }

    public void setResult(String result) {
      this.result = result;
    }

    public PlatformManager getPfManager() {
      return pfManager;
    }

    public void setPfManager(PlatformManager pfManager) {
      this.pfManager = pfManager;
    }

    public String execute(){
    String dirPath = SystemConfig.getInstance().getParam("logoPath");
      System.out.println("sdvhauisdvisuii");
      HttpServletResponse response = ServletActionContext.getResponse();
      response.setContentType("text/html;charset=UTF-8");
      response.setCharacterEncoding("UTF-8");
       try {
        PrintWriter pwriter = response.getWriter();
        pwriter.write("hello world");
        pwriter.close();
      } catch (IOException e) {
        // TODO Auto-generated catch block
        e.printStackTrace();
      }


//      try {
//          this.getPfManager().save( platform );
//          result = "添加成功!";
//
//      }catch(Exception e)
//      { e.printStackTrace();}

          return null;
   }







}
最近下载更多
JohnAlex  LV9 2022年2月19日
wanglinddad  LV55 2021年12月5日
1029162867  LV13 2021年9月25日
ericxu1116  LV24 2021年5月20日
ym111111111  LV3 2021年3月18日
王伟杰  LV2 2021年2月25日
clz123456  LV6 2020年12月21日
yguyue  LV8 2020年12月15日
ExamplesDYC  LV13 2020年11月21日
最近浏览更多
quartz  LV8 7月1日
柳咪华沙  LV7 6月28日
WBelong  LV8 3月8日
2017143155  LV12 2023年5月22日
泓鼎168  LV20 2023年3月30日
95959595959  LV13 2023年2月13日
upup996  LV6 2022年12月14日
uni-code_0123  LV1 2022年11月16日
maniheim  LV7 2022年9月30日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友