Class SpringResourceLocation.SpringResource

java.lang.Object
org.nutz.resource.NutResource
cn.mapway.spring.resource.SpringResourceLocation.SpringResource
All Implemented Interfaces:
Comparable<org.nutz.resource.NutResource>
Enclosing class:
SpringResourceLocation

public class SpringResourceLocation.SpringResource extends org.nutz.resource.NutResource
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.springframework.core.io.Resource
     

    Fields inherited from class org.nutz.resource.NutResource

    name, priority, source
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.nutz.resource.NutResource

    compareTo, equals, getName, getPriority, getReader, getSource, hashCode, setName, setPriority, setSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • resource

      protected org.springframework.core.io.Resource resource
  • Constructor Details

    • SpringResource

      public SpringResource()
  • Method Details