美文网首页
Struts2基础2

Struts2基础2

作者: 年轻人Moriarty | 来源:发表于2017-02-03 21:54 被阅读0次

    1、Result结果类型

    2、全局结果集

    3、动态结果集

    4、向结果集传参数

    5、OGNL

    6、

    7、

    8、

    9、

    10、


    1、Result结果类型

    dispatcher(默认类型):服务器转发到页面,一次请求,URL不变

    redirect:客户端重定向到页面,两次请求,URL改变

    chain:转发到action

    redirectAction:重定向到action

    freemarker

    httpheader

    stream:下载

    velocity

    xslt

    plaintext

    tiles


    2、全局结果集




    3、动态结果集

    访问

    http://localhost:8080/_struts2_10_DynamicResult/hello_action

    ${ }在配置文件里读值栈中的内容。


    ${属性名}

    这种方式可以取得类中的属性的值

    属性必须要有get方法,否则取不到
    跳转到hello.jsp页面

    4、向结果集传参数




    5、OGNL

























    相关文章

      网友评论

          本文标题:Struts2基础2

          本文链接:https://www.haomeiwen.com/subject/gurdittx.html