标签:
ActionInvocation invocation = ActionContext.getContext().getActionInvocation(); Object action = invocation.getAction(); Method method = action.getClass().getMethod(invocation.getProxy().getMethod());
JAVA struts2 获取 Action或Method invocation proxy
标签:
原文地址:http://www.cnblogs.com/rubekid/p/4614278.html