org.frameworkset.web.multipart.MultipartHttpServletRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-mvc Show documentation
Show all versions of bboss-mvc Show documentation
bboss is a j2ee framework include aop/ioc,mvc,persistent,taglib,rpc,event ,bean-xml serializable and so on.http://www.bbossgroups.com
package org.frameworkset.web.multipart;
import javax.servlet.http.HttpServletRequest;
public interface MultipartHttpServletRequest extends HttpServletRequest, MultipartRequest {
}