Interface InstanceServletBinding

All Superinterfaces:
ServletModuleBinding

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

    • getServletInstance

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