Class CombinedWebJarResourcesFilter

  • All Implemented Interfaces:
    WebJarResourcesFilter

    public class CombinedWebJarResourcesFilter
    extends Object
    implements WebJarResourcesFilter
    WebJarResourcesFilter which combines several other filters. Each filter gets called with the inputstream of the previous filter, or the original one if it is the first filter. Filters are processed in order.