Uses of Interface
org.onehippo.cms7.services.webfiles.WebFile
-
Packages that use WebFile Package Description org.onehippo.cms7.services.webfiles -
-
Uses of WebFile in org.onehippo.cms7.services.webfiles
Methods in org.onehippo.cms7.services.webfiles that return WebFile Modifier and Type Method Description WebFile
WebFileBundle. create(String absPath, Binary content)
Creates a newWebFile
at the given location.WebFile
WebFileBundle. get(String absPath)
WebFile
WebFileBundle. get(String absPath, String tagName)
WebFile
WebFileBundle. update(String absPath, Binary content)
Updates the content of thisWebFile
.
-