Class ClientSessionResourceProvider


  • public class ClientSessionResourceProvider
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BASE_PATH  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String createFileLink​(java.io.File file)  
      java.lang.String createResourceLink​(java.util.function.Supplier<java.io.InputStream> inputStreamSupplier, long length, java.lang.String resourceName, java.lang.String uniqueIdentifier)  
      Resource getBinaryResource​(int resourceId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientSessionResourceProvider

        public ClientSessionResourceProvider​(QualifiedUiSessionId sessionId)
    • Method Detail

      • getBinaryResource

        public Resource getBinaryResource​(int resourceId)
      • createFileLink

        public java.lang.String createFileLink​(java.io.File file)
      • createResourceLink

        public java.lang.String createResourceLink​(java.util.function.Supplier<java.io.InputStream> inputStreamSupplier,
                                                   long length,
                                                   java.lang.String resourceName,
                                                   java.lang.String uniqueIdentifier)