Package org.pentaho.platform.web.http.api.resources.services

Examples of org.pentaho.platform.web.http.api.resources.services.FileService$DownloadFileWrapper


  Map<String, Converter> converters;

  protected NameBaseMimeResolver mimeResolver;

  public FileResource() {
    fileService = new FileService();
    schedulerResource = new SchedulerResource();
  }
View Full Code Here


  private static final Log logger = LogFactory.getLog( FileResource.class );

  public DirectoryResource() {
    super();
    fileService = new FileService();
  }
View Full Code Here

TOP

Related Classes of org.pentaho.platform.web.http.api.resources.services.FileService$DownloadFileWrapper

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.