Uses of Interface
nl.gx.webmanager.cms.core.Download
-
Packages that use Download Package Description nl.gx.webmanager.cms.core This package contains interfaces for the webmanager api.nl.gx.webmanager.cms.element This package contains the interfaces for the various content elements.nl.gx.webmanager.cms.mediarepository This package contains interfaces for the mediarepository. -
-
Uses of Download in nl.gx.webmanager.cms.core
Subinterfaces of Download in nl.gx.webmanager.cms.core Modifier and Type Interface Description interface
InternalDownload
Extends the Dowload interface to add a setter for the url attribute.Methods in nl.gx.webmanager.cms.core that return Download Modifier and Type Method Description Download
RelatedDownloadLink. getDownload()
Get theDownload
this related link points to. -
Uses of Download in nl.gx.webmanager.cms.element
Methods in nl.gx.webmanager.cms.element that return Download Modifier and Type Method Description Download
DownloadElement. getDownload()
Returns the download object associated with the download element. -
Uses of Download in nl.gx.webmanager.cms.mediarepository
Methods in nl.gx.webmanager.cms.mediarepository that return Download Modifier and Type Method Description Download
DirectlyDownloadable. getDownload()
Return Download object for the attached file.
-