Uses of Interface
nl.gx.webmanager.cms.core.FileResource
-
Packages that use FileResource Package Description nl.gx.webmanager.api.implementation 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.nl.gx.webmanager.foundation Various utility and base classes that are used to implement the webmanager api.nl.gx.webmanager.wcb.lifecycle -
-
Uses of FileResource in nl.gx.webmanager.api.implementation
Classes in nl.gx.webmanager.api.implementation that implement FileResource Modifier and Type Class Description class
FileResourceImpl
This class implements a resource. -
Uses of FileResource in nl.gx.webmanager.cms.core
Methods in nl.gx.webmanager.cms.core that return FileResource Modifier and Type Method Description FileResource
RelatedDownloadLink. getDownloadFileResource()
Get the FileResource this link points to.FileResource
Image. getFileResource()
Returns the image as file resourceFileResource
ImageEntity. getImageResource()
Returns the image wrapped as a FileResource object.Methods in nl.gx.webmanager.cms.core with parameters of type FileResource Modifier and Type Method Description boolean
FileResourceSecurityPolicy. mayView(FileResource file, javax.servlet.http.HttpServletRequest request)
Check whether this file may be served to the browser An element that implements this method must only return true if it can identify and verify that the requested file is permitted to be sent to the browser.void
ContentItemVersion. setAttachedLeadImage(FileResource leadImage)
Sets the lead image of this content item version as an upload file associated with this particular content item version.void
InternalDownload. setDownload(FileResource fileResource)
Set the downloadvoid
RelatedDownloadLink. setDownloadFileResource(FileResource file)
Deprecated.The method has been deprecated because this kind of direct download link, not using aMediaItem
, are not currently supported by the User Interface.void
ImageEntity. setImageResource(FileResource fileResource)
Sets the image as a FileResource. -
Uses of FileResource in nl.gx.webmanager.cms.element
Methods in nl.gx.webmanager.cms.element with parameters of type FileResource Modifier and Type Method Description void
ImageElement. setImageFile(FileResource image)
Sets the representation of the actual image. -
Uses of FileResource in nl.gx.webmanager.cms.mediarepository
Methods in nl.gx.webmanager.cms.mediarepository with parameters of type FileResource Modifier and Type Method Description void
MediaItemVersion. setLeadImage(FileResource leadImage)
-
Uses of FileResource in nl.gx.webmanager.foundation
Methods in nl.gx.webmanager.foundation with parameters of type FileResource Modifier and Type Method Description static boolean
FileResourceUtil. parentMayView(javax.jcr.Node startNode, FileResource file, javax.servlet.http.HttpServletRequest request)
Call FileResourceSecurityPolicy.mayView() on an ancestor node. -
Uses of FileResource in nl.gx.webmanager.wcb.lifecycle
Methods in nl.gx.webmanager.wcb.lifecycle with parameters of type FileResource Modifier and Type Method Description static void
WCBLifecycleUtil. writeComponentBundleResourceToFile(FileResource srcFile, String destFileName, String destFileNamePrefix, String destBaseDirectory)
Writes a component bundle resource to a file, where the source file is passes as a FileResource object.
-