| Package | Description |
|---|---|
| org.springframework.extensions.directives |
| Modifier and Type | Method and Description |
|---|---|
AbstractDependencyExtensibilityDirective.ProcessedDependency |
AbstractDependencyExtensibilityDirective.processDependency(String src)
Examines the supplied dependency source and returns a
AbstractDependencyExtensibilityDirective.ProcessedDependency instance
containing the updated source (to be passed to the DependencyHandler as well as the
prefix that should be added back to the updated source when outputting the source in the
HTML element. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractDependencyExtensibilityDirective.getToInsert(AbstractDependencyExtensibilityDirective.ProcessedDependency pd)
Retrieves the prefix to insert of the URL from the
AbstractDependencyExtensibilityDirective.ProcessedDependency object. |
protected String |
AbstractDependencyExtensibilityDirective.getUpdatedSrc(AbstractDependencyExtensibilityDirective.ProcessedDependency pd)
Retrieves the modified source URL from the
AbstractDependencyExtensibilityDirective.ProcessedDependency object. |
Copyright © 2005–2016 Alfresco Software. All rights reserved.