org.olat.commons.servlets
Class StaticsModule

java.lang.Object
  extended by org.olat.commons.servlets.StaticsModule
All Implemented Interfaces:
OLATModule

Deprecated. Please use GlobalMapperRegistry if you need to provide an url for e.g. static resources which are shared by all users

public class StaticsModule
extends java.lang.Object
implements OLATModule

Initial Date: 13.11.2002

Author:
Mike Stock Comment:

Constructor Summary
StaticsModule()
          Deprecated.  
 
Method Summary
 void destroy()
          Deprecated. Caled during Servlet.destroy()
static PathHandler getInstance(java.lang.String name)
          Deprecated.  
 void init(com.anthonyeden.lib.config.Configuration configuration)
          Deprecated. Called by ConfigurationManager during statrup.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticsModule

public StaticsModule()
Deprecated. 
Method Detail

init

public void init(com.anthonyeden.lib.config.Configuration configuration)
Deprecated. 
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
See Also:
OLATModule.init(com.anthonyeden.lib.config.Configuration)

getInstance

public static PathHandler getInstance(java.lang.String name)
Deprecated. 
Parameters:
name -
Returns:
A path handler handling requests for the given name identifier.

destroy

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

Specified by:
destroy in interface OLATModule
See Also:
OLATModule.destroy()