public class DependenciesConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_ELEMENT_ID |
| Constructor and Description |
|---|
DependenciesConfigElement()
This constructor creates an instance with the default name.
|
DependenciesConfigElement(java.lang.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) |
java.util.List |
getChildren() |
java.lang.String[] |
getCss()
This method returns the css dependencies as an array of Strings containing
the values of the 'src' attribute.
|
java.lang.String[] |
getJs()
This method returns the JavaScript dependencies as an array of Strings containing
the values of the 'src' attribute.
|
public static final java.lang.String CONFIG_ELEMENT_ID
public DependenciesConfigElement()
public DependenciesConfigElement(java.lang.String name)
name - the name for the ConfigElement.public java.lang.String[] getCss()
null
is returned.public java.lang.String[] getJs()
null
is returned.public java.util.List 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 - 2010 Alfresco Software, Inc. All Rights Reserved.