
top.lshaci.framework.web.service.PreventRepeatKey Maven / Gradle / Ivy
package top.lshaci.framework.web.service;
import javax.servlet.http.HttpServletRequest;
/**
* This use for get prevent repeat submit key
*
* @author lshaci
* @since 1.0.7
*/
@FunctionalInterface
public interface PreventRepeatKey {
/**
* Get the submit key
*
* @param request the http servlet request
* @return the prevent repeat submit key
*/
String key(HttpServletRequest request);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy