org.apache.wiki.modules
Interface InternalModule

All Known Implementing Classes:
ReferenceManager, RenderingManager, SearchManager

public interface InternalModule

This is a simple interface which is implemented by a number of JSPWiki components to signal that they should not be included in things like module listings and so on. Because JSPWiki reuses its internal module mechanisms for its own use as well (e.g. RenderingManager uses a PageFilter to catch page saves), it's sort of dumb to have these all appear in the "installed filters" list.

A plugin developer should never implement this interface.

Since:
2.4



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.