Package | Description |
---|---|
org.onehippo.cms7.services.webfiles |
Modifier and Type | Class and Description |
---|---|
class |
WebFileNotFoundException |
class |
WebFileTagNotFoundException |
Modifier and Type | Method and Description |
---|---|
WebFile |
WebFileBundle.create(String absPath,
Binary content)
Creates a new
WebFile at the given location. |
String |
WebFileBundle.createTag()
Creates a new tag for this entire
WebFileBundle |
void |
WebFileBundle.delete(String absPath)
Removes the
WebFile at 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 bootstrapPhase)
Imports a web file bundle from a directory.
|
void |
WebFilesService.importJcrWebFileBundle(javax.jcr.Session session,
ZipFile zip,
boolean bootstrapPhase)
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.
|
Copyright © 2012–2015 Hippo B.V. (http://www.onehippo.com). All rights reserved.