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

com.enonic.xp.web.multipart.MultipartService Maven / Gradle / Ivy

The newest version!
package com.enonic.xp.web.multipart;

import javax.servlet.http.HttpServletRequest;

public interface MultipartService
{
    MultipartForm parse( HttpServletRequest req );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy