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

io.leopard.web.nobug.xss.ParameterParser Maven / Gradle / Ivy

package io.leopard.web.nobug.xss;

import java.util.Map;

public interface ParameterParser {
	Map getParameterMap();

	boolean isGetMethod(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy