com.ecyrd.jspwiki.modules
Class ModuleManager
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ModuleManager
public ModuleManager()