@Configurable @Controller @RequestMapping(value="/service", consumes="*/*", produces="*/*") public class Service extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUEST_TIMEOUT |
| Constructor and Description |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doDefaultOptions(Binding binding,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
get(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
onHttpException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HTTPException exception) |
void |
post(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
put(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setRequestTimeout(Integer requestTimeout) |
public static final String REQUEST_TIMEOUT
@RequestMapping(method=DELETE)
public void delete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException@RequestMapping(method=GET)
public void get(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException@RequestMapping(method=POST)
public void post(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException@RequestMapping(method=PUT)
public void put(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionprotected void onHttpException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HTTPException exception)
throws IOException
IOExceptionprotected void doDefaultOptions(Binding binding, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.