Uses of Class
org.opencms.staticexport.CmsStaticExportData
Packages that use CmsStaticExportData
Package
Description
Contains the functionality for the static HTML page export.
-
Uses of CmsStaticExportData in org.opencms.staticexport
Methods in org.opencms.staticexport that return CmsStaticExportDataModifier and TypeMethodDescriptionCmsStaticExportManager.getExportData(javax.servlet.http.HttpServletRequest request, CmsObject cms) Returns the export data for the request, if null is returned no export is required.protected CmsStaticExportDataCmsStaticExportManager.getRfsExportData(CmsObject cms, String uri) Returns the export data for a requested resource, if null is returned no export is required.CmsStaticExportManager.getVfsExportData(CmsObject cms, String vfsName) Returns the export data for a requested resource, if null is returned no export is required.CmsStaticExportManager.getVfsNameInternal(CmsObject cms, String rfsName) Returns the VFS name from a given RFS name.protected CmsStaticExportDataCmsStaticExportManager.readResource(CmsObject cms, String uri) Reads the resource with the given URI.Methods in org.opencms.staticexport with parameters of type CmsStaticExportDataModifier and TypeMethodDescriptionintCmsStaticExportManager.export(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, CmsObject cms, CmsStaticExportData data) Exports the requested uri and at the same time writes the uri to the response output stream if required.protected intCmsAfterPublishStaticExportHandler.exportTemplateResource(CmsStaticExportData data, StringBuffer cookies) Exports a single (template) resource specified by its export data.Constructors in org.opencms.staticexport with parameters of type CmsStaticExportDataModifierConstructorDescriptionCmsStaticExportRequest(javax.servlet.http.HttpServletRequest req, CmsStaticExportData data) Creates a new static export request wrapper.