Example usage for org.apache.commons.fileupload.portlet PortletFileUpload subclass-usage

List of usage examples for org.apache.commons.fileupload.portlet PortletFileUpload subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.fileupload.portlet PortletFileUpload subclass-usage.

Usage

From source file org.jasig.springframework.web.portlet.upload.Portlet2FileUpload.java

public class Portlet2FileUpload extends PortletFileUpload {

    public Portlet2FileUpload() {
        super();
    }

From source file org.apache.myfaces.webapp.filter.portlet.PortletChacheFileSizeErrorsFileUpload.java

/**
 * Custom implementation of PortletFileUpload intended to parse request but it
 * catch and swallow FileSizeLimitExceededExceptions in order to return as
 * many usable items as possible.
 * 
 * <p>