Package net.officefloor.web.resource.spi
Interface ResourceTransformer
public interface ResourceTransformer
Transforms resource instances.
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
transform
Transforms the resource at
Pathto another resource at the returnPath.Typically this is to compress the files, however available for other transforms to files (such as altering contents of files).
- Parameters:
context-ResourceTransformerContext.- Throws:
IOException- If fails to transform the resource.
-