点击这里给我发消息 点击这里给我发消息

JSON ajax 页面输出工具

添加时间:2011-6-25
    相关阅读: 页面

Java代码

import java.io.IOException;  
import java.io.PrintWriter;  
  
import javax.servlet.http.HttpServletResponse;  
  
import org.json.JSONArray;  
import org.json.JSONObject;  
  
/** 
* Ajax 页面输出工具 
* @author panxiuyan 
* 
*/  
  
public final class AjaxResponsePrintUtil {  
    
    
  /** 
   * 输出 JSONObject 
   * @param response 
   * @param obj 
   */  
  public static void writer(final HttpServletResponse response,final JSONObject obj) {  
    initReponse(response);  
    PrintWriter pw = null;  
    try {  
      pw = response.getWriter();  
      pw.write(obj.toString());  
    } catch (IOException e) {  
      // TODO Auto-generated catch block  
      throw new RuntimeException(e);  
    }  
  
  }  
  
  /** 
   * 输出 JSONArray 
   * @param response 
   * @param obj 
   */  
  public static void writer(final HttpServletResponse response, final JSONArray obj) {  
    initReponse(response);  
    PrintWriter pw = null;  
    try {  
      pw = response.getWriter();  
      pw.write(obj.toString());  
    } catch (IOException e) {  
      // TODO Auto-generated catch block  
      throw new RuntimeException(e);  
    }
  
  }
  
  private static void initReponse(HttpServletResponse response) {  
    response.setContentType("text/xml; charset=UTF-8");  
    response.setHeader("Cache-Control", "no-cache");  
  }

本文作者:未知
咨询热线:020-85648757 85648755 85648616 0755-27912581 客服:020-85648756 0755-27912581 业务传真:020-32579052
广州市网景网络科技有限公司 Copyright◎2003-2008 Veelink.com. All Rights Reserved.
广州商务地址:广东省广州市黄埔大道中203号(海景园区)海景花园C栋501室
= 深圳商务地址:深圳市宝源路华丰宝源大厦606
研发中心:广东广州市天河软件园海景园区 粤ICP备05103322号 工商注册