Guice
Filter by API Level:
Guice_3.0
Guice_2.0
Guice_1.0
Package Index
|
Class Index
com.google.inject
com.google.inject.assistedinject
com.google.inject.binder
com.google.inject.grapher
com.google.inject.grapher.graphviz
com.google.inject.jndi
com.google.inject.matcher
com.google.inject.multibindings
com.google.inject.name
com.google.inject.persist
com.google.inject.persist.finder
com.google.inject.persist.jpa
com.google.inject.servlet
com.google.inject.spi
com.google.inject.spring
com.google.inject.throwingproviders
com.google.inject.tools.jmx
com.google.inject.util
Interfaces
InstanceFilterBinding
InstanceServletBinding
LinkedFilterBinding
LinkedServletBinding
ServletModule.FilterKeyBindingBuilder
ServletModule.ServletKeyBindingBuilder
ServletModuleBinding
ServletModuleTargetVisitor
<T, V>
Classes
GuiceFilter
GuiceServletContextListener
ServletModule
ServletScopes
Annotations
RequestParameters
RequestScoped
SessionScoped
Enums
UriPatternType
Package Index
|
Class Index
Use Tree Navigation
Use Panel Navigation
Summary:
Methods
|
Inherited Methods
|
[Expand All]
Since:
API Level Guice_3.0
public interface
LinkedServletBinding
implements
ServletModuleBinding
com.google.inject.servlet.LinkedServletBinding
Class Overview
A linked binding to a servlet.
Summary
Public Methods
abstract
Key
<? extends HttpServlet>
getLinkedKey
()
Returns the key used to lookup the servlet instance.
[Expand]
Inherited Methods
From interface
com.google.inject.servlet.ServletModuleBinding
abstract Map<String, String>
getInitParams
()
Returns any context params supplied when creating the binding.
abstract String
getPattern
()
Returns the pattern used to match against the binding.
abstract
UriPatternType
getUriPatternType
()
Returns the pattern type that this binding was created with.
abstract boolean
matchesUri
(String uri)
Returns true if the given URI will match this binding.
Public Methods
public abstract
Key
<? extends HttpServlet>
getLinkedKey
()
Since:
API Level Guice_3.0
Returns the key used to lookup the servlet instance.