Uses of Interface
de.uplanet.lucy.util.ILocale
-
Packages that use ILocale Package Description de.uplanet.lucy.server de.uplanet.lucy.server.scripting.groovy -
-
Uses of ILocale in de.uplanet.lucy.server
Methods in de.uplanet.lucy.server that return ILocale Modifier and Type Method Description static ILocale
ContextLocale. get(IServerBridgeRequest p_request, ISession p_session)
Get the locale that's associated with the current execution context.static ILocale
ContextLocale. get(IProcessingContext p_ctx)
-
Uses of ILocale in de.uplanet.lucy.server.scripting.groovy
Methods in de.uplanet.lucy.server.scripting.groovy that return ILocale Modifier and Type Method Description ILocale
GroovyPortalInfo. getDefaultLocale()
Get the default locale of the portal.
-