Uses of Class
net.anotheria.anosite.gen.asresourcedata.data.LocalizationBundleDocument
-
Packages that use LocalizationBundleDocument Package Description net.anotheria.anosite.gen.asresourcedata.data net.anotheria.anosite.localization -
-
Uses of LocalizationBundleDocument in net.anotheria.anosite.gen.asresourcedata.data
Methods in net.anotheria.anosite.gen.asresourcedata.data that return LocalizationBundleDocument Modifier and Type Method Description LocalizationBundleDocumentModuleASResourceData. createLocalizationBundle(LocalizationBundleDocument localizationbundle)LocalizationBundleDocumentModuleASResourceData. getLocalizationBundle(String id)LocalizationBundleDocumentModuleASResourceData. importLocalizationBundle(LocalizationBundleDocument localizationbundle)Methods in net.anotheria.anosite.gen.asresourcedata.data that return types with arguments of type LocalizationBundleDocument Modifier and Type Method Description List<LocalizationBundleDocument>ModuleASResourceData. getLocalizationBundles()Methods in net.anotheria.anosite.gen.asresourcedata.data with parameters of type LocalizationBundleDocument Modifier and Type Method Description LocalizationBundleDocumentModuleASResourceData. createLocalizationBundle(LocalizationBundleDocument localizationbundle)LocalizationBundleDocumentModuleASResourceData. importLocalizationBundle(LocalizationBundleDocument localizationbundle)voidModuleASResourceData. updateLocalizationBundle(LocalizationBundleDocument localizationbundle)Constructors in net.anotheria.anosite.gen.asresourcedata.data with parameters of type LocalizationBundleDocument Constructor Description LocalizationBundleDocument(LocalizationBundleDocument toClone) -
Uses of LocalizationBundleDocument in net.anotheria.anosite.localization
Methods in net.anotheria.anosite.localization with parameters of type LocalizationBundleDocument Modifier and Type Method Description protected List<String>AbstractLocalizationParentServlet. getLocalizationValuesByLocale(LocalizationBundleDocument bundleDocument, String messagesKey)
-