Class PublicLinkResourceProvider

java.lang.Object
org.teamapps.application.server.system.bootstrap.PublicLinkResourceProvider
All Implemented Interfaces:
org.teamapps.ux.resource.ResourceProvider

public class PublicLinkResourceProvider
extends java.lang.Object
implements org.teamapps.ux.resource.ResourceProvider
  • Field Summary

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

    Modifier and Type Method Description
    java.lang.String createLinkForResource​(org.teamapps.ux.resource.Resource resource, java.time.Duration availabilityDuration)  
    static PublicLinkResourceProvider getInstance()  
    org.teamapps.ux.resource.Resource getResource​(java.lang.String servletPath, java.lang.String relativeResourcePath, java.lang.String httpSessionId)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SERVLET_PATH_PREFIX

      public static final java.lang.String SERVLET_PATH_PREFIX
      See Also:
      Constant Field Values
  • Method Details

    • getInstance

      public static PublicLinkResourceProvider getInstance()
    • getResource

      public org.teamapps.ux.resource.Resource getResource​(java.lang.String servletPath, java.lang.String relativeResourcePath, java.lang.String httpSessionId)
      Specified by:
      getResource in interface org.teamapps.ux.resource.ResourceProvider
    • createLinkForResource

      public java.lang.String createLinkForResource​(org.teamapps.ux.resource.Resource resource, java.time.Duration availabilityDuration)