Interface ManagedServlet

  • All Known Implementing Classes:
    ApplicationServlet, WebEngineServlet

    public interface ManagedServlet
    Can be implemented by managed servlets that belong to a bundle to have the servlet descriptor injected by the container just before the init() method is called.

    The descriptor can be used to retrieve the bundle declaring the servlet or other settings.

    Author:
    Bogdan Stefanescu