public interface

ServletModuleBinding

com.google.inject.servlet.ServletModuleBinding
Known Indirect Subclasses

Class Overview

A binding created by ServletModule.

Summary

Public Methods
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 Map<String, String> getInitParams ()

Returns any context params supplied when creating the binding.

public abstract String getPattern ()

Returns the pattern used to match against the binding.

public abstract UriPatternType getUriPatternType ()

Returns the pattern type that this binding was created with.

public abstract boolean matchesUri (String uri)

Returns true if the given URI will match this binding.