@UrlBinding("/hello") public class HelloActionBean implements ActionBean { private ActionBeanContext context; private String name; @DefaultHandler public Resolution hello() { return new ForwardResolution("/hello.jsp"); } @Override public void setContext(ActionBeanContext context) { this.context = context; } @Override public ActionBeanContext getContext() { return context; } }


上一篇:
下一篇:
切换中文