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

org.visallo.web.No404AppendableStaticResourceHandler Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package org.visallo.web;

import com.v5analytics.webster.handlers.AppendableStaticResourceHandler;

public class No404AppendableStaticResourceHandler extends AppendableStaticResourceHandler {
    public No404AppendableStaticResourceHandler(String contentType) {
        super(contentType);
        super.appendResource("/" + this.getClass().getName().replace(".", "/") + ".txt");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy