| Modifier and Type | Class and Description |
|---|---|
static class |
Router.Method |
| Constructor and Description |
|---|
Router() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(HttpServletRequestWithContext request,
javax.servlet.http.HttpServletResponse response) |
Router |
register(Router.Method method,
String path,
Servlet servlet) |
public Router register(Router.Method method, String path, Servlet servlet) throws ParseException
ParseExceptionpublic void handle(HttpServletRequestWithContext request, javax.servlet.http.HttpServletResponse response) throws IOException
handle in interface ServletIOExceptionCopyright © 2018 Atlassian. All rights reserved.