public class LanguagesConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_ELEMENT_ID |
Constructor and Description |
---|
LanguagesConfigElement()
Default Constructor
|
LanguagesConfigElement(String name)
Constructor
|
Modifier and Type | Method and Description |
---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement) |
List<org.springframework.extensions.config.ConfigElement> |
getChildren() |
String |
getLabelForLanguage(String locale) |
List<String> |
getLanguages() |
public static final String CONFIG_ELEMENT_ID
public LanguagesConfigElement()
public LanguagesConfigElement(String name)
name
- Name of the element this config element representspublic List<org.springframework.extensions.config.ConfigElement> getChildren()
getChildren
in interface org.springframework.extensions.config.ConfigElement
getChildren
in class org.springframework.extensions.config.element.ConfigElementAdapter
ConfigElementAdapter.getChildren()
public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement configElement)
combine
in interface org.springframework.extensions.config.ConfigElement
combine
in class org.springframework.extensions.config.element.ConfigElementAdapter
ConfigElementAdapter.combine(org.springframework.extensions.config.ConfigElement)
public List<String> getLanguages()
Copyright © 2005–2017 Alfresco Software. All rights reserved.