WebFile |
WebFileBundle.create(String absPath,
Binary content) |
Creates a new WebFile at the given location.
|
String |
WebFileBundle.createTag() |
|
void |
WebFileBundle.delete(String absPath) |
|
WebFileBundle |
WebFilesService.getJcrWebFileBundle(javax.jcr.Session session,
String bundleName) |
Creates a web files implementation based on JCR.
|
String |
WebFileBundle.getLatestTagName() |
e
|
List<String> |
WebFileBundle.getTagNames() |
|
void |
WebFilesService.importJcrWebFileBundle(javax.jcr.Session session,
File directory,
boolean skipIfAlreadyAutoLoaded) |
Imports a web file bundle from a directory.
|
void |
WebFilesService.importJcrWebFileBundle(javax.jcr.Session session,
ZipFile zip,
boolean skipIfAlreadyAutoLoaded) |
Imports a web file bundle from the given zip file.
|
void |
WebFilesService.importJcrWebFiles(javax.jcr.Session session,
String bundleName,
String bundleSubPath,
File fileOrDirectory) |
Imports a sub-tree of a web file bundle from a directory.
|