| |
|
| java.lang.Object org.jboss.portal.server.ServerRequest
ServerRequest | public class ServerRequest (Code) | | author: Julien Viet version: $Revision: 8784 $ |
locales | protected Locale[] locales(Code) | | The locales for the scope of the current request.
|
server | protected Server server(Code) | | The server used during the request.
|
getLocales | public Locale[] getLocales()(Code) | | Return the locales for the scope of the current request. It can be based on the locale decided by the web browser
available in the original HTTP request or can be based on the current authenticated user that has decided a
specific locale.
the request locale |
|
|
|