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

system.web.hm.model.LinkValueModel Maven / Gradle / Ivy

The newest version!
package system.web.hm.model;

import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

/**
 *
 * @author wangchunzi
 */
public class LinkValueModel {

    HttpServletRequest req;
    HttpServletResponse resp;
    Map map;

    public LinkValueModel(HttpServletRequest req, HttpServletResponse resp) {
        this.req = req;
        this.resp = resp;
        map.putAll(map);
    }
    
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy