Uses of Class
org.jivesoftware.openfire.container.PluginManager
-
Packages that use PluginManager Package Description org.jivesoftware.openfire org.jivesoftware.openfire.container 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 PluginManager Modifier and Type Method Description PluginManagerXMPPServer. 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 PluginManager Modifier and Type Method Description voidAdminConsolePlugin. 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 PluginManager Constructor Description PluginMonitor(PluginManager pluginManager)PluginServletContext(javax.servlet.ServletContext proxy, PluginManager pluginManager, Plugin plugin)
-