Package | Description |
---|---|
org.hippoecm.repository.api |
Modifier and Type | Method and Description |
---|---|
static Localized |
Localized.getInstance()
A default non-specific localized object
|
static Localized |
Localized.getInstance(Locale locale)
Obtain a Localized object for the specified locale
|
static Localized |
Localized.getInstance(Map<String,List<String>> locales)
Obtain a Localized object for the specified locales
|
static Localized |
Localized.getInstance(javax.jcr.Node node)
Gets an instance of Localized where the parameter indicates a translation from
which to form the localized object.
|
Localized |
Localized.matches(Localized candidate1,
Localized candidate2)
DO NOT USE THIS METHOD IS NOT PART OF THE PUBLIC API
|
Modifier and Type | Method and Description |
---|---|
Map<Localized,String> |
HippoNode.getLocalizedNames()
Gets all localized names of this node, including the 'default' one
(i.e.
|
Modifier and Type | Method and Description |
---|---|
String |
HippoNode.getLocalizedName(Localized localized)
Get a localized name of this node if available.
|
Localized |
Localized.matches(Localized candidate1,
Localized candidate2)
DO NOT USE THIS METHOD IS NOT PART OF THE PUBLIC API
|
Copyright © 2007–2015 Hippo B.V. (http://www.onehippo.com). All rights reserved.