|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.rest.resource.LocaleResource
public class LocaleResource
Resource that treat the change of Locale.
Constructor Summary | |
---|---|
LocaleResource()
|
Method Summary | |
---|---|
void |
setLocalePost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String localeId)
Resource that accepts HTTP requests with POST method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocaleResource()
Method Detail |
---|
public void setLocalePost(@Context javax.servlet.http.HttpServletRequest request, @Context javax.servlet.http.HttpServletResponse response, java.lang.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |