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

org.brandao.brutos.web.WebMvcResponse Maven / Gradle / Ivy

There is a newer version: 2.0-rc3
Show newest version
/*
 * Brutos Web MVC http://brutos.sourceforge.net/
 * Copyright (C) 2009 Afonso Brandao. ([email protected])
 *
 * This library is free software. You can redistribute it
 * and/or modify it under the terms of the GNU General Public
 * License (GPL) version 3.0 or (at your option) any later
 * version.
 * You may obtain a copy of the License at
 *
 * http://www.gnu.org/licenses/gpl.html
 *
 * Distributed WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
 * either express or implied.
 *
 */

package org.brandao.brutos.web;

import javax.servlet.ServletResponse;
import org.brandao.brutos.*;

/**
 *
 * @author Afonso Brandao
 */
public interface WebMvcResponse extends MvcResponse{

    ServletResponse getServletResponse();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy