Uses of Class
org.jivesoftware.openfire.container.PluginManager
Packages that use PluginManager
Package
Description
The microkernel core of the server is a simple, flexible, nested
container framework defined in this package.
-
Uses of PluginManager in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return PluginManagerModifier and TypeMethodDescriptionXMPPServer.getPluginManager()Returns thePluginManagerinstance registered with this server. -
Uses of PluginManager in org.jivesoftware.openfire.container
Methods in org.jivesoftware.openfire.container with parameters of type PluginManagerModifier and TypeMethodDescriptionvoidAdminConsolePlugin.initializePlugin(PluginManager manager, File pluginDir) voidPlugin.initializePlugin(PluginManager manager, File pluginDirectory) Initializes the plugin.static StringPluginServlet.registerServlet(PluginManager pluginManager, Plugin plugin, javax.servlet.GenericServlet servlet, String relativeUrl) Registers a live servlet for a plugin programmatically, does not initialize the servlet.static voidPluginServlet.registerServlets(PluginManager manager, Plugin plugin, File webXML) Registers all JSP page servlets for a plugin.Constructors in org.jivesoftware.openfire.container with parameters of type PluginManagerModifierConstructorDescriptionPluginMonitor(PluginManager pluginManager) PluginServletContext(javax.servlet.ServletContext proxy, PluginManager pluginManager, Plugin plugin)