public class RailsHandler extends Object implements RequestHandler
| Modifier and Type | Field and Description |
|---|---|
static RequestHandler |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static WebService.NewParam |
addFormatParam(WebService.NewAction action) |
static WebService.NewParam |
addJsonOnlyFormatParam(WebService.NewAction action) |
void |
handle(Request request,
Response response) |
public static final RequestHandler INSTANCE
public void handle(Request request, Response response)
handle in interface RequestHandlerpublic static WebService.NewParam addFormatParam(WebService.NewAction action)
public static WebService.NewParam addJsonOnlyFormatParam(WebService.NewAction action)
Copyright © 2009–2017 SonarSource. All rights reserved.