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

net.sf.aguacate.servlet.PathInfo Maven / Gradle / Ivy

package net.sf.aguacate.servlet;

import javax.servlet.http.HttpServletRequest;

public interface PathInfo {

	String getEntity(HttpServletRequest request);

	String getId(HttpServletRequest request);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy