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

top.lshaci.framework.web.service.PreventRepeatKey Maven / Gradle / Ivy

The newest version!
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