struts2.xml配置要点(验证基于方法级)

本文详细介绍了Struts2框架的配置文件结构与关键组件设置,包括包定义、拦截器引用及结果类型配置等核心内容。通过示例展示了如何定义动作、结果页面以及使用Freemarker视图技术。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

>     <struts>        <include file="struts-default.xml" />        <package name="default" extends="struts-default">         <result-types>       <result-type name="freemarker" class="org.apache.struts2.views.freemarker.FreemarkerResult" default="true" />     result-types>         <action name="login" class="com.opensymphony.xwork2.ActionSupport">        <result>/Login.ftlresult>   action>     <action name="userInput" class="pro.action.app.UserRegisterAction">       <interceptor-ref name="createSession">                     interceptor-ref>       <interceptor-ref name="token">       <param name="excludeMethods">input,back,cancelparam>       interceptor-ref>       <interceptor-ref name="model-driven" />       <interceptor-ref name="validationWorkflowStack">               <param name="validation.excludeMethods">input,back,cancelparam>         <param name="workflow.excludeMethods">input,back,cancelparam>       interceptor-ref>       <result name="invalid.token">/doubleSubmit.htmlresult>       <result name="input">/app/UserRegister.ftlresult>       <result name="login">/Login.ftlresult>       <result name="success">/Login.ftlresult>     action>      package>     <include file="cfg/struts/struts-filedownload.xml">include>   struts>    
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值