| Modifier and Type | Field and Description |
|---|---|
protected I18nBundle |
AbstractPageHandler.i18n |
| Modifier and Type | Method and Description |
|---|---|
I18nBundle |
WebappDaoFactory.getI18nBundle() |
| Modifier and Type | Method and Description |
|---|---|
I18nBundle |
WebappDaoFactoryFiltering.getI18nBundle() |
| Modifier and Type | Method and Description |
|---|---|
I18nBundle |
WebappDaoFactoryJena.getI18nBundle() |
| Constructor and Description |
|---|
BasicValidationVTwo(EditConfigurationVTwo editConfig,
I18nBundle i18n) |
BasicValidationVTwo(Map<String,List<String>> varsToValidations,
I18nBundle i18n) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
IndividualsViaClassGroupOptions.getOptions(EditConfigurationVTwo editConfig,
String fieldName,
WebappDaoFactory wDaoFact,
I18nBundle i18n) |
Map<String,String> |
ChildVClassesWithParent.getOptions(EditConfigurationVTwo editConfig,
String fieldName,
WebappDaoFactory wDaoFact,
I18nBundle i18n) |
Map<String,String> |
ChildVClassesOptions.getOptions(EditConfigurationVTwo editConfig,
String fieldName,
WebappDaoFactory wDaoFact,
I18nBundle i18n) |
Map<String,String> |
ConstantFieldOptions.getOptions(EditConfigurationVTwo editConfig,
String fieldName,
WebappDaoFactory wDaoFact,
I18nBundle i18n) |
Map<String,String> |
IndividualsViaVClassOptions.getOptions(EditConfigurationVTwo editConfig,
String fieldName,
WebappDaoFactory wDaoFact,
I18nBundle i18n) |
Map<String,String> |
IndividualsViaSearchQueryOptions.getOptions(EditConfigurationVTwo editConfig,
String fieldName,
WebappDaoFactory wDaoFact,
I18nBundle i18n) |
Map<String,String> |
RdfTypeOptions.getOptions(EditConfigurationVTwo editConfig,
String fieldName,
WebappDaoFactory wdf,
I18nBundle i18n) |
Map<String,String> |
IndividualsViaObjectPropetyOptions.getOptions(EditConfigurationVTwo editConfig,
String fieldName,
WebappDaoFactory wDaoFact,
I18nBundle i18n) |
static Map<String,String> |
SelectListGeneratorVTwo.getOptions(EditConfigurationVTwo editConfig,
String fieldName,
WebappDaoFactory wDaoFact,
I18nBundle i18n) |
Map<String,String> |
FieldOptions.getOptions(EditConfigurationVTwo editConfig,
String fieldName,
WebappDaoFactory wDaoFact,
I18nBundle i18n)
Any object that are needed to get the options should
be passed in the constructor of the implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static I18nBundle |
I18n.bundle(javax.servlet.http.HttpServletRequest req)
Get the default request I18nBundle.
|
static I18nBundle |
I18n.bundle(List<Locale> preferredLocales)
Get the default context I18nBundle for preferred locales.
|
static I18nBundle |
I18n.bundle(String bundleName,
javax.servlet.http.HttpServletRequest req)
Get a request I18nBundle by this name.
|
static I18nBundle |
I18nBundle.emptyBundle(String bundleName,
I18nLogger i18nLogger) |
protected I18nBundle |
I18n.getBundle(String bundleName,
javax.servlet.http.HttpServletRequest req)
Get an I18nBundle by this name.
|
protected I18nBundle |
I18n.getBundle(String bundleName,
List<Locale> preferredLocales)
Get an I18nBundle by this name.
|
| Constructor and Description |
|---|
I18nBundleTemplateModel(String bundleName,
I18nBundle textBundle) |
Copyright © 2021. All rights reserved.