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 XWikiPluginInterfaceXWiki. 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 classMonitorPlugin -
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 classPluginApi<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 classXWikiDefaultPluginDeprecated.the plugin technology is deprecated, consider rewriting as componentsMethods in com.xpn.xwiki.plugin that return XWikiPluginInterface Modifier and Type Method Description XWikiPluginInterfaceXWikiPluginManager. 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 ApiXWikiDefaultPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)Deprecated.ApiXWikiPluginInterface. 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 voidXWikiPluginManager. 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 classFileUploadPluginPlugin that offers access to uploaded files.Methods in com.xpn.xwiki.plugin.fileupload with parameters of type XWikiPluginInterface Modifier and Type Method Description ApiFileUploadPlugin. 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 classMailPluginMethods in com.xpn.xwiki.plugin.mail with parameters of type XWikiPluginInterface Modifier and Type Method Description ApiMailPlugin. 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 classPackagePluginDeprecated.since 5.2, use Filter framework insteadMethods in com.xpn.xwiki.plugin.packaging with parameters of type XWikiPluginInterface Modifier and Type Method Description ApiPackagePlugin. 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 classRightsManagerPluginEntry point of the Rights Manager plugin.Methods in com.xpn.xwiki.plugin.rightsmanager with parameters of type XWikiPluginInterface Modifier and Type Method Description ApiRightsManagerPlugin. 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 classSVGPluginMethods in com.xpn.xwiki.plugin.svg with parameters of type XWikiPluginInterface Modifier and Type Method Description ApiSVGPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
-