Skip to content

Instantly share code, notes, and snippets.

@rafaeltoledo
Created November 16, 2019 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaeltoledo/e5850c0730edd12fc9391ba84e1e09b9 to your computer and use it in GitHub Desktop.
Save rafaeltoledo/e5850c0730edd12fc9391ba84e1e09b9 to your computer and use it in GitHub Desktop.
Mentaway 00
public class AppManager extends ApplicationManager {
@Override
public void loadActions() {
action("/Hello", HelloAction.class)
.on(SUCCESS, fwd("/jsp/hello.jsp"));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment