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

org.analogweb.ResponseHandler Maven / Gradle / Ivy

package org.analogweb;

import java.io.IOException;

/**
 * Handle {@link Renderable}. Usually,this handler executes only
 * {@link Renderable#render(RequestContext, ResponseContext)}.
 *
 * @author y2k2mt
 */
public interface ResponseHandler extends Module {

    Response handleResult(Object result, InvocationMetadata metadata, RenderableResolver renderableResolver,
            RequestContext context, ResponseContext response, ExceptionHandler exceptionHandler,
            ResponseFormatterFinder finder) throws IOException, WebApplicationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy