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

com.github.gkutiel.flip.Fliplet Maven / Gradle / Ivy

There is a newer version: 5-RELEASE
Show newest version
package com.github.gkutiel.flip;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

public interface Fliplet {
	void set(HttpServletRequest req, HttpServletResponse res);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy