Class IconResourceProvider

    • Constructor Summary

      Constructors 
      Constructor Description
      IconResourceProvider​(org.teamapps.icons.IconProvider iconProviderDispatcher)  
    • 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

      • IconResourceProvider

        public IconResourceProvider​(org.teamapps.icons.IconProvider iconProviderDispatcher)
    • Method Detail

      • getResource

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