| |
|
| java.lang.Object madvoc.HelloAction
HelloAction | public class HelloAction (Code) | | Default usage.
|
all | public String all()(Code) | | Action mapped to '/hello.all.html'
Result mapped to '/hello.all.jsp' and aliased in configuration to /hi-all.jsp
|
world | public String world()(Code) | | Action mapped to '/hello.world.html'
Result mapped to '/hello.world.ok.jsp'
|
|
|
|