org.olat.dispatcher
Class CatalogExportModuleDispatcher

java.lang.Object
  extended by org.olat.dispatcher.CatalogExportModuleDispatcher
All Implemented Interfaces:
OLATModule, Dispatcher

public class CatalogExportModuleDispatcher
extends java.lang.Object
implements OLATModule, Dispatcher


Field Summary
static java.lang.String XML_FILE
           
 
Constructor Summary
CatalogExportModuleDispatcher()
           
 
Method Summary
 void destroy()
          Caled during Servlet.destroy()
 void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String uriPrefix)
           
static java.io.File getFile()
           
 void init(com.anthonyeden.lib.config.Configuration moduleConfig)
          Called by ConfigurationManager during statrup.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_FILE

public static final java.lang.String XML_FILE
See Also:
Constant Field Values
Constructor Detail

CatalogExportModuleDispatcher

public CatalogExportModuleDispatcher()
Method Detail

getFile

public static java.io.File getFile()
                            throws java.io.FileNotFoundException
Returns:
The catalog XML file
Throws:
java.io.FileNotFoundException

init

public void init(com.anthonyeden.lib.config.Configuration moduleConfig)
Description copied from interface: OLATModule
Called by ConfigurationManager during statrup. Module is called in the order it is registered in olat_config.xml. On any critical errors, throw StartupException. Any other errors, just throw Exceptions. OLATContext will already be initialized at this stage.

Specified by:
init in interface OLATModule

destroy

public void destroy()
Description copied from interface: OLATModule
Caled during Servlet.destroy()

Specified by:
destroy in interface OLATModule

execute

public void execute(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    java.lang.String uriPrefix)
Specified by:
execute in interface Dispatcher