Interface ManagedServlet
- All Known Implementing Classes:
ApplicationServlet
,ScimV2Servlet
,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
-
Method Summary
-
Method Details
-
setDescriptor
-