Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header. If the client request doesn't provide an Accept-Language header, this method retur
()
| 373 | * @return an <code>Enumeration</code> of preferred <code>Locale</code> objects for the client |
| 374 | */ |
| 375 | Enumeration<Locale> getLocales(); |
| 376 | |
| 377 | /** |
| 378 | * Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS. |
no outgoing calls
no test coverage detected