Class Html5PathResourceResolver

java.lang.Object
org.springframework.web.servlet.resource.AbstractResourceResolver
org.springframework.web.servlet.resource.PathResourceResolver
com.aquima.web.config.Html5PathResourceResolver
All Implemented Interfaces:
org.springframework.web.servlet.resource.ResourceResolver

public class Html5PathResourceResolver extends org.springframework.web.servlet.resource.PathResourceResolver
  • Field Summary Link icon

    Fields inherited from class org.springframework.web.servlet.resource.AbstractResourceResolver Link icon

    logger
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    protected org.springframework.core.io.Resource
    getResource(String resourcePath, org.springframework.core.io.Resource location)
     

    Methods inherited from class org.springframework.web.servlet.resource.PathResourceResolver Link icon

    checkResource, getAllowedLocations, getLocationCharsets, getUrlPathHelper, resolveResourceInternal, resolveUrlPathInternal, setAllowedLocations, setLocationCharsets, setUrlPathHelper

    Methods inherited from class org.springframework.web.servlet.resource.AbstractResourceResolver Link icon

    resolveResource, resolveUrlPath

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • Html5PathResourceResolver Link icon

      public Html5PathResourceResolver()
  • Method Details Link icon

    • getResource Link icon

      protected org.springframework.core.io.Resource getResource(String resourcePath, org.springframework.core.io.Resource location) throws IOException
      Overrides:
      getResource in class org.springframework.web.servlet.resource.PathResourceResolver
      Throws:
      IOException