public class VirtualResource extends EmptyResource
Constructor and Description |
---|
VirtualResource(WebResourceRoot root,
String webAppPath,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
isDirectory() |
boolean |
isVirtual()
Indicates if this resource is required for applications to correctly scan
the file structure but that does not exist in either the main or any
additional
WebResourceSet . |
canRead, delete, exists, getCanonicalPath, getCertificates, getCodeBase, getContent, getContentLength, getCreation, getETag, getInputStream, getLastModified, getLastModifiedHttp, getManifest, getMimeType, getURL, getWebappPath, getWebResourceRoot, isFile, setMimeType
public VirtualResource(WebResourceRoot root, String webAppPath, String name)
public boolean isVirtual()
WebResource
WebResourceSet
. For example, if an external
directory is mapped to /WEB-INF/lib in an otherwise empty web
application, /WEB-INF will be represented as a virtual resource.isVirtual
in interface WebResource
isVirtual
in class EmptyResource
true
for a virtual resourcepublic boolean isDirectory()
isDirectory
in interface WebResource
isDirectory
in class EmptyResource
File.isDirectory()
.public String getName()
getName
in interface WebResource
getName
in class EmptyResource
File.getName()
.Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.