首页 - Ajax专区 - 实例应用

Ajax实现放大镜功能说明书

发布时间: 2007-03-19 12:35    作者: 未知    来源: 未知    浏览:    评论

                            .getBean(maginfierClassName);
              //设置Response编码为中文
              response.setContentType("text/xml;charset=GBK");
              PrintWriter out = response.getWriter();
        //获取放大镜的返回值   
        String retValue = maginfier.getReturnValue(request);
        //把返回值文本写回到前台
              out.write(retValue);       
              System.out.println("ret = " + retValue);       
              out.close();           
       }
3.2.1.2       Web.xml配置
3.2.1.2.1      在Web.xml中配置放大镜
        AjaxMaginfier
        com.iss.fs.web.module.example.AjaxMaginfier
        在系统初次启动时,初始化1次-->       
        1
 
        AjaxMaginfier
        /AjaxMaginfier
 
3.2.1.2.2      在Web.xml中配置Spring Bean管理容器
      context
      org.springframework.web.context.ContextLoaderServlet
      在系统初次启动时,初始化1次--> 
      1
  
 
  
contextConfigLocation
 
    /WEB-INF/beans.xml   
  
3.2.1.3       在bean.xml中配置放大镜具体实现类

TAG

Smile Big Smile Surprise Stick out tongue Wink Sad Tongue Tied Indifferent Crying Embarrassed Cool Angry Angel Devil [8-|] [:#] [:-*] [:^)] [<:o)] [|-)] Yes Beer Left Hug Music Star Time Snail Pizza Automobile Umbrella Computer Storm [mo] [8o|] [^o)] [+o(] [*-)] [8-)] Coffee No Drinks [Z] Right Hug Cake Broken Heart Gift Wilted Flower Movie Dog Idea Sleep Email Travel Paradise
呢称:

加粗 斜体 下划线 链接 图片 代码 邮件地址 引用 列表

最多只能输入100个字符