Package com.liferay.faces.alloy.component.inputfile.internal

Examples of com.liferay.faces.alloy.component.inputfile.internal.InputFileDecoderPartImpl


  protected InputFileDecoder getInputFileDecoder() {

    // Since running with JSF 2.2 (or higher) need to use the javax.servlet.http.Part (Servlet 3.0) method of
    // decoding uploaded files. This is because the the @MultipartConfig annotation on the FacesServlet will cause
    // commons-fileupload to throw exceptions.
    return new InputFileDecoderPartImpl();
  }
View Full Code Here

TOP

Related Classes of com.liferay.faces.alloy.component.inputfile.internal.InputFileDecoderPartImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.