public class DependenciesConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_ELEMENT_ID |
| Constructor and Description |
|---|
DependenciesConfigElement()
This constructor creates an instance with the default name.
|
DependenciesConfigElement(String name)
This constructor creates an instance with the specified name.
|
| 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[] |
getCss()
This method returns the css dependencies as an array of Strings containing
the values of the 'src' attribute.
|
String[] |
getJs()
This method returns the JavaScript dependencies as an array of Strings containing
the values of the 'src' attribute.
|
public static final String CONFIG_ELEMENT_ID
public DependenciesConfigElement()
public DependenciesConfigElement(String name)
name - the name for the ConfigElement.public String[] getCss()
null
is returned.public String[] getJs()
null
is returned.public List<org.springframework.extensions.config.ConfigElement> getChildren()
getChildren in interface org.springframework.extensions.config.ConfigElementgetChildren in class org.springframework.extensions.config.element.ConfigElementAdapterorg.alfresco.config.ConfigElement#getChildren()public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement configElement)
combine in interface org.springframework.extensions.config.ConfigElementcombine in class org.springframework.extensions.config.element.ConfigElementAdapterorg.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)Copyright © 2005–2014 Alfresco Software. All rights reserved.