|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocaleManager
Manages Locale settings for various objects.
| Method Summary | |
|---|---|
Locale |
getGlobaleLocale()
Returns the global Locale used by Jive. |
Locale |
getLocale(Community community,
User user,
HttpServletRequest req)
Returns a Locale object for the specified entity, if one exists. |
| Methods inherited from interface com.jivesoftware.community.JiveManager |
|---|
destroy |
| Method Detail |
|---|
Locale getGlobaleLocale()
Locale used by Jive. A locale specifies language and country codes, and is used for
internationalization. The default locale is system dependant and is determined by calling Locale.getDefault().
Locale getLocale(Community community,
User user,
HttpServletRequest req)
community - the community of the current actionuser - the user associated with the requestreq - the servlet request object, used to load the users locale.
EntityDescriptor,
User
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||