Package | Description |
---|---|
com.communote.server.web.commons.resource.impl |
Modifier and Type | Method and Description |
---|---|
ResourceDescriptor |
ResourceFilterMatchProcessor.getProcessedResource() |
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceConcatenator.appendResource(OutputStream outputStream,
ResourceDescriptor descriptor,
String minimizedSuffix)
Append the resource to the output stream
|
protected void |
FilteringResourceConcatenator.appendResource(Writer writer,
ResourceDescriptor descriptor,
String minimizedSuffix)
Append the resource to the writer
|
protected File |
ResourceConcatenator.getFile(ResourceDescriptor descriptor,
String minimizedSuffix)
Get the file of the resource to append.
|
void |
ResourceFilterMatchProcessor.setProcessedResource(ResourceDescriptor processedResource)
Set the currently processed resource
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceConcatenator.concatenateResources(File cacheDir,
String fileName,
List<ResourceDescriptor> resourcesToConcatenate,
File propertyResource,
String minimizedSuffix)
Concatenate the provided resources and write the result to the given file
|
void |
FilteringResourceConcatenator.concatenateResources(File cacheDir,
String fileName,
List<ResourceDescriptor> resourcesToConcatenate,
File propertyResource,
String minimizedSuffix) |
Copyright © 2019 Communote team. All rights reserved.