com.google.inject.servlet
Interface InstanceFilterBinding

All Superinterfaces:
ServletModuleBinding

public interface InstanceFilterBinding
extends ServletModuleBinding

A binding to a single instance of a filter.

Since:
3.0
Author:
sameb@google.com

Method Summary
 javax.servlet.Filter getFilterInstance()
          Returns the filter instance that will be used.
 
Methods inherited from interface com.google.inject.servlet.ServletModuleBinding
getInitParams, getPattern, getUriPatternType, matchesUri
 

Method Detail

getFilterInstance

javax.servlet.Filter getFilterInstance()
Returns the filter instance that will be used.



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.