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

net.sf.aguacate.context.ContextValidator Maven / Gradle / Ivy

There is a newer version: 0.10.9
Show newest version
package net.sf.aguacate.context;

import java.util.Map;

import javax.servlet.http.HttpServletRequest;

public interface ContextValidator {

	ContextValidationResult validate(HttpServletRequest request, String method, Map context);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy