protected PathDefinition |
PathDefinition.addHandler(HandlerDefinition handlerDefinition) |
PathDefinition |
RestServiceDsl.addPath(PathDefinition pathDefinition) |
PathDefinition |
PathDefinition.delete(HandlerDefinition handler) |
PathDefinition |
PathDefinition.delete(RestRequestHandler handler) |
PathDefinition |
PathDefinition.get(HandlerDefinition handler) |
PathDefinition |
PathDefinition.get(RestRequestHandler handler) |
PathDefinition |
PathDefinition.head(HandlerDefinition handler) |
PathDefinition |
PathDefinition.head(RestRequestHandler handler) |
PathDefinition |
PathDefinition.options(HandlerDefinition handler) |
PathDefinition |
PathDefinition.options(RestRequestHandler handler) |
PathDefinition |
PathDefinition.patch(HandlerDefinition handler) |
PathDefinition |
PathDefinition.patch(RestRequestHandler handler) |
PathDefinition |
RestServiceDsl.path(String pathTemplate) |
PathDefinition |
PathDefinition.post(HandlerDefinition handler) |
PathDefinition |
PathDefinition.post(RestRequestHandler handler) |
PathDefinition |
PathDefinition.put(HandlerDefinition handler) |
PathDefinition |
PathDefinition.put(RestRequestHandler handler) |