Class TeamAppsSessionResourceProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • TeamAppsSessionResourceProvider

        public TeamAppsSessionResourceProvider​(java.util.function.Function<java.lang.String,​SessionContext> sessionContextLookup)
    • Method Detail

      • getResource

        public Resource getResource​(java.lang.String servletPath,
                                    java.lang.String relativeResourcePath,
                                    java.lang.String httpSessionId)
        Specified by:
        getResource in interface ResourceProvider