Skip to content

Instantly share code, notes, and snippets.

@taywils
Created November 27, 2013 00:22
Show Gist options
  • Save taywils/7668728 to your computer and use it in GitHub Desktop.
Save taywils/7668728 to your computer and use it in GitHub Desktop.
spark_view_step_3_1
get(new FreeMarkerRoute("/article/create") {
@Override
public Object handle(Request request, Response response) {
Map<String, Object> viewObjects = new HashMap<String, Object>();
viewObjects.put("templateName", "articleForm.ftl");
return modelAndView(viewObjects, "layout.ftl");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment