Uses of Class
org.onehippo.cms7.services.webfiles.WebFileException
-
Packages that use WebFileException Package Description org.onehippo.cms7.services.webfiles -
-
Uses of WebFileException in org.onehippo.cms7.services.webfiles
Subclasses of WebFileException in org.onehippo.cms7.services.webfiles Modifier and Type Class Description class
WebFileNotFoundException
class
WebFileTagNotFoundException
Methods in org.onehippo.cms7.services.webfiles that throw WebFileException Modifier and Type Method Description WebFile
WebFileBundle. create(String absPath, Binary content)
Creates a newWebFile
at the given location.String
WebFileBundle. createTag()
Creates a new tag for this entireWebFileBundle
void
WebFileBundle. delete(String absPath)
Removes theWebFile
at absPathWebFileBundle
WebFilesService. getJcrWebFileBundle(Session session, String bundleName)
Creates a web files implementation based on JCR.String
WebFileBundle. getLatestTagName()
eList<String>
WebFileBundle. getTagNames()
void
WebFilesService. importJcrWebFileBundle(Session session, File directory, boolean skipIfAlreadyAutoLoaded)
Imports a web file bundle from a directory.void
WebFilesService. importJcrWebFileBundle(Session session, ZipFile zip, boolean skipIfAlreadyAutoLoaded)
Imports a web file bundle from the given zip file.void
WebFilesService. importJcrWebFiles(Session session, String bundleName, String bundleSubPath, File fileOrDirectory)
Imports a sub-tree of a web file bundle from a directory.
-