Uses of Interface
lumis.portal.localization.ILocalizationManager
-
Packages that use ILocalizationManager Package Description lumis.doui.processaction lumis.portal.channel.tree lumis.portal.localization lumis.portal.manager -
-
Uses of ILocalizationManager in lumis.doui.processaction
Fields in lumis.doui.processaction declared as ILocalizationManager Modifier and Type Field Description protected ILocalizationManager
ProcessActionHandler. localizationManager
-
Uses of ILocalizationManager in lumis.portal.channel.tree
Methods in lumis.portal.channel.tree with parameters of type ILocalizationManager Modifier and Type Method Description protected void
ChannelTreeManager. addChannels(java.lang.StringBuilder result, java.lang.StringBuilder parentChannelIds, java.util.Map<java.lang.String,java.util.List<lumis.portal.channel.tree.Channel>> channelChildren, ILocalizationManager localizationManager, IResource resource, SessionConfig sessionConfig, java.lang.String primaryServiceInstanceId, ITransaction transaction)
-
Uses of ILocalizationManager in lumis.portal.localization
Classes in lumis.portal.localization that implement ILocalizationManager Modifier and Type Class Description class
LocalizationManager
Class responsible for localizing strings, using static resources from xml files and dynamic resources (custom strings) from database. -
Uses of ILocalizationManager in lumis.portal.manager
Methods in lumis.portal.manager that return ILocalizationManager Modifier and Type Method Description static ILocalizationManager
ManagerFactory. getLocalizationManager()
static ILocalizationManager
ManagerFactoryInternal. getLocalizationManager()
-