Package com.google.inject.servlet
Interface LinkedServletBinding
-
- All Superinterfaces:
ServletModuleBinding
public interface LinkedServletBinding extends ServletModuleBinding
A linked binding to a servlet.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.inject.Key<? extends jakarta.servlet.http.HttpServlet>getLinkedKey()Returns the key used to lookup the servlet instance.-
Methods inherited from interface com.google.inject.servlet.ServletModuleBinding
getInitParams, getPattern, getUriPatternType, matchesUri
-
-