读书人

struts中的ActionForward的setContext

发布时间: 2012-01-05 22:36:54 作者: rapoo

struts中的ActionForward的setContextRelative是什么意思
在学习一个struts例程,其中有如下代码

ActionForward forward = new ActionForward();

forward.setContextRelative(true);
我不明白forward.setContextRelative(true);是什么意思想要干什么?



[解决办法]
http://struts.apache.org/1.3.8/apidocs/org/apache/struts/action/ActionForward.html

文档地址

读书人网 >Java Web开发

热点推荐