如何处理速度模板的响应?

时间:2012-01-12 06:02:36

标签: struts2 velocity

我想使用java并获取速度模板生成的输出 写在response.getWriter(),以便我可以处理它为一些自定义 验证。 我该怎么办?

在struts中,我们将动作映射到动作类,并映射 由速度渲染的结果。

<action name="someAction" class="someActionClass" method="someAPI">
             <result name="success" type="velocity">
                <param name="location">/renderMyResponse.vm</param>
            </result>
 </action>

我需要一个renderMyResponse.vm文件生成的输出的java控件。

0 个答案:

没有答案