程序包 | 说明 |
---|---|
org.opencms.staticexport |
Contains the functionality for the static HTML page export.
|
限定符和类型 | 方法和说明 |
---|---|
int |
CmsStaticExportManager.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.
|