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

net.gdface.web.ResponseFactory Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package net.gdface.web;

/**
 * 获取{@link Response}接口实例的工厂类接口
 * @author guyadong
 *
 */
public interface ResponseFactory{
    /**
     * @return 返回新的{@link Response}接口实例
     */
    Response createResponse();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy