Class MasterResourceMinimizer
java.lang.Object
org.apache.tapestry5.internal.services.assets.MasterResourceMinimizer
- All Implemented Interfaces:
ResourceMinimizer
@Marker(Primary.class)
public class MasterResourceMinimizer
extends Object
implements ResourceMinimizer
Implementation that delegates, via its configuration, to a real implementation based on the content type of the
resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionminimize
(StreamableResource resource) Does nothing; an override of this service can be installed to provide minimization.
-
Constructor Details
-
MasterResourceMinimizer
-
-
Method Details
-
minimize
Does nothing; an override of this service can be installed to provide minimization.- Specified by:
minimize
in interfaceResourceMinimizer
- Parameters:
resource
- to minimize- Returns:
- the same resource, or a minimized replacement for the resource
- Throws:
IOException
-