com.google.inject.servlet
Interface InstanceServletBinding

All Superinterfaces:
ServletModuleBinding

public interface InstanceServletBinding
extends ServletModuleBinding

A binding to a single instance of a servlet.

Since:
3.0
Author:
sameb@google.com

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

Method Detail

getServletInstance

javax.servlet.http.HttpServlet getServletInstance()
Returns the servlet instance that will be used.



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