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