Uses of Class
org.xwiki.vfs.VfsResourceReference
-
Packages that use VfsResourceReference Package Description org.xwiki.vfs org.xwiki.vfs.script -
-
Uses of VfsResourceReference in org.xwiki.vfs
Methods in org.xwiki.vfs with parameters of type VfsResourceReference Modifier and Type Method Description void
VfsPermissionChecker. checkPermission(VfsResourceReference resourceReference)
String
VfsManager. getURL(VfsResourceReference reference)
Generate a relative VFS URL to access a resource inside an archive.Constructors in org.xwiki.vfs with parameters of type VfsResourceReference Constructor Description VfsResourceReference(VfsResourceReference reference)
Create a new reference by copying the passed one. -
Uses of VfsResourceReference in org.xwiki.vfs.script
Methods in org.xwiki.vfs.script with parameters of type VfsResourceReference Modifier and Type Method Description String
VfsScriptService. url(VfsResourceReference reference)
Generate a relative VFS URL to access a resource inside an archive.String
VfsScriptService. url(VfsResourceReference reference, String contentType)
Generate a relative VFS URL to access a resource inside an archive.
-