Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-6025

Read resource files with Java's NIO API

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 7.1.0, 8.0.0-M1
    • 7.2.0, 8.0.0-M1
    • wicket

    Description

      As described here: http://apache-wicket.1842946.n4.nabble.com/VOTE-Integration-of-the-FileSystemResourceReference-td4672449.html it would be nice to have an implementation to read resources based on Java's NIO API.

      Examples:

      Path path = FileSystemResourceReference.getPath(URI.create("jar:file:///folder/test.zip!/folderInZip/video.mp4"));
      add(new Video("video", new FileSystemResourceReference("name",path)));
      

      Attachments

        Issue Links

          Activity

            People

              klopfdreh Tobias Soloschenko
              klopfdreh Tobias Soloschenko
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: