Modifier and Type | Method and Description |
---|---|
XWikiPluginInterface |
XWiki.getPlugin(String name,
XWikiContext context)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
MonitorPlugin |
Modifier and Type | Class and Description |
---|---|
class |
PluginApi<T extends XWikiPluginInterface>
Deprecated.
the plugin technology is deprecated, consider rewriting as components
|
Modifier and Type | Class and Description |
---|---|
class |
XWikiDefaultPlugin
Deprecated.
the plugin technology is deprecated, consider rewriting as components
|
Modifier and Type | Method and Description |
---|---|
XWikiPluginInterface |
XWikiPluginManager.getPlugin(String className) |
Modifier and Type | Method and Description |
---|---|
Vector<XWikiPluginInterface> |
XWikiPluginManager.getPlugins(String functionName) |
Modifier and Type | Method and Description |
---|---|
Api |
XWikiPluginInterface.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context)
Deprecated.
Get a public scriptable API that can be used to call methods of the (privileged) plugin.
|
Api |
XWikiDefaultPlugin.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
XWikiPluginManager.initPlugin(Object plugin,
Class<XWikiPluginInterface> pluginClass,
XWikiContext context) |
Constructor and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
FileUploadPlugin
Plugin that offers access to uploaded files.
|
Modifier and Type | Method and Description |
---|---|
Api |
FileUploadPlugin.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context) |
Modifier and Type | Class and Description |
---|---|
class |
MailPlugin |
Modifier and Type | Method and Description |
---|---|
Api |
MailPlugin.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context) |
Modifier and Type | Class and Description |
---|---|
class |
PackagePlugin
Deprecated.
since 5.2, use Filter framework instead
|
Modifier and Type | Method and Description |
---|---|
Api |
PackagePlugin.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
RightsManagerPlugin
Entry point of the Rights Manager plugin.
|
Modifier and Type | Method and Description |
---|---|
Api |
RightsManagerPlugin.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context) |
Modifier and Type | Class and Description |
---|---|
class |
SVGPlugin |
Modifier and Type | Method and Description |
---|---|
Api |
SVGPlugin.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context) |
Copyright © 2004–2021 XWiki. All rights reserved.