
org.visallo.web.No404AppendableStaticResourceHandler Maven / Gradle / Ivy
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