Examples of DownloadeableMediaResource


Examples of org.olat.fileresource.DownloadeableMediaResource

  @Override
  public void event(UserRequest ureq, Component source, Event event) {
    if(source == nextBtn) {
      doStep3(ureq);
    } else if(source == showFileButton) {
      ureq.getDispatchResult().setResultingMediaResource(new DownloadeableMediaResource(new File(exportDir, resultExportFile)));
    } else if(event.getCommand().equals("cmd.wizard.cancel")) {
      fireEvent(ureq, Event.CANCELLED_EVENT);
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.