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

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

The newest version!
package io.leopard.web.security.xss;

import java.util.Map;

public interface ParameterParser {
	Map getParameterMap();

	boolean isGetMethod(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy