Interface InstanceServletBinding

All Superinterfaces:
ServletModuleBinding
All Known Implementing Classes:
InstanceServletBindingImpl

public interface InstanceServletBinding extends ServletModuleBinding
A binding to a single instance of a servlet.
Since:
3.0
  • Method Details

    • getServletInstance

      javax.servlet.http.HttpServlet getServletInstance()
      Returns the servlet instance that will be used.