com.ecyrd.jspwiki.modules
Class ModuleManager

java.lang.Object
  extended by com.ecyrd.jspwiki.modules.ModuleManager
Direct Known Subclasses:
EditorManager, PluginManager, TemplateManager

public abstract class ModuleManager
extends Object

Superclass for all JSPWiki managers for modules (plugins, etc).

Author:
jalkanen

Field Summary
static String PLUGIN_RESOURCE_LOCATION
          Location of the property-files of plugins.
 
Constructor Summary
ModuleManager()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_RESOURCE_LOCATION

public static final String PLUGIN_RESOURCE_LOCATION
Location of the property-files of plugins. (Each plugin should include this property-file in its jar-file)

See Also:
Constant Field Values
Constructor Detail

ModuleManager

public ModuleManager()