Uses of Interface
com.xpn.xwiki.plugin.XWikiPluginInterface
-
-
Uses of XWikiPluginInterface in com.xpn.xwiki
Methods in com.xpn.xwiki that return XWikiPluginInterface Modifier and Type Method Description XWikiPluginInterface
XWiki. getPlugin(String name, XWikiContext context)
Deprecated. -
Uses of XWikiPluginInterface in com.xpn.xwiki.monitor.api
Classes in com.xpn.xwiki.monitor.api that implement XWikiPluginInterface Modifier and Type Class Description class
MonitorPlugin
-
Uses of XWikiPluginInterface in com.xpn.xwiki.plugin
Classes in com.xpn.xwiki.plugin with type parameters of type XWikiPluginInterface Modifier and Type Class Description class
PluginApi<T extends XWikiPluginInterface>
Deprecated.the plugin technology is deprecated, consider rewriting as componentsClasses in com.xpn.xwiki.plugin that implement XWikiPluginInterface Modifier and Type Class Description class
XWikiDefaultPlugin
Deprecated.the plugin technology is deprecated, consider rewriting as componentsMethods in com.xpn.xwiki.plugin that return XWikiPluginInterface Modifier and Type Method Description XWikiPluginInterface
XWikiPluginManager. getPlugin(String className)
Methods in com.xpn.xwiki.plugin that return types with arguments of type XWikiPluginInterface Modifier and Type Method Description Vector<XWikiPluginInterface>
XWikiPluginManager. getPlugins(String functionName)
Methods in com.xpn.xwiki.plugin with parameters of type XWikiPluginInterface Modifier and Type Method Description Api
XWikiDefaultPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
Deprecated.Api
XWikiPluginInterface. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
Deprecated.Get a public scriptable API that can be used to call methods of the (privileged) plugin.Method parameters in com.xpn.xwiki.plugin with type arguments of type XWikiPluginInterface Modifier and Type Method Description void
XWikiPluginManager. initPlugin(Object plugin, Class<XWikiPluginInterface> pluginClass, XWikiContext context)
Constructor parameters in com.xpn.xwiki.plugin with type arguments of type XWikiPluginInterface Constructor Description PluginException(Class<? extends XWikiPluginInterface> plugin, int code, String message)
Deprecated.Exception constructor.PluginException(Class<? extends XWikiPluginInterface> plugin, int code, String message, Throwable e)
Deprecated.Exception constructor.PluginException(Class<? extends XWikiPluginInterface> plugin, int code, String message, Throwable e, Object[] args)
Deprecated.Exception constructor. -
Uses of XWikiPluginInterface in com.xpn.xwiki.plugin.fileupload
Classes in com.xpn.xwiki.plugin.fileupload that implement XWikiPluginInterface Modifier and Type Class Description class
FileUploadPlugin
Plugin that offers access to uploaded files.Methods in com.xpn.xwiki.plugin.fileupload with parameters of type XWikiPluginInterface Modifier and Type Method Description Api
FileUploadPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
-
Uses of XWikiPluginInterface in com.xpn.xwiki.plugin.mail
Classes in com.xpn.xwiki.plugin.mail that implement XWikiPluginInterface Modifier and Type Class Description class
MailPlugin
Methods in com.xpn.xwiki.plugin.mail with parameters of type XWikiPluginInterface Modifier and Type Method Description Api
MailPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
-
Uses of XWikiPluginInterface in com.xpn.xwiki.plugin.packaging
Classes in com.xpn.xwiki.plugin.packaging that implement XWikiPluginInterface Modifier and Type Class Description class
PackagePlugin
Deprecated.since 5.2, use Filter framework insteadMethods in com.xpn.xwiki.plugin.packaging with parameters of type XWikiPluginInterface Modifier and Type Method Description Api
PackagePlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
Deprecated. -
Uses of XWikiPluginInterface in com.xpn.xwiki.plugin.rightsmanager
Classes in com.xpn.xwiki.plugin.rightsmanager that implement XWikiPluginInterface Modifier and Type Class Description class
RightsManagerPlugin
Entry point of the Rights Manager plugin.Methods in com.xpn.xwiki.plugin.rightsmanager with parameters of type XWikiPluginInterface Modifier and Type Method Description Api
RightsManagerPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
-
Uses of XWikiPluginInterface in com.xpn.xwiki.plugin.svg
Classes in com.xpn.xwiki.plugin.svg that implement XWikiPluginInterface Modifier and Type Class Description class
SVGPlugin
Methods in com.xpn.xwiki.plugin.svg with parameters of type XWikiPluginInterface Modifier and Type Method Description Api
SVGPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
-