public interface

InstanceServletBinding

implements ServletModuleBinding
com.google.inject.servlet.InstanceServletBinding

Class Overview

A binding to a single instance of a servlet.

Summary

Public Methods
abstract HttpServlet getServletInstance()
Returns the servlet instance that will be used.
[Expand]
Inherited Methods
From interface com.google.inject.servlet.ServletModuleBinding

Public Methods

public abstract HttpServlet getServletInstance ()

Returns the servlet instance that will be used.