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

hudson.RequestRootPathProvider Maven / Gradle / Ivy

The newest version!
package hudson;

import javax.servlet.http.HttpServletRequest;

public interface RequestRootPathProvider {
	
	String getRootPath(HttpServletRequest req);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy