public interface

LinkedFilterBinding

implements ServletModuleBinding
com.google.inject.servlet.LinkedFilterBinding

Class Overview

A linked binding to a filter.

Summary

Public Methods
abstract Key<? extends Filter> getLinkedKey()
Returns the key used to lookup the filter instance.
[Expand]
Inherited Methods
From interface com.google.inject.servlet.ServletModuleBinding

Public Methods

public abstract Key<? extends Filter> getLinkedKey ()

Returns the key used to lookup the filter instance.