okapi.tools
Class OkapiExportsM

java.lang.Object
  extended by okapi.tools.OkapiExportsM
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable, OkapiToolModel

public class OkapiExportsM
extends java.lang.Object
implements OkapiToolModel, java.lang.Runnable

ToolModel for zip export of site documents

Version:
$Revision: 31044 $, $Date: 2008-09-02 17:08:01 -0400 (Tue, 02 Sep 2008) $
Author:
MIT Stellar team
See Also:
Serialized Form

Constructor Summary
OkapiExportsM()
           
 
Method Summary
 java.lang.String getZipCacheDirectory()
           
 OkapiToolModelReturn returnObject(java.util.List pathVector, java.lang.String pathSegment, javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext context, java.util.List nexusHistory, java.lang.String requestedType)
          Return OkapiToolModelReturn object
 void run()
          run() method will do the actual generation of the return object
 void setHtmlStylesheetFile(java.lang.String htmlStylesheetFile)
           
 void setZipCacheDirectory(java.lang.String zipCacheDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OkapiExportsM

public OkapiExportsM()
Method Detail

getZipCacheDirectory

public java.lang.String getZipCacheDirectory()
Returns:
Returns the zipCacheDirectory.

setZipCacheDirectory

public void setZipCacheDirectory(java.lang.String zipCacheDirectory)
Parameters:
zipCacheDirectory - The zipCacheDirectory to set.

setHtmlStylesheetFile

public void setHtmlStylesheetFile(java.lang.String htmlStylesheetFile)
Parameters:
htmlStylesheetFile - The htmlStylesheetFile to set.

run

public void run()
run() method will do the actual generation of the return object

Specified by:
run in interface java.lang.Runnable

returnObject

public OkapiToolModelReturn returnObject(java.util.List pathVector,
                                         java.lang.String pathSegment,
                                         javax.servlet.http.HttpServletRequest request,
                                         javax.servlet.ServletContext context,
                                         java.util.List nexusHistory,
                                         java.lang.String requestedType)
                                  throws OkapiPermissionDeniedException,
                                         OkapiAuthenticationRequiredException
Return OkapiToolModelReturn object

Specified by:
returnObject in interface OkapiToolModel
Parameters:
pathVector -
pathSegment -
request -
context -
nexusHistory -
requestedType -
Returns:
OkapiToolModelReturn
Throws:
OkapiAuthenticationRequiredException
OkapiPermissionDeniedException


Copyright ? 2001-2009 MIT. All Rights Reserved.