public class ResourceBundle extends Object implements I15dValueInitializer
DEFAULT_VALUE| Constructor and Description |
|---|
ResourceBundle() |
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Value[] |
getValues(ExtendedPropertyDefinition declaringPropertyDefinition,
List<String> params) |
javax.jcr.Value[] |
getValues(ExtendedPropertyDefinition declaringPropertyDefinition,
List<String> params,
Locale locale)
Returns an array of default values for the specified property, considering parameters and the locale.
|
public javax.jcr.Value[] getValues(ExtendedPropertyDefinition declaringPropertyDefinition, List<String> params)
getValues in interface ValueInitializerpublic javax.jcr.Value[] getValues(ExtendedPropertyDefinition declaringPropertyDefinition, List<String> params, Locale locale)
I15dValueInitializergetValues in interface I15dValueInitializerdeclaringPropertyDefinition - the definition of the property to compute default values forparams - the optional parameters for this value initializerlocale - the current node locale to consider for language-dependent valuesCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.