Class SimpleWebConsolePlugin

All Implemented Interfaces:
Serializable, Servlet, ServletConfig

@Deprecated public abstract class SimpleWebConsolePlugin extends AbstractWebConsolePlugin
Deprecated.
Either register a servlet using Servlet API 5 or use AbstractServlet
SimpleWebConsolePlugin is an utility class that provides default implementation of the AbstractWebConsolePlugin and supports the following features:
  • Methods for (un)registering the web console plugin service
  • Default implementation for resource loading
See Also: