如何在Struts2中的拦阻器中获得 request response 等对象呢?
ActionContext actionContext = invocation.getInvocationContext(); HttpServletRequest request= (HttpServletRequest) actionContext.get(StrutsStatics.HTTP_REQUEST);Act
如何在Struts2中的拦阻器中获得 request response 等对象呢?
ActionContext actionContext = invocation.getInvocationContext(); HttpServletRequest request= (HttpServletRequest) actionContext.get(StrutsStatics.HTTP_REQUEST);Act