resourceLoader property

ResourceLoader resourceLoader

The resource loader used to load the static resources.

  • It is called if the path of a request doesn't match any of the URL
  • mapping given in the constructor.

Implementation

ResourceLoader get resourceLoader;