blob: 29e88aa8cbca3f771d46c311c7c99e2b726d6dae [file] [log] [blame]
crazyboblee472157c2007-02-20 21:50:10 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.5.0_06) on Tue Feb 20 13:47:16 PST 2007 -->
6<TITLE>
7Index (Guice 1.0 API)
8</TITLE>
9
10
11<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
12
13<SCRIPT type="text/javascript">
14function windowTitle()
15{
16 parent.document.title="Index (Guice 1.0 API)";
17}
18</SCRIPT>
19<NOSCRIPT>
20</NOSCRIPT>
21
22</HEAD>
23
24<BODY BGCOLOR="white" onload="windowTitle();">
25
26
27<!-- ========= START OF TOP NAVBAR ======= -->
28<A NAME="navbar_top"><!-- --></A>
29<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31<TR>
32<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33<A NAME="navbar_top_firstrow"><!-- --></A>
34<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44</TABLE>
45</TD>
46<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47</EM>
48</TD>
49</TR>
50
51<TR>
52<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53&nbsp;PREV&nbsp;
54&nbsp;NEXT</FONT></TD>
55<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
57&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58&nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64</SCRIPT>
65<NOSCRIPT>
66 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
67</NOSCRIPT>
68
69
70</FONT></TD>
71</TR>
72</TABLE>
73<A NAME="skip-navbar_top"></A>
74<!-- ========= END OF TOP NAVBAR ========= -->
75
76<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
77<A NAME="_A_"><!-- --></A><H2>
78<B>A</B></H2>
79<DL>
80<DT><A HREF="./com/google/inject/matcher/AbstractMatcher.html" title="class in com.google.inject.matcher"><B>AbstractMatcher</B></A>&lt;<A HREF="./com/google/inject/matcher/AbstractMatcher.html" title="type parameter in AbstractMatcher">T</A>&gt; - Class in <A HREF="./com/google/inject/matcher/package-summary.html">com.google.inject.matcher</A><DD>Implements <code>and()</code> and <code>or()</code>.<DT><A HREF="./com/google/inject/matcher/AbstractMatcher.html#AbstractMatcher()"><B>AbstractMatcher()</B></A> -
81Constructor for class com.google.inject.matcher.<A HREF="./com/google/inject/matcher/AbstractMatcher.html" title="class in com.google.inject.matcher">AbstractMatcher</A>
82<DD>&nbsp;
83<DT><A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject"><B>AbstractModule</B></A> - Class in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>A support class for <A HREF="./com/google/inject/Module.html" title="interface in com.google.inject"><CODE>Module</CODE></A>s which reduces repetition and results in
84 a more readable configuration.<DT><A HREF="./com/google/inject/AbstractModule.html#AbstractModule()"><B>AbstractModule()</B></A> -
85Constructor for class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
86<DD>&nbsp;
87<DT><A HREF="./com/google/inject/matcher/AbstractMatcher.html#and(com.google.inject.matcher.Matcher)"><B>and(Matcher&lt;? super T&gt;)</B></A> -
88Method in class com.google.inject.matcher.<A HREF="./com/google/inject/matcher/AbstractMatcher.html" title="class in com.google.inject.matcher">AbstractMatcher</A>
89<DD>&nbsp;
90<DT><A HREF="./com/google/inject/matcher/Matcher.html#and(com.google.inject.matcher.Matcher)"><B>and(Matcher&lt;? super T&gt;)</B></A> -
91Method in interface com.google.inject.matcher.<A HREF="./com/google/inject/matcher/Matcher.html" title="interface in com.google.inject.matcher">Matcher</A>
92<DD>Returns a new matcher which returns <code>true</code> if both this and the
93 given matcher return <code>true</code>.
94<DT><A HREF="./com/google/inject/binder/BindingAnnotationBuilder.html#annotatedWith(java.lang.Class)"><B>annotatedWith(Class&lt;? extends Annotation&gt;)</B></A> -
95Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/BindingAnnotationBuilder.html" title="interface in com.google.inject.binder">BindingAnnotationBuilder</A>
96<DD>Specifies the marker annotation type for this binding.
97<DT><A HREF="./com/google/inject/binder/BindingAnnotationBuilder.html#annotatedWith(java.lang.annotation.Annotation)"><B>annotatedWith(Annotation)</B></A> -
98Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/BindingAnnotationBuilder.html" title="interface in com.google.inject.binder">BindingAnnotationBuilder</A>
99<DD>Specifies an annotation value for this binding.
100<DT><A HREF="./com/google/inject/matcher/Matchers.html#annotatedWith(java.lang.Class)"><B>annotatedWith(Class&lt;? extends Annotation&gt;)</B></A> -
101Static method in class com.google.inject.matcher.<A HREF="./com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</A>
102<DD>Returns a matcher which matches elements (methods, classes, etc.)
103 with a given annotation.
104<DT><A HREF="./com/google/inject/matcher/Matchers.html#any()"><B>any()</B></A> -
105Static method in class com.google.inject.matcher.<A HREF="./com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</A>
106<DD>Returns a matcher which matches any input.
107</DL>
108<HR>
109<A NAME="_B_"><!-- --></A><H2>
110<B>B</B></H2>
111<DL>
112<DT><A HREF="./com/google/inject/AbstractModule.html#bind(com.google.inject.Key)"><B>bind(Key&lt;T&gt;)</B></A> -
113Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
114<DD>&nbsp;
115<DT><A HREF="./com/google/inject/AbstractModule.html#bind(com.google.inject.TypeLiteral)"><B>bind(TypeLiteral&lt;T&gt;)</B></A> -
116Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
117<DD>&nbsp;
118<DT><A HREF="./com/google/inject/AbstractModule.html#bind(java.lang.Class)"><B>bind(Class&lt;T&gt;)</B></A> -
119Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
120<DD>&nbsp;
121<DT><A HREF="./com/google/inject/Binder.html#bind(com.google.inject.Key)"><B>bind(Key&lt;T&gt;)</B></A> -
122Method in interface com.google.inject.<A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject">Binder</A>
123<DD>Creates a binding to a key.
124<DT><A HREF="./com/google/inject/Binder.html#bind(com.google.inject.TypeLiteral)"><B>bind(TypeLiteral&lt;T&gt;)</B></A> -
125Method in interface com.google.inject.<A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject">Binder</A>
126<DD>Creates a binding to a type.
127<DT><A HREF="./com/google/inject/Binder.html#bind(java.lang.Class)"><B>bind(Class&lt;T&gt;)</B></A> -
128Method in interface com.google.inject.<A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject">Binder</A>
129<DD>Creates a binding to a type.
130<DT><A HREF="./com/google/inject/AbstractModule.html#bindConstant(java.lang.Class)"><B>bindConstant(Class&lt;? extends Annotation&gt;)</B></A> -
131Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
132<DD>&nbsp;
133<DT><A HREF="./com/google/inject/AbstractModule.html#bindConstant(java.lang.annotation.Annotation)"><B>bindConstant(Annotation)</B></A> -
134Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
135<DD>&nbsp;
136<DT><A HREF="./com/google/inject/Binder.html#bindConstant(java.lang.annotation.Annotation)"><B>bindConstant(Annotation)</B></A> -
137Method in interface com.google.inject.<A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject">Binder</A>
138<DD>Binds a constant value to an annotation.
139<DT><A HREF="./com/google/inject/Binder.html#bindConstant(java.lang.Class)"><B>bindConstant(Class&lt;? extends Annotation&gt;)</B></A> -
140Method in interface com.google.inject.<A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject">Binder</A>
141<DD>Binds a constant value to an annotation.
142<DT><A HREF="./com/google/inject/AbstractModule.html#binder()"><B>binder()</B></A> -
143Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
144<DD>Gets direct access to the underlying <code>Binder</code>.
145<DT><A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject"><B>Binder</B></A> - Interface in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Used by <A HREF="./com/google/inject/Module.html" title="interface in com.google.inject"><CODE>Module</CODE></A> implementations to configure bindings.<DT><A HREF="./com/google/inject/Binding.html" title="class in com.google.inject"><B>Binding</B></A>&lt;<A HREF="./com/google/inject/Binding.html" title="type parameter in Binding">T</A>&gt; - Class in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>A binding from a <A HREF="./com/google/inject/Key.html" title="class in com.google.inject"><CODE>Key</CODE></A> (type and name) to an instance locator.<DT><A HREF="./com/google/inject/BindingAnnotation.html" title="annotation in com.google.inject"><B>BindingAnnotation</B></A> - Annotation Type in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Annotates annotations which are used for binding.<DT><A HREF="./com/google/inject/binder/BindingAnnotationBuilder.html" title="interface in com.google.inject.binder"><B>BindingAnnotationBuilder</B></A>&lt;<A HREF="./com/google/inject/binder/BindingAnnotationBuilder.html" title="type parameter in BindingAnnotationBuilder">T</A>&gt; - Interface in <A HREF="./com/google/inject/binder/package-summary.html">com.google.inject.binder</A><DD>Specifies the annotation of this binding.<DT><A HREF="./com/google/inject/binder/BindingBuilder.html" title="interface in com.google.inject.binder"><B>BindingBuilder</B></A>&lt;<A HREF="./com/google/inject/binder/BindingBuilder.html" title="type parameter in BindingBuilder">T</A>&gt; - Interface in <A HREF="./com/google/inject/binder/package-summary.html">com.google.inject.binder</A><DD>Specifies the attributes of a binding.<DT><A HREF="./com/google/inject/binder/BindingImplementationBuilder.html" title="interface in com.google.inject.binder"><B>BindingImplementationBuilder</B></A>&lt;<A HREF="./com/google/inject/binder/BindingImplementationBuilder.html" title="type parameter in BindingImplementationBuilder">T</A>&gt; - Interface in <A HREF="./com/google/inject/binder/package-summary.html">com.google.inject.binder</A><DD>Specifies an implementation for a binding.<DT><A HREF="./com/google/inject/binder/BindingScopeBuilder.html" title="interface in com.google.inject.binder"><B>BindingScopeBuilder</B></A> - Interface in <A HREF="./com/google/inject/binder/package-summary.html">com.google.inject.binder</A><DD>Specifies the scope for a binding.<DT><A HREF="./com/google/inject/AbstractModule.html#bindInterceptor(com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher, org.aopalliance.intercept.MethodInterceptor...)"><B>bindInterceptor(Matcher&lt;? super Class&lt;?&gt;&gt;, Matcher&lt;? super Method&gt;, MethodInterceptor...)</B></A> -
146Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
147<DD>&nbsp;
148<DT><A HREF="./com/google/inject/Binder.html#bindInterceptor(com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher, org.aopalliance.intercept.MethodInterceptor...)"><B>bindInterceptor(Matcher&lt;? super Class&lt;?&gt;&gt;, Matcher&lt;? super Method&gt;, MethodInterceptor...)</B></A> -
149Method in interface com.google.inject.<A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject">Binder</A>
150<DD>Binds a method interceptor to methods matched by class and method
151 matchers.
152<DT><A HREF="./com/google/inject/name/Names.html#bindProperties(com.google.inject.Binder, java.util.Map)"><B>bindProperties(Binder, Map&lt;String, String&gt;)</B></A> -
153Static method in class com.google.inject.name.<A HREF="./com/google/inject/name/Names.html" title="class in com.google.inject.name">Names</A>
154<DD>Creates a constant binding to <code>@Named(key)</code> for each property.
155<DT><A HREF="./com/google/inject/name/Names.html#bindProperties(com.google.inject.Binder, java.util.Properties)"><B>bindProperties(Binder, Properties)</B></A> -
156Static method in class com.google.inject.name.<A HREF="./com/google/inject/name/Names.html" title="class in com.google.inject.name">Names</A>
157<DD>Creates a constant binding to <code>@Named(key)</code> for each property.
158<DT><A HREF="./com/google/inject/AbstractModule.html#bindScope(java.lang.Class, com.google.inject.Scope)"><B>bindScope(Class&lt;? extends Annotation&gt;, Scope)</B></A> -
159Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
160<DD>&nbsp;
161<DT><A HREF="./com/google/inject/Binder.html#bindScope(java.lang.Class, com.google.inject.Scope)"><B>bindScope(Class&lt;? extends Annotation&gt;, Scope)</B></A> -
162Method in interface com.google.inject.<A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject">Binder</A>
163<DD>Binds a scope to an annotation.
164</DL>
165<HR>
166<A NAME="_C_"><!-- --></A><H2>
167<B>C</B></H2>
168<DL>
169<DT><A HREF="./com/google/inject/package-summary.html"><B>com.google.inject</B></A> - package com.google.inject<DD><i>Google Guice</i> (pronounced "juice") is an ultra-lightweight dependency
170 injection container.<DT><A HREF="./com/google/inject/binder/package-summary.html"><B>com.google.inject.binder</B></A> - package com.google.inject.binder<DD>Interface which make up <A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject"><CODE>Binder</CODE></A>'s
171 domain-specific language (DSL).<DT><A HREF="./com/google/inject/matcher/package-summary.html"><B>com.google.inject.matcher</B></A> - package com.google.inject.matcher<DD>A matcher API.<DT><A HREF="./com/google/inject/name/package-summary.html"><B>com.google.inject.name</B></A> - package com.google.inject.name<DD>Support for binding to string-based names.<DT><A HREF="./com/google/inject/servlet/package-summary.html"><B>com.google.inject.servlet</B></A> - package com.google.inject.servlet<DD>Servlet API scopes and bindings.<DT><A HREF="./com/google/inject/spi/package-summary.html"><B>com.google.inject.spi</B></A> - package com.google.inject.spi<DD>Guice service provider interface<DT><A HREF="./com/google/inject/tools/jmx/package-summary.html"><B>com.google.inject.tools.jmx</B></A> - package com.google.inject.tools.jmx<DD>&nbsp;<DT><A HREF="./com/google/inject/AbstractModule.html#configure(com.google.inject.Binder)"><B>configure(Binder)</B></A> -
172Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
173<DD>&nbsp;
174<DT><A HREF="./com/google/inject/AbstractModule.html#configure()"><B>configure()</B></A> -
175Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
176<DD>Configures a <A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject"><CODE>Binder</CODE></A> via the exposed methods.
177<DT><A HREF="./com/google/inject/Module.html#configure(com.google.inject.Binder)"><B>configure(Binder)</B></A> -
178Method in interface com.google.inject.<A HREF="./com/google/inject/Module.html" title="interface in com.google.inject">Module</A>
179<DD>Contributes bindings and other configurations to a <code>Binder</code>.
180<DT><A HREF="./com/google/inject/servlet/ServletModule.html#configure()"><B>configure()</B></A> -
181Method in class com.google.inject.servlet.<A HREF="./com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet">ServletModule</A>
182<DD>&nbsp;
183<DT><A HREF="./com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder"><B>ConstantBindingBuilder</B></A> - Interface in <A HREF="./com/google/inject/binder/package-summary.html">com.google.inject.binder</A><DD>Javadoc.<DT><A HREF="./com/google/inject/Container.html" title="interface in com.google.inject"><B>Container</B></A> - Interface in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Injects dependencies into constructors, methods and fields annotated with
184 <code>@</code><A HREF="./com/google/inject/Inject.html" title="annotation in com.google.inject"><CODE>Inject</CODE></A>.<DT><A HREF="./com/google/inject/Scopes.html#CONTAINER"><B>CONTAINER</B></A> -
185Static variable in class com.google.inject.<A HREF="./com/google/inject/Scopes.html" title="class in com.google.inject">Scopes</A>
186<DD>One instance per container.
187<DT><A HREF="./com/google/inject/ContainerScoped.html" title="annotation in com.google.inject"><B>ContainerScoped</B></A> - Annotation Type in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Apply this to implementation classes when you want one instance per
188 container, as opposed to one instance per injection.<DT><A HREF="./com/google/inject/Context.html" title="interface in com.google.inject"><B>Context</B></A> - Interface in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Context of the current injection.<DT><A HREF="./com/google/inject/Guice.html#createContainer(com.google.inject.Module...)"><B>createContainer(Module...)</B></A> -
189Static method in class com.google.inject.<A HREF="./com/google/inject/Guice.html" title="class in com.google.inject">Guice</A>
190<DD>Creates a <code>Container</code> from <code>Module</code>s.
191<DT><A HREF="./com/google/inject/Guice.html#createContainer(java.lang.Iterable)"><B>createContainer(Iterable&lt;Module&gt;)</B></A> -
192Static method in class com.google.inject.<A HREF="./com/google/inject/Guice.html" title="class in com.google.inject">Guice</A>
193<DD>Creates a <code>Container</code> from <code>Module</code>s.
194<DT><A HREF="./com/google/inject/Guice.html#createContainer(com.google.inject.Stage, com.google.inject.Module...)"><B>createContainer(Stage, Module...)</B></A> -
195Static method in class com.google.inject.<A HREF="./com/google/inject/Guice.html" title="class in com.google.inject">Guice</A>
196<DD>Creates a <code>Container</code> from <code>Module</code>s in a given development
197 <A HREF="./com/google/inject/Stage.html" title="enum in com.google.inject"><CODE>Stage</CODE></A>.
198<DT><A HREF="./com/google/inject/Guice.html#createContainer(com.google.inject.Stage, java.lang.Iterable)"><B>createContainer(Stage, Iterable&lt;Module&gt;)</B></A> -
199Static method in class com.google.inject.<A HREF="./com/google/inject/Guice.html" title="class in com.google.inject">Guice</A>
200<DD>Creates a <code>Container</code> from <code>Module</code>s in a given development
201 <A HREF="./com/google/inject/Stage.html" title="enum in com.google.inject"><CODE>Stage</CODE></A>.
202<DT><A HREF="./com/google/inject/CreationException.html" title="class in com.google.inject"><B>CreationException</B></A> - Exception in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Thrown when errors occur while creating a <A HREF="./com/google/inject/Container.html" title="interface in com.google.inject"><CODE>Container</CODE></A>.<DT><A HREF="./com/google/inject/CreationException.html#CreationException(java.util.Collection)"><B>CreationException(Collection&lt;Message&gt;)</B></A> -
203Constructor for exception com.google.inject.<A HREF="./com/google/inject/CreationException.html" title="class in com.google.inject">CreationException</A>
204<DD>Constructs a new exception for the given errors.
205</DL>
206<HR>
207<A NAME="_D_"><!-- --></A><H2>
208<B>D</B></H2>
209<DL>
210<DT><A HREF="./com/google/inject/Scopes.html#DEFAULT"><B>DEFAULT</B></A> -
211Static variable in class com.google.inject.<A HREF="./com/google/inject/Scopes.html" title="class in com.google.inject">Scopes</A>
212<DD>The default scope, one instance per injection.
213<DT><A HREF="./com/google/inject/spi/SourceProviders.html#defaultSource()"><B>defaultSource()</B></A> -
214Static method in class com.google.inject.spi.<A HREF="./com/google/inject/spi/SourceProviders.html" title="class in com.google.inject.spi">SourceProviders</A>
215<DD>Returns the current source obtained from the default provider.
216<DT><A HREF="./com/google/inject/servlet/GuiceFilter.html#destroy()"><B>destroy()</B></A> -
217Method in class com.google.inject.servlet.<A HREF="./com/google/inject/servlet/GuiceFilter.html" title="class in com.google.inject.servlet">GuiceFilter</A>
218<DD>&nbsp;
219<DT><A HREF="./com/google/inject/servlet/GuiceFilter.html#doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>doFilter(ServletRequest, ServletResponse, FilterChain)</B></A> -
220Method in class com.google.inject.servlet.<A HREF="./com/google/inject/servlet/GuiceFilter.html" title="class in com.google.inject.servlet">GuiceFilter</A>
221<DD>&nbsp;
222</DL>
223<HR>
224<A NAME="_E_"><!-- --></A><H2>
225<B>E</B></H2>
226<DL>
227<DT><A HREF="./com/google/inject/binder/BindingScopeBuilder.html#eagerlyInContainer()"><B>eagerlyInContainer()</B></A> -
228Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/BindingScopeBuilder.html" title="interface in com.google.inject.binder">BindingScopeBuilder</A>
229<DD>Instructs the <A HREF="./com/google/inject/Container.html" title="interface in com.google.inject"><CODE>Container</CODE></A> to eagerly load this
230 container-scoped binding upon creation.
231<DT><A HREF="./com/google/inject/Key.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
232Method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
233<DD>&nbsp;
234<DT><A HREF="./com/google/inject/spi/Message.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
235Method in class com.google.inject.spi.<A HREF="./com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</A>
236<DD>&nbsp;
237<DT><A HREF="./com/google/inject/TypeLiteral.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
238Method in class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
239<DD>&nbsp;
240</DL>
241<HR>
242<A NAME="_F_"><!-- --></A><H2>
243<B>F</B></H2>
244<DL>
245<DT><A HREF="./com/google/inject/Factory.html" title="interface in com.google.inject"><B>Factory</B></A>&lt;<A HREF="./com/google/inject/Factory.html" title="type parameter in Factory">T</A>&gt; - Interface in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Generates instances of <code>T</code> for a binding.<DT><A HREF="./com/google/inject/Container.html#findBindingsByType(com.google.inject.TypeLiteral)"><B>findBindingsByType(TypeLiteral&lt;T&gt;)</B></A> -
246Method in interface com.google.inject.<A HREF="./com/google/inject/Container.html" title="interface in com.google.inject">Container</A>
247<DD>Finds all bindings to the given type.
248</DL>
249<HR>
250<A NAME="_G_"><!-- --></A><H2>
251<B>G</B></H2>
252<DL>
253<DT><A HREF="./com/google/inject/Factory.html#get(com.google.inject.Context)"><B>get(Context)</B></A> -
254Method in interface com.google.inject.<A HREF="./com/google/inject/Factory.html" title="interface in com.google.inject">Factory</A>
255<DD>Generates an instance of <code>T</code> given the context of the injection.
256<DT><A HREF="./com/google/inject/Key.html#get(java.lang.Class)"><B>get(Class&lt;T&gt;)</B></A> -
257Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
258<DD>Gets a key for an injection type.
259<DT><A HREF="./com/google/inject/Key.html#get(java.lang.Class, java.lang.Class)"><B>get(Class&lt;T&gt;, Class&lt;? extends Annotation&gt;)</B></A> -
260Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
261<DD>Gets a key for an injection type and an annotation type.
262<DT><A HREF="./com/google/inject/Key.html#get(java.lang.Class, java.lang.annotation.Annotation)"><B>get(Class&lt;T&gt;, Annotation)</B></A> -
263Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
264<DD>Gets a key for an injection type and an annotation.
265<DT><A HREF="./com/google/inject/Key.html#get(java.lang.reflect.Type)"><B>get(Type)</B></A> -
266Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
267<DD>Gets a key for an injection type.
268<DT><A HREF="./com/google/inject/Key.html#get(java.lang.reflect.Type, java.lang.Class)"><B>get(Type, Class&lt;? extends Annotation&gt;)</B></A> -
269Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
270<DD>Gets a key for an injection type and an annotation type.
271<DT><A HREF="./com/google/inject/Key.html#get(java.lang.reflect.Type, java.lang.annotation.Annotation)"><B>get(Type, Annotation)</B></A> -
272Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
273<DD>Gets a key for an injection type and an annotation.
274<DT><A HREF="./com/google/inject/Key.html#get(com.google.inject.TypeLiteral)"><B>get(TypeLiteral&lt;T&gt;)</B></A> -
275Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
276<DD>Gets a key for an injection type.
277<DT><A HREF="./com/google/inject/Key.html#get(com.google.inject.TypeLiteral, java.lang.Class)"><B>get(TypeLiteral&lt;T&gt;, Class&lt;? extends Annotation&gt;)</B></A> -
278Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
279<DD>Gets a key for an injection type and an annotation type.
280<DT><A HREF="./com/google/inject/Key.html#get(com.google.inject.TypeLiteral, java.lang.annotation.Annotation)"><B>get(TypeLiteral&lt;T&gt;, Annotation)</B></A> -
281Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
282<DD>Gets a key for an injection type and an annotation.
283<DT><A HREF="./com/google/inject/Locator.html#get()"><B>get()</B></A> -
284Method in interface com.google.inject.<A HREF="./com/google/inject/Locator.html" title="interface in com.google.inject">Locator</A>
285<DD>Locates an instance of <code>T</code>.
286<DT><A HREF="./com/google/inject/TypeLiteral.html#get(java.lang.reflect.Type)"><B>get(Type)</B></A> -
287Static method in class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
288<DD>Gets type literal for the given <code>Type</code> instance.
289<DT><A HREF="./com/google/inject/TypeLiteral.html#get(java.lang.Class)"><B>get(Class&lt;T&gt;)</B></A> -
290Static method in class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
291<DD>Gets type literal for the given <code>Class</code> instance.
292<DT><A HREF="./com/google/inject/Key.html#getAnnotation()"><B>getAnnotation()</B></A> -
293Method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
294<DD>Gets the annotation.
295<DT><A HREF="./com/google/inject/Key.html#getAnnotationType()"><B>getAnnotationType()</B></A> -
296Method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
297<DD>Gets the annotation type.
298<DT><A HREF="./com/google/inject/Container.html#getBinding(com.google.inject.Key)"><B>getBinding(Key&lt;T&gt;)</B></A> -
299Method in interface com.google.inject.<A HREF="./com/google/inject/Container.html" title="interface in com.google.inject">Container</A>
300<DD>Gets a binding for the given key.
301<DT><A HREF="./com/google/inject/Container.html#getBindings()"><B>getBindings()</B></A> -
302Method in interface com.google.inject.<A HREF="./com/google/inject/Container.html" title="interface in com.google.inject">Container</A>
303<DD>Gets all explicit bindings.
304<DT><A HREF="./com/google/inject/Context.html#getContainer()"><B>getContainer()</B></A> -
305Method in interface com.google.inject.<A HREF="./com/google/inject/Context.html" title="interface in com.google.inject">Context</A>
306<DD>Gets the <A HREF="./com/google/inject/Container.html" title="interface in com.google.inject"><CODE>Container</CODE></A>.
307<DT><A HREF="./com/google/inject/CreationException.html#getErrorMessages()"><B>getErrorMessages()</B></A> -
308Method in exception com.google.inject.<A HREF="./com/google/inject/CreationException.html" title="class in com.google.inject">CreationException</A>
309<DD>Gets the error messages which resulted in this exception.
310<DT><A HREF="./com/google/inject/Binding.html#getKey()"><B>getKey()</B></A> -
311Method in class com.google.inject.<A HREF="./com/google/inject/Binding.html" title="class in com.google.inject">Binding</A>
312<DD>Gets the key for this binding.
313<DT><A HREF="./com/google/inject/Context.html#getKey()"><B>getKey()</B></A> -
314Method in interface com.google.inject.<A HREF="./com/google/inject/Context.html" title="interface in com.google.inject">Context</A>
315<DD>Gets the binding key for the object currently being retrieved.
316<DT><A HREF="./com/google/inject/tools/jmx/ManagedBindingMBean.html#getKey()"><B>getKey()</B></A> -
317Method in interface com.google.inject.tools.jmx.<A HREF="./com/google/inject/tools/jmx/ManagedBindingMBean.html" title="interface in com.google.inject.tools.jmx">ManagedBindingMBean</A>
318<DD>Gets the binding key.
319<DT><A HREF="./com/google/inject/Binding.html#getLocator()"><B>getLocator()</B></A> -
320Method in class com.google.inject.<A HREF="./com/google/inject/Binding.html" title="class in com.google.inject">Binding</A>
321<DD>Gets the locator which returns instances of <code>T</code>.
322<DT><A HREF="./com/google/inject/Container.html#getLocator(com.google.inject.Key)"><B>getLocator(Key&lt;T&gt;)</B></A> -
323Method in interface com.google.inject.<A HREF="./com/google/inject/Container.html" title="interface in com.google.inject">Container</A>
324<DD>Gets the locator bound to the given key.
325<DT><A HREF="./com/google/inject/Container.html#getLocator(java.lang.Class)"><B>getLocator(Class&lt;T&gt;)</B></A> -
326Method in interface com.google.inject.<A HREF="./com/google/inject/Container.html" title="interface in com.google.inject">Container</A>
327<DD>Gets the locator bound to the given type.
328<DT><A HREF="./com/google/inject/tools/jmx/ManagedBindingMBean.html#getLocator()"><B>getLocator()</B></A> -
329Method in interface com.google.inject.tools.jmx.<A HREF="./com/google/inject/tools/jmx/ManagedBindingMBean.html" title="interface in com.google.inject.tools.jmx">ManagedBindingMBean</A>
330<DD>Gets the locator to which this binding is bound.
331<DT><A HREF="./com/google/inject/Context.html#getMember()"><B>getMember()</B></A> -
332Method in interface com.google.inject.<A HREF="./com/google/inject/Context.html" title="interface in com.google.inject">Context</A>
333<DD>Gets the field, method or constructor which is being injected.
334<DT><A HREF="./com/google/inject/CreationException.html#getMessage()"><B>getMessage()</B></A> -
335Method in exception com.google.inject.<A HREF="./com/google/inject/CreationException.html" title="class in com.google.inject">CreationException</A>
336<DD>&nbsp;
337<DT><A HREF="./com/google/inject/spi/Message.html#getMessage()"><B>getMessage()</B></A> -
338Method in class com.google.inject.spi.<A HREF="./com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</A>
339<DD>Gets the error message text.
340<DT><A HREF="./com/google/inject/Context.html#getParameterIndex()"><B>getParameterIndex()</B></A> -
341Method in interface com.google.inject.<A HREF="./com/google/inject/Context.html" title="interface in com.google.inject">Context</A>
342<DD>Gets the index of the parameter which is being injected.
343<DT><A HREF="./com/google/inject/spi/SourceProviders.html#getSkippedClassNames()"><B>getSkippedClassNames()</B></A> -
344Static method in class com.google.inject.spi.<A HREF="./com/google/inject/spi/SourceProviders.html" title="class in com.google.inject.spi">SourceProviders</A>
345<DD>Gets the set of class names which should be skipped by stacktrace-based
346 providers.
347<DT><A HREF="./com/google/inject/Binding.html#getSource()"><B>getSource()</B></A> -
348Method in class com.google.inject.<A HREF="./com/google/inject/Binding.html" title="class in com.google.inject">Binding</A>
349<DD>Gets the source object, an arbitrary object which points back to the
350 configuration which resulted in this binding.
351<DT><A HREF="./com/google/inject/spi/Message.html#getSource()"><B>getSource()</B></A> -
352Method in class com.google.inject.spi.<A HREF="./com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</A>
353<DD>Gets the source of the configuration which resulted in this error message.
354<DT><A HREF="./com/google/inject/tools/jmx/ManagedBindingMBean.html#getSource()"><B>getSource()</B></A> -
355Method in interface com.google.inject.tools.jmx.<A HREF="./com/google/inject/tools/jmx/ManagedBindingMBean.html" title="interface in com.google.inject.tools.jmx">ManagedBindingMBean</A>
356<DD>Gets the source of this binding.
357<DT><A HREF="./com/google/inject/spi/Message.html#getSourceString()"><B>getSourceString()</B></A> -
358Method in class com.google.inject.spi.<A HREF="./com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</A>
359<DD>Returns a string representation of the source object.
360<DT><A HREF="./com/google/inject/Key.html#getType()"><B>getType()</B></A> -
361Method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
362<DD>Gets the key type.
363<DT><A HREF="./com/google/inject/TypeLiteral.html#getType()"><B>getType()</B></A> -
364Method in class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
365<DD>Gets underlying <code>Type</code> instance.
366<DT><A HREF="./com/google/inject/Guice.html" title="class in com.google.inject"><B>Guice</B></A> - Class in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>The entry point to the Guice framework.<DT><A HREF="./com/google/inject/servlet/GuiceFilter.html" title="class in com.google.inject.servlet"><B>GuiceFilter</B></A> - Class in <A HREF="./com/google/inject/servlet/package-summary.html">com.google.inject.servlet</A><DD>Apply this filter to all requests where you plan to use servlet scopes.<DT><A HREF="./com/google/inject/servlet/GuiceFilter.html#GuiceFilter()"><B>GuiceFilter()</B></A> -
367Constructor for class com.google.inject.servlet.<A HREF="./com/google/inject/servlet/GuiceFilter.html" title="class in com.google.inject.servlet">GuiceFilter</A>
368<DD>&nbsp;
369</DL>
370<HR>
371<A NAME="_H_"><!-- --></A><H2>
372<B>H</B></H2>
373<DL>
374<DT><A HREF="./com/google/inject/Key.html#hashCode()"><B>hashCode()</B></A> -
375Method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
376<DD>&nbsp;
377<DT><A HREF="./com/google/inject/spi/Message.html#hashCode()"><B>hashCode()</B></A> -
378Method in class com.google.inject.spi.<A HREF="./com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</A>
379<DD>&nbsp;
380<DT><A HREF="./com/google/inject/TypeLiteral.html#hashCode()"><B>hashCode()</B></A> -
381Method in class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
382<DD>&nbsp;
383</DL>
384<HR>
385<A NAME="_I_"><!-- --></A><H2>
386<B>I</B></H2>
387<DL>
388<DT><A HREF="./com/google/inject/matcher/Matchers.html#identicalTo(java.lang.Object)"><B>identicalTo(Object)</B></A> -
389Static method in class com.google.inject.matcher.<A HREF="./com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</A>
390<DD>Returns a matcher which matches only the given object.
391<DT><A HREF="./com/google/inject/binder/BindingScopeBuilder.html#in(java.lang.Class)"><B>in(Class&lt;? extends Annotation&gt;)</B></A> -
392Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/BindingScopeBuilder.html" title="interface in com.google.inject.binder">BindingScopeBuilder</A>
393<DD>Specifies the scope.
394<DT><A HREF="./com/google/inject/binder/BindingScopeBuilder.html#in(com.google.inject.Scope)"><B>in(Scope)</B></A> -
395Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/BindingScopeBuilder.html" title="interface in com.google.inject.binder">BindingScopeBuilder</A>
396<DD>Specifies the scope.
397<DT><A HREF="./com/google/inject/servlet/GuiceFilter.html#init(javax.servlet.FilterConfig)"><B>init(FilterConfig)</B></A> -
398Method in class com.google.inject.servlet.<A HREF="./com/google/inject/servlet/GuiceFilter.html" title="class in com.google.inject.servlet">GuiceFilter</A>
399<DD>&nbsp;
400<DT><A HREF="./com/google/inject/Inject.html" title="annotation in com.google.inject"><B>Inject</B></A> - Annotation Type in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Annotates members of your implementation class (constructors, methods
401 and fields) into which the container should inject references or
402 values.<DT><A HREF="./com/google/inject/Container.html#injectMembers(java.lang.Object)"><B>injectMembers(Object)</B></A> -
403Method in interface com.google.inject.<A HREF="./com/google/inject/Container.html" title="interface in com.google.inject">Container</A>
404<DD>Injects dependencies into the fields and methods of an existing object.
405<DT><A HREF="./com/google/inject/matcher/Matchers.html#inPackage(java.lang.Package)"><B>inPackage(Package)</B></A> -
406Static method in class com.google.inject.matcher.<A HREF="./com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</A>
407<DD>Returns a matcher which matches classes in the given package.
408<DT><A HREF="./com/google/inject/AbstractModule.html#install(com.google.inject.Module)"><B>install(Module)</B></A> -
409Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
410<DD>&nbsp;
411<DT><A HREF="./com/google/inject/Binder.html#install(com.google.inject.Module)"><B>install(Module)</B></A> -
412Method in interface com.google.inject.<A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject">Binder</A>
413<DD>Uses the given module to configure more bindings.
414</DL>
415<HR>
416<A NAME="_K_"><!-- --></A><H2>
417<B>K</B></H2>
418<DL>
419<DT><A HREF="./com/google/inject/Key.html" title="class in com.google.inject"><B>Key</B></A>&lt;<A HREF="./com/google/inject/Key.html" title="type parameter in Key">T</A>&gt; - Class in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Binding key consisting of an injection type and an optional annotation.<DT><A HREF="./com/google/inject/Key.html#Key(java.lang.Class)"><B>Key(Class&lt;? extends Annotation&gt;)</B></A> -
420Constructor for class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
421<DD>Constructs a new key.
422<DT><A HREF="./com/google/inject/Key.html#Key(java.lang.annotation.Annotation)"><B>Key(Annotation)</B></A> -
423Constructor for class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
424<DD>Constructs a new key.
425<DT><A HREF="./com/google/inject/Key.html#Key()"><B>Key()</B></A> -
426Constructor for class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
427<DD>Constructs a new key.
428</DL>
429<HR>
430<A NAME="_L_"><!-- --></A><H2>
431<B>L</B></H2>
432<DL>
433<DT><A HREF="./com/google/inject/AbstractModule.html#link(com.google.inject.Key)"><B>link(Key&lt;T&gt;)</B></A> -
434Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
435<DD>&nbsp;
436<DT><A HREF="./com/google/inject/AbstractModule.html#link(java.lang.Class)"><B>link(Class&lt;T&gt;)</B></A> -
437Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
438<DD>&nbsp;
439<DT><A HREF="./com/google/inject/AbstractModule.html#link(com.google.inject.TypeLiteral)"><B>link(TypeLiteral&lt;T&gt;)</B></A> -
440Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
441<DD>&nbsp;
442<DT><A HREF="./com/google/inject/Binder.html#link(com.google.inject.Key)"><B>link(Key&lt;T&gt;)</B></A> -
443Method in interface com.google.inject.<A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject">Binder</A>
444<DD>Links a key to another binding.
445<DT><A HREF="./com/google/inject/Binder.html#link(java.lang.Class)"><B>link(Class&lt;T&gt;)</B></A> -
446Method in interface com.google.inject.<A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject">Binder</A>
447<DD>Links a type to another binding.
448<DT><A HREF="./com/google/inject/Binder.html#link(com.google.inject.TypeLiteral)"><B>link(TypeLiteral&lt;T&gt;)</B></A> -
449Method in interface com.google.inject.<A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject">Binder</A>
450<DD>Links a type to another binding.
451<DT><A HREF="./com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder"><B>LinkedBindingBuilder</B></A>&lt;<A HREF="./com/google/inject/binder/LinkedBindingBuilder.html" title="type parameter in LinkedBindingBuilder">T</A>&gt; - Interface in <A HREF="./com/google/inject/binder/package-summary.html">com.google.inject.binder</A><DD>Javadoc.<DT><A HREF="./com/google/inject/Locator.html" title="interface in com.google.inject"><B>Locator</B></A>&lt;<A HREF="./com/google/inject/Locator.html" title="type parameter in Locator">T</A>&gt; - Interface in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Locates bound instances of <code>T</code>.</DL>
452<HR>
453<A NAME="_M_"><!-- --></A><H2>
454<B>M</B></H2>
455<DL>
456<DT><A HREF="./com/google/inject/tools/jmx/Manager.html#main(java.lang.String[])"><B>main(String[])</B></A> -
457Static method in class com.google.inject.tools.jmx.<A HREF="./com/google/inject/tools/jmx/Manager.html" title="class in com.google.inject.tools.jmx">Manager</A>
458<DD>Run with no arguments for usage instructions.
459<DT><A HREF="./com/google/inject/tools/jmx/Manager.html#manage(java.lang.String, com.google.inject.Container)"><B>manage(String, Container)</B></A> -
460Static method in class com.google.inject.tools.jmx.<A HREF="./com/google/inject/tools/jmx/Manager.html" title="class in com.google.inject.tools.jmx">Manager</A>
461<DD>Registers the bindings for the container with the platform MBean server.
462<DT><A HREF="./com/google/inject/tools/jmx/Manager.html#manage(javax.management.MBeanServer, java.lang.String, com.google.inject.Container)"><B>manage(MBeanServer, String, Container)</B></A> -
463Static method in class com.google.inject.tools.jmx.<A HREF="./com/google/inject/tools/jmx/Manager.html" title="class in com.google.inject.tools.jmx">Manager</A>
464<DD>Registers the bindings for the container with the given MBean server.
465<DT><A HREF="./com/google/inject/tools/jmx/ManagedBindingMBean.html" title="interface in com.google.inject.tools.jmx"><B>ManagedBindingMBean</B></A> - Interface in <A HREF="./com/google/inject/tools/jmx/package-summary.html">com.google.inject.tools.jmx</A><DD>JMX interface to bindings.<DT><A HREF="./com/google/inject/tools/jmx/Manager.html" title="class in com.google.inject.tools.jmx"><B>Manager</B></A> - Class in <A HREF="./com/google/inject/tools/jmx/package-summary.html">com.google.inject.tools.jmx</A><DD>Provides a JMX interface to Guice.<DT><A HREF="./com/google/inject/tools/jmx/Manager.html#Manager()"><B>Manager()</B></A> -
466Constructor for class com.google.inject.tools.jmx.<A HREF="./com/google/inject/tools/jmx/Manager.html" title="class in com.google.inject.tools.jmx">Manager</A>
467<DD>&nbsp;
468<DT><A HREF="./com/google/inject/matcher/Matcher.html" title="interface in com.google.inject.matcher"><B>Matcher</B></A>&lt;<A HREF="./com/google/inject/matcher/Matcher.html" title="type parameter in Matcher">T</A>&gt; - Interface in <A HREF="./com/google/inject/matcher/package-summary.html">com.google.inject.matcher</A><DD>Returns <code>true</code> or <code>false</code> for a given input.<DT><A HREF="./com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher"><B>Matchers</B></A> - Class in <A HREF="./com/google/inject/matcher/package-summary.html">com.google.inject.matcher</A><DD>Matcher implementations.<DT><A HREF="./com/google/inject/matcher/Matcher.html#matches(T)"><B>matches(T)</B></A> -
469Method in interface com.google.inject.matcher.<A HREF="./com/google/inject/matcher/Matcher.html" title="interface in com.google.inject.matcher">Matcher</A>
470<DD>Returns <code>true</code> if this matches <code>t</code>, <code>false</code> otherwise.
471<DT><A HREF="./com/google/inject/spi/Message.html" title="class in com.google.inject.spi"><B>Message</B></A> - Class in <A HREF="./com/google/inject/spi/package-summary.html">com.google.inject.spi</A><DD>A message.<DT><A HREF="./com/google/inject/spi/Message.html#Message(java.lang.Object, java.lang.String)"><B>Message(Object, String)</B></A> -
472Constructor for class com.google.inject.spi.<A HREF="./com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</A>
473<DD>&nbsp;
474<DT><A HREF="./com/google/inject/spi/Message.html#Message(java.lang.String)"><B>Message(String)</B></A> -
475Constructor for class com.google.inject.spi.<A HREF="./com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</A>
476<DD>&nbsp;
477<DT><A HREF="./com/google/inject/Module.html" title="interface in com.google.inject"><B>Module</B></A> - Interface in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>A module contributes a set of binding configurations, typically interface
478 bindings, to a <A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject"><CODE>Binder</CODE></A> which is later used to create a <A HREF="./com/google/inject/Container.html" title="interface in com.google.inject"><CODE>Container</CODE></A>.</DL>
479<HR>
480<A NAME="_N_"><!-- --></A><H2>
481<B>N</B></H2>
482<DL>
483<DT><A HREF="./com/google/inject/name/Named.html" title="annotation in com.google.inject.name"><B>Named</B></A> - Annotation Type in <A HREF="./com/google/inject/name/package-summary.html">com.google.inject.name</A><DD>Annotates named things.<DT><A HREF="./com/google/inject/name/Names.html#named(java.lang.String)"><B>named(String)</B></A> -
484Static method in class com.google.inject.name.<A HREF="./com/google/inject/name/Names.html" title="class in com.google.inject.name">Names</A>
485<DD>Creates a <A HREF="./com/google/inject/name/Named.html" title="annotation in com.google.inject.name"><CODE>Named</CODE></A> annotation with <code>name</code> as the value.
486<DT><A HREF="./com/google/inject/name/Names.html" title="class in com.google.inject.name"><B>Names</B></A> - Class in <A HREF="./com/google/inject/name/package-summary.html">com.google.inject.name</A><DD>Utility methods for use with <code>@</code><A HREF="./com/google/inject/name/Named.html" title="annotation in com.google.inject.name"><CODE>Named</CODE></A>.<DT><A HREF="./com/google/inject/matcher/Matchers.html#not(com.google.inject.matcher.Matcher)"><B>not(Matcher&lt;? super T&gt;)</B></A> -
487Static method in class com.google.inject.matcher.<A HREF="./com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</A>
488<DD>Inverts the given matcher.
489</DL>
490<HR>
491<A NAME="_O_"><!-- --></A><H2>
492<B>O</B></H2>
493<DL>
494<DT><A HREF="./com/google/inject/matcher/Matchers.html#only(java.lang.Object)"><B>only(Object)</B></A> -
495Static method in class com.google.inject.matcher.<A HREF="./com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</A>
496<DD>Returns a matcher which matches objects equal to the given object.
497<DT><A HREF="./com/google/inject/matcher/AbstractMatcher.html#or(com.google.inject.matcher.Matcher)"><B>or(Matcher&lt;? super T&gt;)</B></A> -
498Method in class com.google.inject.matcher.<A HREF="./com/google/inject/matcher/AbstractMatcher.html" title="class in com.google.inject.matcher">AbstractMatcher</A>
499<DD>&nbsp;
500<DT><A HREF="./com/google/inject/matcher/Matcher.html#or(com.google.inject.matcher.Matcher)"><B>or(Matcher&lt;? super T&gt;)</B></A> -
501Method in interface com.google.inject.matcher.<A HREF="./com/google/inject/matcher/Matcher.html" title="interface in com.google.inject.matcher">Matcher</A>
502<DD>Returns a new matcher which returns <code>true</code> if either this or the
503 given matcher return <code>true</code>.
504</DL>
505<HR>
506<A NAME="_R_"><!-- --></A><H2>
507<B>R</B></H2>
508<DL>
509<DT><A HREF="./com/google/inject/servlet/ServletScopes.html#REQUEST"><B>REQUEST</B></A> -
510Static variable in class com.google.inject.servlet.<A HREF="./com/google/inject/servlet/ServletScopes.html" title="class in com.google.inject.servlet">ServletScopes</A>
511<DD>HTTP servlet request scope.
512<DT><A HREF="./com/google/inject/servlet/RequestParameters.html" title="annotation in com.google.inject.servlet"><B>RequestParameters</B></A> - Annotation Type in <A HREF="./com/google/inject/servlet/package-summary.html">com.google.inject.servlet</A><DD>Apply this to field or parameters of type <code>Map&lt;String, String[]&gt;</code>
513 when you want the HTTP request parameter map to be injected.<DT><A HREF="./com/google/inject/servlet/RequestScoped.html" title="annotation in com.google.inject.servlet"><B>RequestScoped</B></A> - Annotation Type in <A HREF="./com/google/inject/servlet/package-summary.html">com.google.inject.servlet</A><DD>Apply this to implementation classes when you want one instance per request.<DT><A HREF="./com/google/inject/AbstractModule.html#requestStaticInjection(java.lang.Class...)"><B>requestStaticInjection(Class&lt;?&gt;...)</B></A> -
514Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
515<DD>&nbsp;
516<DT><A HREF="./com/google/inject/Binder.html#requestStaticInjection(java.lang.Class...)"><B>requestStaticInjection(Class&lt;?&gt;...)</B></A> -
517Method in interface com.google.inject.<A HREF="./com/google/inject/Binder.html" title="interface in com.google.inject">Binder</A>
518<DD>Upon successful creation, the <A HREF="./com/google/inject/Container.html" title="interface in com.google.inject"><CODE>Container</CODE></A> will inject static fields
519 and methods in the given classes.
520<DT><A HREF="./com/google/inject/matcher/Matchers.html#returns(com.google.inject.matcher.Matcher)"><B>returns(Matcher&lt;? super Class&lt;?&gt;&gt;)</B></A> -
521Static method in class com.google.inject.matcher.<A HREF="./com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</A>
522<DD>Returns a matcher which matches methods with matching return types.
523</DL>
524<HR>
525<A NAME="_S_"><!-- --></A><H2>
526<B>S</B></H2>
527<DL>
528<DT><A HREF="./com/google/inject/Scope.html" title="interface in com.google.inject"><B>Scope</B></A> - Interface in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>A scope which bound objects can reside in.<DT><A HREF="./com/google/inject/Scope.html#scope(com.google.inject.Key, com.google.inject.Locator)"><B>scope(Key&lt;T&gt;, Locator&lt;T&gt;)</B></A> -
529Method in interface com.google.inject.<A HREF="./com/google/inject/Scope.html" title="interface in com.google.inject">Scope</A>
530<DD>Scopes a locator.
531<DT><A HREF="./com/google/inject/Scopes.html" title="class in com.google.inject"><B>Scopes</B></A> - Class in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Built in scope implementations.<DT><A HREF="./com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet"><B>ServletModule</B></A> - Class in <A HREF="./com/google/inject/servlet/package-summary.html">com.google.inject.servlet</A><DD>Configures the servlet scopes and creates bindings for the servlet API
532 objects so you can inject the request, response, session, etc.<DT><A HREF="./com/google/inject/servlet/ServletModule.html#ServletModule()"><B>ServletModule()</B></A> -
533Constructor for class com.google.inject.servlet.<A HREF="./com/google/inject/servlet/ServletModule.html" title="class in com.google.inject.servlet">ServletModule</A>
534<DD>&nbsp;
535<DT><A HREF="./com/google/inject/servlet/ServletScopes.html" title="class in com.google.inject.servlet"><B>ServletScopes</B></A> - Class in <A HREF="./com/google/inject/servlet/package-summary.html">com.google.inject.servlet</A><DD>Servlet scopes.<DT><A HREF="./com/google/inject/servlet/ServletScopes.html#SESSION"><B>SESSION</B></A> -
536Static variable in class com.google.inject.servlet.<A HREF="./com/google/inject/servlet/ServletScopes.html" title="class in com.google.inject.servlet">ServletScopes</A>
537<DD>HTTP session scope.
538<DT><A HREF="./com/google/inject/servlet/SessionScoped.html" title="annotation in com.google.inject.servlet"><B>SessionScoped</B></A> - Annotation Type in <A HREF="./com/google/inject/servlet/package-summary.html">com.google.inject.servlet</A><DD>Apply this to implementation classes when you want one instance per session.<DT><A HREF="./com/google/inject/spi/SourceProviders.html#skip(java.lang.Class)"><B>skip(Class&lt;?&gt;)</B></A> -
539Static method in class com.google.inject.spi.<A HREF="./com/google/inject/spi/SourceProviders.html" title="class in com.google.inject.spi">SourceProviders</A>
540<DD>Instructs stacktrace-based providers to skip the given class in the stack
541 trace when
542 determining the source.
543<DT><A HREF="./com/google/inject/spi/SourceProvider.html#source()"><B>source()</B></A> -
544Method in interface com.google.inject.spi.<A HREF="./com/google/inject/spi/SourceProvider.html" title="interface in com.google.inject.spi">SourceProvider</A>
545<DD>Creates an object pointing to the current location within the
546 configuration.
547<DT><A HREF="./com/google/inject/spi/SourceProvider.html" title="interface in com.google.inject.spi"><B>SourceProvider</B></A> - Interface in <A HREF="./com/google/inject/spi/package-summary.html">com.google.inject.spi</A><DD>Provides source objects to the <CODE>BinderImpl</CODE>.<DT><A HREF="./com/google/inject/spi/SourceProviders.html" title="class in com.google.inject.spi"><B>SourceProviders</B></A> - Class in <A HREF="./com/google/inject/spi/package-summary.html">com.google.inject.spi</A><DD>Provides access to the default <A HREF="./com/google/inject/spi/SourceProvider.html" title="interface in com.google.inject.spi"><CODE>SourceProvider</CODE></A> implementation and
548 common controls for certain implementations.<DT><A HREF="./com/google/inject/Stage.html" title="enum in com.google.inject"><B>Stage</B></A> - Enum in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>The stage we're running in.<DT><A HREF="./com/google/inject/matcher/Matchers.html#subclassesOf(java.lang.Class)"><B>subclassesOf(Class&lt;?&gt;)</B></A> -
549Static method in class com.google.inject.matcher.<A HREF="./com/google/inject/matcher/Matchers.html" title="class in com.google.inject.matcher">Matchers</A>
550<DD>Returns a matcher which matches subclasses of the given type (as well as
551 the given type).
552</DL>
553<HR>
554<A NAME="_T_"><!-- --></A><H2>
555<B>T</B></H2>
556<DL>
557<DT><A HREF="./com/google/inject/binder/BindingImplementationBuilder.html#to(java.lang.Class)"><B>to(Class&lt;? extends T&gt;)</B></A> -
558Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/BindingImplementationBuilder.html" title="interface in com.google.inject.binder">BindingImplementationBuilder</A>
559<DD>Binds to instances of the given implementation class.
560<DT><A HREF="./com/google/inject/binder/BindingImplementationBuilder.html#to(com.google.inject.TypeLiteral)"><B>to(TypeLiteral&lt;? extends T&gt;)</B></A> -
561Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/BindingImplementationBuilder.html" title="interface in com.google.inject.binder">BindingImplementationBuilder</A>
562<DD>Binds to instances of the given implementation class.
563<DT><A HREF="./com/google/inject/binder/ConstantBindingBuilder.html#to(java.lang.String)"><B>to(String)</B></A> -
564Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</A>
565<DD>Binds constant to the given value.
566<DT><A HREF="./com/google/inject/binder/ConstantBindingBuilder.html#to(int)"><B>to(int)</B></A> -
567Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</A>
568<DD>Binds constant to the given value.
569<DT><A HREF="./com/google/inject/binder/ConstantBindingBuilder.html#to(long)"><B>to(long)</B></A> -
570Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</A>
571<DD>Binds constant to the given value.
572<DT><A HREF="./com/google/inject/binder/ConstantBindingBuilder.html#to(boolean)"><B>to(boolean)</B></A> -
573Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</A>
574<DD>Binds constant to the given value.
575<DT><A HREF="./com/google/inject/binder/ConstantBindingBuilder.html#to(double)"><B>to(double)</B></A> -
576Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</A>
577<DD>Binds constant to the given value.
578<DT><A HREF="./com/google/inject/binder/ConstantBindingBuilder.html#to(float)"><B>to(float)</B></A> -
579Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</A>
580<DD>Binds constant to the given value.
581<DT><A HREF="./com/google/inject/binder/ConstantBindingBuilder.html#to(short)"><B>to(short)</B></A> -
582Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</A>
583<DD>Binds constant to the given value.
584<DT><A HREF="./com/google/inject/binder/ConstantBindingBuilder.html#to(char)"><B>to(char)</B></A> -
585Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</A>
586<DD>Binds constant to the given value.
587<DT><A HREF="./com/google/inject/binder/ConstantBindingBuilder.html#to(java.lang.Class)"><B>to(Class&lt;?&gt;)</B></A> -
588Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</A>
589<DD>Binds constant to the given value.
590<DT><A HREF="./com/google/inject/binder/ConstantBindingBuilder.html#to(E)"><B>to(E)</B></A> -
591Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/ConstantBindingBuilder.html" title="interface in com.google.inject.binder">ConstantBindingBuilder</A>
592<DD>Binds constant to the given value.
593<DT><A HREF="./com/google/inject/binder/LinkedBindingBuilder.html#to(com.google.inject.Key)"><B>to(Key&lt;? extends T&gt;)</B></A> -
594Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</A>
595<DD>Links to another binding with the given key.
596<DT><A HREF="./com/google/inject/binder/LinkedBindingBuilder.html#to(java.lang.Class)"><B>to(Class&lt;? extends T&gt;)</B></A> -
597Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</A>
598<DD>Links to another binding with the given type.
599<DT><A HREF="./com/google/inject/binder/LinkedBindingBuilder.html#to(com.google.inject.TypeLiteral)"><B>to(TypeLiteral&lt;? extends T&gt;)</B></A> -
600Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/LinkedBindingBuilder.html" title="interface in com.google.inject.binder">LinkedBindingBuilder</A>
601<DD>Links to another binding with the given type.
602<DT><A HREF="./com/google/inject/binder/BindingImplementationBuilder.html#toFactory(com.google.inject.Factory)"><B>toFactory(Factory&lt;? extends T&gt;)</B></A> -
603Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/BindingImplementationBuilder.html" title="interface in com.google.inject.binder">BindingImplementationBuilder</A>
604<DD>Binds to instances generated by the given factory.
605<DT><A HREF="./com/google/inject/binder/BindingImplementationBuilder.html#toFactory(java.lang.Class)"><B>toFactory(Class&lt;? extends Factory&lt;? extends T&gt;&gt;)</B></A> -
606Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/BindingImplementationBuilder.html" title="interface in com.google.inject.binder">BindingImplementationBuilder</A>
607<DD>Binds to instances from the factory bound to the given factory type.
608<DT><A HREF="./com/google/inject/binder/BindingImplementationBuilder.html#toFactory(com.google.inject.Key)"><B>toFactory(Key&lt;? extends Factory&lt;? extends T&gt;&gt;)</B></A> -
609Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/BindingImplementationBuilder.html" title="interface in com.google.inject.binder">BindingImplementationBuilder</A>
610<DD>Binds to instances from the factory bound to the given key.
611<DT><A HREF="./com/google/inject/binder/BindingImplementationBuilder.html#toInstance(T)"><B>toInstance(T)</B></A> -
612Method in interface com.google.inject.binder.<A HREF="./com/google/inject/binder/BindingImplementationBuilder.html" title="interface in com.google.inject.binder">BindingImplementationBuilder</A>
613<DD>Binds to the given instance.
614<DT><A HREF="./com/google/inject/Binding.html#toString()"><B>toString()</B></A> -
615Method in class com.google.inject.<A HREF="./com/google/inject/Binding.html" title="class in com.google.inject">Binding</A>
616<DD>&nbsp;
617<DT><A HREF="./com/google/inject/Key.html#toString()"><B>toString()</B></A> -
618Method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
619<DD>&nbsp;
620<DT><A HREF="./com/google/inject/spi/Message.html#toString()"><B>toString()</B></A> -
621Method in class com.google.inject.spi.<A HREF="./com/google/inject/spi/Message.html" title="class in com.google.inject.spi">Message</A>
622<DD>&nbsp;
623<DT><A HREF="./com/google/inject/TypeLiteral.html#toString()"><B>toString()</B></A> -
624Method in class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
625<DD>&nbsp;
626<DT><A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject"><B>TypeLiteral</B></A>&lt;<A HREF="./com/google/inject/TypeLiteral.html" title="type parameter in TypeLiteral">T</A>&gt; - Class in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Represents a generic type <code>T</code>.<DT><A HREF="./com/google/inject/TypeLiteral.html#TypeLiteral()"><B>TypeLiteral()</B></A> -
627Constructor for class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
628<DD>Constructs a new type literal.
629</DL>
630<HR>
631<A NAME="_V_"><!-- --></A><H2>
632<B>V</B></H2>
633<DL>
634<DT><A HREF="./com/google/inject/Stage.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
635Static method in enum com.google.inject.<A HREF="./com/google/inject/Stage.html" title="enum in com.google.inject">Stage</A>
636<DD>Returns the enum constant of this type with the specified name.
637<DT><A HREF="./com/google/inject/Stage.html#values()"><B>values()</B></A> -
638Static method in enum com.google.inject.<A HREF="./com/google/inject/Stage.html" title="enum in com.google.inject">Stage</A>
639<DD>Returns an array containing the constants of this enum type, in
640the order they're declared.
641</DL>
642<HR>
643<A NAME="_W_"><!-- --></A><H2>
644<B>W</B></H2>
645<DL>
646<DT><A HREF="./com/google/inject/spi/SourceProviders.html#withDefault(com.google.inject.spi.SourceProvider, java.lang.Runnable)"><B>withDefault(SourceProvider, Runnable)</B></A> -
647Static method in class com.google.inject.spi.<A HREF="./com/google/inject/spi/SourceProviders.html" title="class in com.google.inject.spi">SourceProviders</A>
648<DD>Sets the default source provider, runs the given command, and then
649 restores the previous default source provider.
650</DL>
651<HR>
652<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A>
653
654<!-- ======= START OF BOTTOM NAVBAR ====== -->
655<A NAME="navbar_bottom"><!-- --></A>
656<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
657<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
658<TR>
659<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
660<A NAME="navbar_bottom_firstrow"><!-- --></A>
661<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
662 <TR ALIGN="center" VALIGN="top">
663 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
664 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
665 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
666 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
667 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
668 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
669 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
670 </TR>
671</TABLE>
672</TD>
673<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
674</EM>
675</TD>
676</TR>
677
678<TR>
679<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
680&nbsp;PREV&nbsp;
681&nbsp;NEXT</FONT></TD>
682<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
683 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
684&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
685&nbsp;<SCRIPT type="text/javascript">
686 <!--
687 if(window==top) {
688 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
689 }
690 //-->
691</SCRIPT>
692<NOSCRIPT>
693 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
694</NOSCRIPT>
695
696
697</FONT></TD>
698</TR>
699</TABLE>
700<A NAME="skip-navbar_bottom"></A>
701<!-- ======== END OF BOTTOM NAVBAR ======= -->
702
703<HR>
704
705</BODY>
706</HTML>