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

io.leopard.jetty.handler.ResourceAppender Maven / Gradle / Ivy

There is a newer version: 0.9.12
Show newest version
package io.leopard.jetty.handler;

import javax.servlet.http.HttpServletRequest;

public interface ResourceAppender {

	void append(HttpServletRequest request, String path, StringBuffer sb);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy