Hi. 那位高手知道,如何在 Struts2 中使用 java 註釋,配置攔截器.

asdf93945發表於2009-10-16

@Namespace("/test")
@Result(name = "success", value = "/templates/home.html", type = FreemarkerResult.class)
public class AnnotationAction implements Action {
	public String execute() throws Exception {
		return SUCCESS;
	}
}

<p class="indent">

相關文章