public interface DependencyHandlerProcessingCallback
| Modifier and Type | Method and Description |
|---|---|
String |
process(DependencyHandler handler,
String path,
String contents)
Process the given dependency file content.
|
String process(DependencyHandler handler, String path, String contents) throws IOException
Typically used to provide additional processing steps for a file e.g. compress JavaScript or run a LESS CSS process.
handler - Reference to calling DependencyHandler, for bean accesspath - Path to the dependency e.g. to retrieve file extension or parent foldercontents - Content of the dependencyIOExceptionCopyright © 2005–2016 Alfresco Software. All rights reserved.