org.apache.lenya.cms.publishing
Class AbstractExporter

java.lang.Object
  extended by org.apache.lenya.cms.task.AbstractTask
      extended by org.apache.lenya.cms.publishing.AbstractExporter
All Implemented Interfaces:
org.apache.avalon.framework.parameters.Parameterizable, Exporter, Task
Direct Known Subclasses:
StaticHTMLExporter

public abstract class AbstractExporter
extends AbstractTask
implements Exporter

An abstract exporter base class.


Field Summary
 
Fields inherited from interface org.apache.lenya.cms.task.Task
DEFAULT_PREFIX, FAILURE, NAMESPACE, PARAMETER_CONTEXT_PREFIX, PARAMETER_PUBLICATION_ID, PARAMETER_SERVER_PORT, PARAMETER_SERVER_URI, PARAMETER_SERVLET_CONTEXT, SUCCESS
 
Constructor Summary
protected AbstractExporter()
          Create an AbstractExporter.
 
Method Summary
 
Methods inherited from class org.apache.lenya.cms.task.AbstractTask
getParameters, getResult, parameterize, setLabel, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.lenya.cms.publishing.Exporter
export
 
Methods inherited from interface org.apache.lenya.cms.task.Task
execute
 

Constructor Detail

AbstractExporter

protected AbstractExporter()
Create an AbstractExporter.



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.