| Home >> All >> org >> apache >> lenya >> cms >> [ publishing Javadoc ] |
org.apache.lenya.cms.publishing: Javadoc index of package org.apache.lenya.cms.publishing.
Package Samples:
org.apache.lenya.cms.publishing
Classes:
DefaultFilePublisher: The DefaultFilePublisher is a task that copies XML source files from the authoring directory to another location, usually the live directory. The following task parameters must be provided: publication-id : the publication ID authoring-path : the authoring path tree-authoring-path : the location of the tree.xml file live-path : the live path tree-live-path : the location of the tree.xml file replication-path : the replication path, where sources are waiting for replication sources : a comma-separated list of files to publish * @deprecated use the publish ant task instead.
StaticHTMLExporter: This Exporter uses WGet to download HTML files from URIs and saves them. The Task parameters are: server-uri : the server uri server-port : the server port publication-id : the publication id export-path-prefix : the path to save the files to uris : a comma-separated list of uris to download (without server + port) substitute-regexp : a regular expression to substitute a part of the path
ResourceFilePublisher: The ResourceFilePublisher is a task that extends the DefaultFilePublisher . In addition to the default publisher it also copies resource files (e.g. images) from the authoring directory to another location, usually the live directory. In addition to the parameters that have to be provided for DefaultFilePublisher the following parameters have to be specified: resources-authoring-path : the authoring path for resources resources-live-path : the live path for resources
ParentNodeNotFoundException: Exception to indicate an error when publishing a node where its parent node has not been published yet.
Publisher: A Publisher is used to copy XML sources from the authoring server to the pending server.
Exporter: An Exporter is used to copy files from the pending to the live server.
AbstractFilePublisher: use the publish ant task instead.
AbstractPublisher: use the publish ant task instead.
AbstractExporter: An abstract exporter base class.
ResourcePublishingEnvironment: DOCUMENT ME!
ExportException
PublishingEnvironment
PublishingException
| Home | Contact Us | Privacy Policy | Terms of Service |