@Configuration
public class FileResourceLoader
extends org.apache.velocity.runtime.resource.loader.ResourceLoader
| 构造器和说明 |
|---|
FileResourceLoader() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getLastModified(org.apache.velocity.runtime.resource.Resource resource) |
InputStream |
getResourceStream(String s) |
void |
init(org.apache.commons.collections.ExtendedProperties extendedProperties) |
boolean |
isSourceModified(org.apache.velocity.runtime.resource.Resource resource) |
public void init(org.apache.commons.collections.ExtendedProperties extendedProperties)
init 在类中 org.apache.velocity.runtime.resource.loader.ResourceLoaderpublic InputStream getResourceStream(String s) throws org.apache.velocity.exception.ResourceNotFoundException
getResourceStream 在类中 org.apache.velocity.runtime.resource.loader.ResourceLoaderorg.apache.velocity.exception.ResourceNotFoundExceptionpublic boolean isSourceModified(org.apache.velocity.runtime.resource.Resource resource)
isSourceModified 在类中 org.apache.velocity.runtime.resource.loader.ResourceLoaderpublic long getLastModified(org.apache.velocity.runtime.resource.Resource resource)
getLastModified 在类中 org.apache.velocity.runtime.resource.loader.ResourceLoaderCopyright © 2017–2019. All rights reserved.