Package org.miaixz.bus.core.io.resource
Class WebAppResource
java.lang.Object
org.miaixz.bus.core.io.resource.FileResource
org.miaixz.bus.core.io.resource.WebAppResource
- All Implemented Interfaces:
Serializable,Resource
Web root资源访问对象
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.miaixz.bus.core.io.resource.FileResource
getFile, getName, getStream, getUrl, isModified, size, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.miaixz.bus.core.io.resource.Resource
getReader, readBytes, readString, readString, writeTo
-
Constructor Details
-
WebAppResource
构造- Parameters:
path- 相对于Web root的路径
-