从struts配置转发或设置参数到拦截器

时间:2012-03-09 11:24:07

标签: struts2 interceptor

是否可以通过struts2中的struts配置文件转发参数或在拦截器类中设置属性值?类似的东西:

<interceptor-ref name="authorizationInterceptor">
                <param name="role">SuperUser</param>
                <param name="accessType">Write</param>
</interceptor-ref>

我想在autorization Interceptor中访问角色和accessType。有可能吗?

0 个答案:

没有答案