Interface ResourceMinimizer

  • All Known Implementing Classes:
    MasterResourceMinimizer

    @UsesMappedConfiguration(ResourceMinimizer.class)
    public interface ResourceMinimizer
    Certain kinds of resources can be minimized: this primarily refers to JavaScript and CSS, both of which contain whitespace, comments and other features that can be reduced. The service configuration maps a MIME content type (e.g., "text/javascript") to an appropriate implementation of this interface. The master service has the @Primary marker interface.
    Since:
    5.3