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

com.igumnov.common.webserver.StringInterface Maven / Gradle / Ivy

Go to download

Common Java library - Simple, small, stable and fast library with Simplified Enterprise Server (Dependency Injection, WebServer and ORM Frameworks)

There is a newer version: 10.8
Show newest version
package com.igumnov.common.webserver;

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

public interface StringInterface {
    String response(HttpServletRequest request, HttpServletResponse response) throws WebServerException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy