Uses of Class
org.opencms.file.CmsFile
-
Packages that use CmsFile Package Description org.opencms.ade.containerpage Contains the container page editor service classes.org.opencms.ade.containerpage.inherited Contains classes used for reading and caching inheritance groups.org.opencms.ade.contenteditor Contains server side classes for the XML content editor.org.opencms.db Low-level database connection and access functionality.org.opencms.db.generic Generic (ANSI-SQL) implementation of the OpenCms database connector.org.opencms.file This important package provides the methods to access the OpenCms VFS repository with the permissions of an authenticated user.org.opencms.file.history This package contains the classes to deal with the OpenCms VFS history archive.org.opencms.file.types The implementations of the core resource types for the VFS are located here.org.opencms.file.wrapper This package contains classes and interfaces used to access OpenCms through a wrappedCmsObject.org.opencms.importexport Contains functions to import and export resources from the OpenCms VFS.org.opencms.jlan org.opencms.jsp The implementation of the OpenCms JSP tag library, with some additional utility classes to help in JSP scriplet code and navigation building.org.opencms.jsp.util Utility classes to be used for JSP pages.org.opencms.loader Low-level functions to manage the loading of resources from the OpenCms VFS.org.opencms.lock The lock state of the resources in the VFS is handled with these classes.org.opencms.relations Classes to represent and validate the internal and external links/relations of resources in the OpenCms VFS.org.opencms.search.documents Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.org.opencms.ugc org.opencms.workplace.comparison Utilities for comparing different versions of resources, used by both the classic workplace and the new Vaadin-based workplace.org.opencms.workplace.editors Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.org.opencms.workplace.editors.directedit Used to control the generation of the HTML for the "direct edit" buttons.org.opencms.xml Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.org.opencms.xml.containerpage Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.org.opencms.xml.content Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.org.opencms.xml.page Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.org.opencms.xml.xml2json.handler -
-
Uses of CmsFile in org.opencms.ade.containerpage
Methods in org.opencms.ade.containerpage with parameters of type CmsFile Modifier and Type Method Description java.lang.StringCmsElementUtil. getContentByContainer(CmsFile elementFile, java.lang.String elementId, CmsContainer container)Returns the HTML content for the given resource and container. -
Uses of CmsFile in org.opencms.ade.containerpage.inherited
Methods in org.opencms.ade.containerpage.inherited with parameters of type CmsFile Modifier and Type Method Description voidCmsContainerConfigurationParser. parse(CmsFile file)Parses the contents of a file. -
Uses of CmsFile in org.opencms.ade.contenteditor
Methods in org.opencms.ade.contenteditor with parameters of type CmsFile Modifier and Type Method Description protected voidCmsContentService. synchronizeLocaleIndependentFields(CmsFile file, CmsXmlContent content, java.util.Collection<java.lang.String> skipPaths, java.util.Collection<CmsEntity> entities, java.util.Locale lastEdited)Synchronizes the locale independent fields.Constructors in org.opencms.ade.contenteditor with parameters of type CmsFile Constructor Description CmsContentTypeVisitor(CmsObject cms, CmsFile file, java.util.Locale locale)Constructor. -
Uses of CmsFile in org.opencms.db
Methods in org.opencms.db that return CmsFile Modifier and Type Method Description CmsFileI_CmsVfsDriver. createFile(java.sql.ResultSet res, CmsUUID projectId)Creates aCmsFileinstance from a JDBC ResultSet.CmsFileI_CmsVfsDriver. createFile(java.sql.ResultSet res, CmsUUID projectId, boolean hasFileContentInResultSet)Creates aCmsFileinstance from a JDBC ResultSet.CmsFileI_CmsProjectDriver. publishFileContent(CmsDbContext dbc, CmsProject offlineProject, CmsProject onlineProject, CmsResource offlineFileHeader, java.util.Set<CmsUUID> publishedResourceIds, boolean needToUpdateContent, int publishTag)Publishes the content record of a file.CmsFileCmsDriverManager. readFile(CmsDbContext dbc, CmsResource resource)Reads a file resource (including it's binary content) from the VFS, using the specified resource filter.CmsFileCmsSecurityManager. readFile(CmsRequestContext context, CmsResource resource)Reads a file resource (including it's binary content) from the VFS.CmsFileCmsDriverManager. writeFile(CmsDbContext dbc, CmsFile resource)Writes a resource to the OpenCms VFS, including it's content.CmsFileCmsSecurityManager. writeFile(CmsRequestContext context, CmsFile resource)Writes a resource to the OpenCms VFS, including it's content.Methods in org.opencms.db with parameters of type CmsFile Modifier and Type Method Description CmsFileCmsDriverManager. writeFile(CmsDbContext dbc, CmsFile resource)Writes a resource to the OpenCms VFS, including it's content.CmsFileCmsSecurityManager. writeFile(CmsRequestContext context, CmsFile resource)Writes a resource to the OpenCms VFS, including it's content. -
Uses of CmsFile in org.opencms.db.generic
Methods in org.opencms.db.generic that return CmsFile Modifier and Type Method Description CmsFileCmsVfsDriver. createFile(java.sql.ResultSet res, CmsUUID projectId)CmsFileCmsVfsDriver. createFile(java.sql.ResultSet res, CmsUUID projectId, boolean hasFileContentInResultSet)CmsFileCmsProjectDriver. publishFileContent(CmsDbContext dbc, CmsProject offlineProject, CmsProject onlineProject, CmsResource offlineResource, java.util.Set<CmsUUID> publishedResourceIds, boolean needToUpdateContent, int publishTag) -
Uses of CmsFile in org.opencms.file
Methods in org.opencms.file that return CmsFile Modifier and Type Method Description CmsFileCmsObject. readFile(java.lang.String resourcename)Reads a file resource (including it's binary content) from the VFS, using thefilter.CmsResourceFilter.DEFAULTCmsFileCmsObject. readFile(java.lang.String resourcename, CmsResourceFilter filter)Reads a file resource (including it's binary content) from the VFS, using the specified resource filter.CmsFileCmsObject. readFile(CmsResource resource)Reads a file resource (including it's binary content) from the VFS, for the given resource (this may also be an historical version of the resource).CmsFileCmsObject. writeFile(CmsFile resource)Writes a resource to the OpenCms VFS, including it's content.Methods in org.opencms.file with parameters of type CmsFile Modifier and Type Method Description protected CmsPair<java.lang.String,java.lang.String>CmsLinkRewriter. decode(CmsFile file)Decodes a file's contents and return the content string and the encoding to use for writing the file back to the VFS.protected voidCmsLinkRewriter. rewriteContent(CmsFile file, java.util.Collection<CmsRelation> relations)Rewrites the links included in the content itself.CmsFileCmsObject. writeFile(CmsFile resource)Writes a resource to the OpenCms VFS, including it's content. -
Uses of CmsFile in org.opencms.file.history
Subclasses of CmsFile in org.opencms.file.history Modifier and Type Class Description classCmsHistoryFileA historical version of a file in the OpenCms VFS resource history. -
Uses of CmsFile in org.opencms.file.types
Methods in org.opencms.file.types that return CmsFile Modifier and Type Method Description CmsFileA_CmsResourceType. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypeFunctionConfig. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypeImage. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypeJsp. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypePlain. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypeXmlContainerPage. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypeXmlContent. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypeXmlPage. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileI_CmsResourceType. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)Writes a resource, including it's content.Methods in org.opencms.file.types with parameters of type CmsFile Modifier and Type Method Description java.util.List<CmsLink>CmsResourceTypeJsp. parseLinks(CmsObject cms, CmsFile file)java.util.List<CmsLink>CmsResourceTypeXmlContainerPage. parseLinks(CmsObject cms, CmsFile file)java.util.List<CmsLink>CmsResourceTypeXmlContent. parseLinks(CmsObject cms, CmsFile file)java.util.List<CmsLink>CmsResourceTypeXmlPage. parseLinks(CmsObject cms, CmsFile file)CmsFileA_CmsResourceType. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypeFunctionConfig. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypeImage. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypeJsp. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypePlain. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypeXmlContainerPage. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypeXmlContent. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileCmsResourceTypeXmlPage. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)CmsFileI_CmsResourceType. writeFile(CmsObject cms, CmsSecurityManager securityManager, CmsFile resource)Writes a resource, including it's content. -
Uses of CmsFile in org.opencms.file.wrapper
Methods in org.opencms.file.wrapper that return CmsFile Modifier and Type Method Description static CmsFileCmsResourceWrapperUtils. createPropertyFile(CmsObject cms, CmsResource res, java.lang.String path)Creates a virtual CmsFile with the individual and shared properties as content.CmsFileCmsWrappedResource. getFile()Returns the virtual resource as a file.CmsFileA_CmsResourceExtensionWrapper. readFile(CmsObject cms, java.lang.String resourcename, CmsResourceFilter filter)CmsFileA_CmsResourceWrapper. readFile(CmsObject cms, java.lang.String resourcename, CmsResourceFilter filter)CmsFileCmsObjectWrapper. readFile(java.lang.String resourcename, CmsResourceFilter filter)Reads a file resource (including it's binary content) from the VFS, using the specified resource filter.CmsFileCmsResourceWrapperModules. readFile(CmsObject cms, java.lang.String resourcename, CmsResourceFilter filter)CmsFileCmsResourceWrapperModulesNonLazy. readFile(CmsObject cms, java.lang.String resourcename, CmsResourceFilter filter)CmsFileCmsResourceWrapperPropertyFile. readFile(CmsObject cms, java.lang.String resourcename, CmsResourceFilter filter)CmsFileCmsResourceWrapperXmlPage. readFile(CmsObject cms, java.lang.String resourcename, CmsResourceFilter filter)CmsFileI_CmsResourceWrapper. readFile(CmsObject cms, java.lang.String resourcename, CmsResourceFilter filter)Reads a file resource (including it's binary content) from the VFS, using the specified resource filter.CmsFileA_CmsResourceExtensionWrapper. writeFile(CmsObject cms, CmsFile resource)CmsFileA_CmsResourceWrapper. writeFile(CmsObject cms, CmsFile resource)CmsFileCmsObjectWrapper. writeFile(CmsFile resource)Writes a resource to the OpenCms VFS, including it's content.CmsFileCmsResourceWrapperModules. writeFile(CmsObject cms, CmsFile resource)CmsFileCmsResourceWrapperModulesNonLazy. writeFile(CmsObject cms, CmsFile resource)CmsFileCmsResourceWrapperPropertyFile. writeFile(CmsObject cms, CmsFile resource)CmsFileCmsResourceWrapperXmlPage. writeFile(CmsObject cms, CmsFile resource)CmsFileI_CmsResourceWrapper. writeFile(CmsObject cms, CmsFile resource)Writes a resource, including it's content.Methods in org.opencms.file.wrapper with parameters of type CmsFile Modifier and Type Method Description CmsFileA_CmsResourceExtensionWrapper. writeFile(CmsObject cms, CmsFile resource)CmsFileA_CmsResourceWrapper. writeFile(CmsObject cms, CmsFile resource)CmsFileCmsObjectWrapper. writeFile(CmsFile resource)Writes a resource to the OpenCms VFS, including it's content.CmsFileCmsResourceWrapperModules. writeFile(CmsObject cms, CmsFile resource)CmsFileCmsResourceWrapperModulesNonLazy. writeFile(CmsObject cms, CmsFile resource)CmsFileCmsResourceWrapperPropertyFile. writeFile(CmsObject cms, CmsFile resource)CmsFileCmsResourceWrapperXmlPage. writeFile(CmsObject cms, CmsFile resource)CmsFileI_CmsResourceWrapper. writeFile(CmsObject cms, CmsFile resource)Writes a resource, including it's content. -
Uses of CmsFile in org.opencms.importexport
Methods in org.opencms.importexport with parameters of type CmsFile Modifier and Type Method Description protected voidCmsExport. exportFile(CmsFile file)Exports one single file with all its data and content.voidCmsExportHelper. writeFile(CmsFile file, java.lang.String name)Writes a single OpenCms VFS file to the export.protected voidCmsExportHelper. writeFile2Rfs(CmsFile file, java.lang.String name)Writes a single OpenCms VFS file to the RFS export.protected voidCmsExportHelper. writeFile2Zip(CmsFile file, java.lang.String name)Writes a single OpenCms VFS file to the ZIP export. -
Uses of CmsFile in org.opencms.jlan
Methods in org.opencms.jlan that return CmsFile Modifier and Type Method Description protected CmsFileCmsJlanNetworkFile. getFile()Gets the CmsFile instance for this file, or null if the file contents haven'T been loaded already. -
Uses of CmsFile in org.opencms.jsp
Methods in org.opencms.jsp that return CmsFile Modifier and Type Method Description CmsFileCmsJspResourceWrapper. getFile()Returns the full file object for this resource. -
Uses of CmsFile in org.opencms.jsp.util
Methods in org.opencms.jsp.util that return CmsFile Modifier and Type Method Description CmsFileCmsJspContentAccessBean. getFile()Returns the raw VFS file object the content accessed by this bean was created from.CmsFileCmsJspResourceAccessBean. getFile()Returns the raw VFS file object of the current resource.Methods in org.opencms.jsp.util with parameters of type CmsFile Modifier and Type Method Description voidCmsJspStandardContextBean.CmsContainerElementWrapper. setHistoryFile(CmsFile file)voidCmsJspStandardContextBean.CmsContainerElementWrapper. setTemporaryFile(CmsFile elementFile) -
Uses of CmsFile in org.opencms.loader
Methods in org.opencms.loader that return CmsFile Modifier and Type Method Description protected CmsFileCmsImageLoader. getScaledImage(CmsObject cms, CmsResource resource, CmsImageScaler scaler)Returns a scaled version of the given OpenCms VFS image resource.Methods in org.opencms.loader with parameters of type CmsFile Modifier and Type Method Description byte[]CmsImageScaler. scaleImage(CmsFile file)Returns a scaled version of the given image file according this image scalers parameters. -
Uses of CmsFile in org.opencms.lock
Methods in org.opencms.lock that return CmsFile Modifier and Type Method Description CmsFileCmsLockUtil.LockedFile. getFile()Returns the file, or null if reading fails. -
Uses of CmsFile in org.opencms.relations
Methods in org.opencms.relations with parameters of type CmsFile Modifier and Type Method Description java.util.List<CmsLink>I_CmsLinkParseable. parseLinks(CmsObject cms, CmsFile file)Returns a list of all links from the specified file. -
Uses of CmsFile in org.opencms.search.documents
Methods in org.opencms.search.documents that return CmsFile Modifier and Type Method Description protected CmsFileA_CmsVfsDocument. readFile(CmsObject cms, CmsResource resource)Upgrades the given resource to aCmsFilewith content. -
Uses of CmsFile in org.opencms.ugc
Methods in org.opencms.ugc with parameters of type CmsFile Modifier and Type Method Description protected CmsXmlContentCmsUgcSession. addContentValues(CmsFile file, java.util.Map<java.lang.String,java.lang.String> contentValues)Adds the given values to the content document.CmsUgcConfigurationCmsUgcConfigurationReader. readConfiguration(CmsFile configFile)Reads the given configuration file. -
Uses of CmsFile in org.opencms.workplace.comparison
Constructors in org.opencms.workplace.comparison with parameters of type CmsFile Constructor Description CmsXmlDocumentComparison(CmsObject cms, CmsFile res1, CmsFile res2)Creates a new xml document comparison. -
Uses of CmsFile in org.opencms.workplace.editors
Fields in org.opencms.workplace.editors declared as CmsFile Modifier and Type Field Description protected CmsFileCmsDefaultPageEditor. m_fileFile object used to read and write contents.Methods in org.opencms.workplace.editors with parameters of type CmsFile Modifier and Type Method Description protected java.lang.StringCmsSimpleEditor. decodeContentParameter(java.lang.String encodedContent, java.lang.String encoding, CmsFile originalFile)Decodes the content from the content request parameter. -
Uses of CmsFile in org.opencms.workplace.editors.directedit
Methods in org.opencms.workplace.editors.directedit with parameters of type CmsFile Modifier and Type Method Description protected java.lang.StringCmsDirectEditDefaultProvider. getContentAsString(CmsFile file)Helper method to convert the content of a resource to a string. -
Uses of CmsFile in org.opencms.xml
Fields in org.opencms.xml declared as CmsFile Modifier and Type Field Description protected CmsFileA_CmsXmlDocument. m_fileThe file that contains the document data (note: is not set when creating an empty or document based document).Methods in org.opencms.xml that return CmsFile Modifier and Type Method Description CmsFileA_CmsXmlDocument. correctXmlStructure(CmsObject cms)Corrects the structure of this XML document.CmsFileA_CmsXmlDocument. getFile()CmsFileI_CmsXmlDocument. getFile()Returns the file this document was generated from, may benullif the file not available. -
Uses of CmsFile in org.opencms.xml.containerpage
Methods in org.opencms.xml.containerpage that return CmsFile Modifier and Type Method Description CmsFileCmsHtmlRedirectHandler. prepareForWrite(CmsObject cms, CmsXmlContent content, CmsFile file)CmsFileCmsListConfigContentHandler. prepareForWrite(CmsObject cms, CmsXmlContent content, CmsFile file)CmsFileCmsXmlContainerPageHandler. prepareForWrite(CmsObject cms, CmsXmlContent content, CmsFile file)Methods in org.opencms.xml.containerpage with parameters of type CmsFile Modifier and Type Method Description CmsFileCmsHtmlRedirectHandler. prepareForWrite(CmsObject cms, CmsXmlContent content, CmsFile file)CmsFileCmsListConfigContentHandler. prepareForWrite(CmsObject cms, CmsXmlContent content, CmsFile file)CmsFileCmsXmlContainerPageHandler. prepareForWrite(CmsObject cms, CmsXmlContent content, CmsFile file)protected voidCmsXmlContainerPage. setFile(CmsFile file)protected voidCmsXmlGroupContainer. setFile(CmsFile file)voidCmsContainerElementBean. setHistoryFile(CmsFile file)Sets a historical file.voidCmsContainerElementBean. setTemporaryFile(CmsFile elementFile)Sets the element resource as a temporary file.static CmsXmlContainerPageCmsXmlContainerPageFactory. unmarshal(CmsObject cms, CmsFile file)Factory method to unmarshal (read) a container page instance from a OpenCms VFS file that contains XML data.static CmsXmlContainerPageCmsXmlContainerPageFactory. unmarshal(CmsObject cms, CmsFile file, boolean keepEncoding)Factory method to unmarshal (read) a container page instance from a OpenCms VFS file that contains XML data, using wither the encoding set in the XML file header, or the encoding set in the VFS file property.static CmsXmlContainerPageCmsXmlContainerPageFactory. unmarshal(CmsObject cms, CmsFile file, boolean keepEncoding, boolean noCache)Factory method to unmarshal (read) a container page instance from a OpenCms VFS file that contains XML data, using wither the encoding set in the XML file header, or the encoding set in the VFS file property.static CmsXmlGroupContainerCmsXmlGroupContainerFactory. unmarshal(CmsObject cms, CmsFile file)Factory method to unmarshal (read) a group container instance from a OpenCms VFS file that contains XML data.static CmsXmlGroupContainerCmsXmlGroupContainerFactory. unmarshal(CmsObject cms, CmsFile file, boolean keepEncoding)Factory method to unmarshal (read) a group container instance from a OpenCms VFS file that contains XML data, using wither the encoding set in the XML file header, or the encoding set in the VFS file property.Constructors in org.opencms.xml.containerpage with parameters of type CmsFile Constructor Description CmsContainerElementBean(CmsFile file, CmsUUID formatterId, java.util.Map<java.lang.String,java.lang.String> individualSettings, boolean inMemoryOnly, java.lang.String editorHash, boolean createNew)Creates a new container page element bean. -
Uses of CmsFile in org.opencms.xml.content
Methods in org.opencms.xml.content that return CmsFile Modifier and Type Method Description CmsFileCmsDefaultXmlContentHandler. prepareForWrite(CmsObject cms, CmsXmlContent content, CmsFile file)CmsFileI_CmsXmlContentHandler. prepareForWrite(CmsObject cms, CmsXmlContent content, CmsFile file)Prepares the given XML content to be written to the OpenCms VFS.protected CmsFileCmsDefaultXmlContentHandler. writeCategories(CmsObject cms, CmsFile file, CmsXmlContent content)Writes the categories if a category widget is present.Methods in org.opencms.xml.content with parameters of type CmsFile Modifier and Type Method Description CmsFileCmsDefaultXmlContentHandler. prepareForWrite(CmsObject cms, CmsXmlContent content, CmsFile file)CmsFileI_CmsXmlContentHandler. prepareForWrite(CmsObject cms, CmsXmlContent content, CmsFile file)Prepares the given XML content to be written to the OpenCms VFS.protected voidCmsDefaultXmlContentHandler. removeEmptyMappings(CmsObject cms, CmsFile file, CmsXmlContent content)Removes property values on resources for non-existing, optional elements.protected voidCmsDefaultXmlContentHandler. resolveDefaultMappings(CmsObject cms, CmsFile file, CmsXmlContent content)Resolves those mappings for which no content value exists and useDefault is set to true.protected voidCmsXmlContent. setFile(CmsFile file)Sets the file this XML content is written to.static CmsXmlContentCmsXmlContentFactory. unmarshal(CmsObject cms, CmsFile file)Factory method to unmarshal (read) a XML content instance from a OpenCms VFS file that contains XML data.static CmsXmlContentCmsXmlContentFactory. unmarshal(CmsObject cms, CmsFile file, boolean keepEncoding)Factory method to unmarshal (read) a XML content instance from a OpenCms VFS file that contains XML data, using wither the encoding set in the XML file header, or the encoding set in the VFS file property.protected CmsFileCmsDefaultXmlContentHandler. writeCategories(CmsObject cms, CmsFile file, CmsXmlContent content)Writes the categories if a category widget is present. -
Uses of CmsFile in org.opencms.xml.page
Methods in org.opencms.xml.page with parameters of type CmsFile Modifier and Type Method Description protected voidCmsXmlPage. setFile(CmsFile file)Sets the file this XML page content is written to.static CmsXmlPageCmsXmlPageFactory. unmarshal(CmsObject cms, CmsFile file)Factory method to unmarshal (read) a XML page instance from a OpenCms VFS file that contains XML data.static CmsXmlPageCmsXmlPageFactory. unmarshal(CmsObject cms, CmsFile file, boolean keepEncoding)Factory method to unmarshal (read) a XML page instance from a OpenCms VFS file that contains XML data, using wither the encoding set in the XML file header, or the encoding set in the VFS file property. -
Uses of CmsFile in org.opencms.xml.xml2json.handler
Methods in org.opencms.xml.xml2json.handler that return CmsFile Modifier and Type Method Description CmsFileCmsJsonHandlerContext. getFile()Gets the file for the path.
-