Constructor and Description |
---|
LocaleResource() |
Modifier and Type | Method and Description |
---|---|
void |
setLocalePost(HttpServletRequest request,
HttpServletResponse response,
String localeId)
Resource that accepts HTTP requests with POST method.
|
@Path(value="/{locale}") @POST public void setLocalePost(@Context HttpServletRequest request, @Context HttpServletResponse response, @PathParam(value="locale") String localeId)
request
- request object that contains all informations inputed by the user.response
- response object that will be sent to the user.localeId
- the locale to be change.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.