Class StaticAssetResolver

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @Component
    public class StaticAssetResolver
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    Resolve static assets either froma InternalStaticAssetServer or from the webapp resources.
    Author:
    poirigui
    See Also:
    AbstractStaticAssetTag
    • Constructor Detail

      • StaticAssetResolver

        public StaticAssetResolver()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • resolveUrl

        public String resolveUrl​(String path)
        Resolve a URL to a static asset.