1、ActionMapping
2、interface Result
唯一的方法:
struts2的实现类:
StrutsResultSupport
private String name;
private String namespace;
private String method;
private String extension;
private Map params;
private Result result;
2、interface Result
唯一的方法:
public void execute(ActionInvocation invocation) throws Exception;
struts2的实现类:
StrutsResultSupport