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

hudson.RequestRootPathProvider Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
package hudson;

import javax.servlet.http.HttpServletRequest;

public interface RequestRootPathProvider {
	
	String getRootPath(HttpServletRequest req);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy