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

org.rapidoid.http.fast.ViewRenderer Maven / Gradle / Ivy

There is a newer version: 5.5.5
Show newest version
package org.rapidoid.http.fast;

import org.rapidoid.annotation.Authors;
import org.rapidoid.annotation.Since;
import org.rapidoid.http.Req;
import org.rapidoid.http.Resp;

@Authors("Nikolche Mihajlovski")
@Since("5.0.11")
public interface ViewRenderer {

	void render(Req req, Resp resp) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy