public String intercept(ActionInvocation invoke) throws Exception {
ActionContext action=invoke.getInvocationContext();
HttpServletRequest req=(HttpServletRequest)action.get(StrutsStatics.HTTP_REQUEST);
return null;
}
No comments:
Post a Comment