| java.lang.Object com.ecyrd.jspwiki.modules.WikiModuleInfo
WikiModuleInfo | public class WikiModuleInfo implements Comparable(Code) | | A WikiModule describes whatever JSPWiki plugin there is: it can be a plugin,
an editor, a filter, etc.
author: jalkanen since: 2.4 |
m_stylesheetLocation | protected String m_stylesheetLocation(Code) | | |
equals | public boolean equals(Object obj)(Code) | | The WikiModuleInfo is equal to another WikiModuleInfo, if the name is equal. All
objects are unique across JSPWiki.
|
getAuthor | public String getAuthor()(Code) | | Returns the name of the author of this plugin (if defined).
Author name, or null. |
getName | public String getName()(Code) | | Returns the common name for this particular module. Note that
this is not the class name, nor is it an alias. For different modules
the name may have different meanings.
Every module defines a name, so this method should never return null.
A module name. |
getStylesheetLocation | public String getStylesheetLocation()(Code) | | |
hashCode | public int hashCode()(Code) | | |
initializeFromXML | protected void initializeFromXML(Element el)(Code) | | |
|
|