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 PluginManager
XMPPServer. getPluginManager()
Returns thePluginManager
instance 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 void
AdminConsolePlugin. initializePlugin(PluginManager manager, File pluginDir)
void
Plugin. initializePlugin(PluginManager manager, File pluginDirectory)
Initializes the plugin.static String
PluginServlet. 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 void
PluginServlet. 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)
-