Class BaseModuleManager

java.lang.Object
org.apache.wiki.modules.BaseModuleManager
All Implemented Interfaces:
ModuleManager
Direct Known Subclasses:
DefaultEditorManager, DefaultFilterManager, DefaultPluginManager, DefaultTemplateManager

public abstract class BaseModuleManager
extends java.lang.Object
implements ModuleManager
Superclass for all JSPWiki managers for modules (plugins, etc).
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected Engine m_engine  

    Fields inherited from interface org.apache.wiki.modules.ModuleManager

    PLUGIN_RESOURCE_LOCATION
  • Constructor Summary

    Constructors
    Constructor Description
    BaseModuleManager​(Engine engine)
    Constructs the ModuleManager.
  • Method Summary

    Modifier and Type Method Description
    boolean checkCompatibility​(WikiModuleInfo info)
    Returns true, if the given module is compatible with this version of JSPWiki.
    protected <T extends WikiModuleInfo>
    java.util.Collection<WikiModuleInfo>
    modules​(java.util.Iterator<T> iterator)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.wiki.modules.ModuleManager

    getModuleInfo, modules