All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jukta.jtahoe.springmvc.JsInterceptor Maven / Gradle / Ivy

The newest version!
package com.jukta.jtahoe.springmvc;

import com.jukta.jtahoe.resource.ResourceType;

/**
 * @author Sergey Sidorov
 */
public class JsInterceptor extends CssInterceptor {

    private String contentType = "text/javascript";

    @Override
    protected ResourceType getFilter() {
        return ResourceType.JS;
    }

    public String getContentType() {
        return contentType;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy