@Path(value="/") @Controller public class JadeController extends Object
| Constructor and Description |
|---|
JadeController() |
| Modifier and Type | Method and Description |
|---|---|
void |
get(String user) |
void |
getCofig() |
void |
getCofig(String article) |
void |
getMarkdownd(String article) |
@GET
@Controller
@View(value="main.jade")
public void get(@QueryParam(value="user")
String user)
@GET
@Path(value="/markdown")
@Controller
@View(value="markdown.jade")
public void getMarkdownd(@QueryParam(value="article")
String article)
@GET
@Path(value="/config")
@Controller
@View(value="config.jade")
public void getCofig(@QueryParam(value="article")
String article)
@GET @Path(value="/helper") @Controller @View(value="helper.jade") public void getCofig()
Copyright © 2015. All Rights Reserved.