blob: 9b7a8d4a0e2163502ce95888a92b46d0846c7cb4 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_06) on Thu Feb 01 18:45:14 PST 2007 -->
<TITLE>
Index (Guice 1.0 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Index (Guice 1.0 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/google/inject/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/google/inject/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<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="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<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 a more readable configuration.<DT><A HREF="./com/google/inject/AbstractModule.html#AbstractModule()"><B>AbstractModule()</B></A> -
Constructor for class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/AbstractModule.html#apply(com.google.inject.Module)"><B>apply(Module)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/ContainerBuilder.html#apply(com.google.inject.Module)"><B>apply(Module)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject">ContainerBuilder</A>
<DD>Applies the given module to this builder.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./com/google/inject/AbstractModule.html#bind(com.google.inject.Key)"><B>bind(Key&lt;T&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/AbstractModule.html#bind(com.google.inject.TypeLiteral)"><B>bind(TypeLiteral&lt;T&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/AbstractModule.html#bind(java.lang.Class)"><B>bind(Class&lt;T&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/AbstractModule.html#bind(java.lang.String)"><B>bind(String)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/ContainerBuilder.html#bind(com.google.inject.Key)"><B>bind(Key&lt;T&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject">ContainerBuilder</A>
<DD>Binds the given key.
<DT><A HREF="./com/google/inject/ContainerBuilder.html#bind(com.google.inject.TypeLiteral)"><B>bind(TypeLiteral&lt;T&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject">ContainerBuilder</A>
<DD>Binds the given type.
<DT><A HREF="./com/google/inject/ContainerBuilder.html#bind(java.lang.Class)"><B>bind(Class&lt;T&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject">ContainerBuilder</A>
<DD>Binds the given type.
<DT><A HREF="./com/google/inject/ContainerBuilder.html#bind(java.lang.String)"><B>bind(String)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject">ContainerBuilder</A>
<DD>Binds a constant to the given name.
<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 implementation.<DT><A HREF="./com/google/inject/AbstractModule.html#bindProperties(java.util.Map)"><B>bindProperties(Map&lt;String, String&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/AbstractModule.html#bindProperties(java.util.Properties)"><B>bindProperties(Properties)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/ContainerBuilder.html#bindProperties(java.util.Map)"><B>bindProperties(Map&lt;String, String&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject">ContainerBuilder</A>
<DD>Binds a string constant for each property.
<DT><A HREF="./com/google/inject/ContainerBuilder.html#bindProperties(java.util.Properties)"><B>bindProperties(Properties)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject">ContainerBuilder</A>
<DD>Binds a string constant for each property.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./com/google/inject/package-summary.html"><B>com.google.inject</B></A> - package com.google.inject<DD><i>Guice</i> (pronounced "juice").<DT><A HREF="./com/google/inject/AbstractModule.html#configure(com.google.inject.ContainerBuilder)"><B>configure(ContainerBuilder)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/AbstractModule.html#configure()"><B>configure()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
<DD>Configures a <A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject"><CODE>ContainerBuilder</CODE></A> via the exposed methods.
<DT><A HREF="./com/google/inject/Module.html#configure(com.google.inject.ContainerBuilder)"><B>configure(ContainerBuilder)</B></A> -
Method in interface com.google.inject.<A HREF="./com/google/inject/Module.html" title="interface in com.google.inject">Module</A>
<DD>Configures the given builder.
<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
&#64;<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_SCOPE"><B>CONTAINER_SCOPE</B></A> -
Static variable in class com.google.inject.<A HREF="./com/google/inject/Scopes.html" title="class in com.google.inject">Scopes</A>
<DD>Container scope's name.
<DT><A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject"><B>ContainerBuilder</B></A> - Class in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Builds a dependency injection <A HREF="./com/google/inject/Container.html" title="interface in com.google.inject"><CODE>Container</CODE></A>.<DT><A HREF="./com/google/inject/ContainerBuilder.html#ContainerBuilder()"><B>ContainerBuilder()</B></A> -
Constructor for class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject">ContainerBuilder</A>
<DD>Constructs a new builder.
<DT><A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html" title="class in com.google.inject"><B>ContainerBuilder.BindingBuilder</B></A>&lt;<A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html" title="type parameter in ContainerBuilder.BindingBuilder">T</A>&gt; - Class in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Binds a <A HREF="./com/google/inject/Key.html" title="class in com.google.inject"><CODE>Key</CODE></A> to an implementation in a given scope.<DT><A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html" title="class in com.google.inject"><B>ContainerBuilder.ConstantBindingBuilder</B></A> - Class in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Builds a constant binding.<DT><A HREF="./com/google/inject/ContainerBuilder.LinkedBindingBuilder.html" title="class in com.google.inject"><B>ContainerBuilder.LinkedBindingBuilder</B></A>&lt;<A HREF="./com/google/inject/ContainerBuilder.LinkedBindingBuilder.html" title="type parameter in ContainerBuilder.LinkedBindingBuilder">T</A>&gt; - Class in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Links one binding to another.<DT><A HREF="./com/google/inject/ContainerCreationException.html" title="class in com.google.inject"><B>ContainerCreationException</B></A> - Exception in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Thrown when errors occurs 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/ContainerCreationException.html#ContainerCreationException(java.lang.String)"><B>ContainerCreationException(String)</B></A> -
Constructor for exception com.google.inject.<A HREF="./com/google/inject/ContainerCreationException.html" title="class in com.google.inject">ContainerCreationException</A>
<DD>&nbsp;
<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/ContextualFactory.html" title="interface in com.google.inject"><B>ContextualFactory</B></A>&lt;<A HREF="./com/google/inject/ContextualFactory.html" title="type parameter in ContextualFactory">T</A>&gt; - Interface in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Gets instances of <code>T</code>.<DT><A HREF="./com/google/inject/ContainerBuilder.html#create(boolean)"><B>create(boolean)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject">ContainerBuilder</A>
<DD>Creates a <A HREF="./com/google/inject/Container.html" title="interface in com.google.inject"><CODE>Container</CODE></A> instance.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./com/google/inject/Key.html#DEFAULT_NAME"><B>DEFAULT_NAME</B></A> -
Static variable in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>Default binding name.
<DT><A HREF="./com/google/inject/Scopes.html#DEFAULT_SCOPE"><B>DEFAULT_SCOPE</B></A> -
Static variable in class com.google.inject.<A HREF="./com/google/inject/Scopes.html" title="class in com.google.inject">Scopes</A>
<DD>Default scope's name.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./com/google/inject/Key.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/TypeLiteral.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<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>Gets instances of <code>T</code>.<DT><A HREF="./com/google/inject/ContainerCreationException.html#fillInStackTrace()"><B>fillInStackTrace()</B></A> -
Method in exception com.google.inject.<A HREF="./com/google/inject/ContainerCreationException.html" title="class in com.google.inject">ContainerCreationException</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./com/google/inject/ContextualFactory.html#get(com.google.inject.Context)"><B>get(Context)</B></A> -
Method in interface com.google.inject.<A HREF="./com/google/inject/ContextualFactory.html" title="interface in com.google.inject">ContextualFactory</A>
<DD>Gets an instance of <code>T</code>.
<DT><A HREF="./com/google/inject/Factory.html#get()"><B>get()</B></A> -
Method in interface com.google.inject.<A HREF="./com/google/inject/Factory.html" title="interface in com.google.inject">Factory</A>
<DD>Gets an instance of <code>T</code>.
<DT><A HREF="./com/google/inject/Key.html#get(java.lang.Class)"><B>get(Class&lt;T&gt;)</B></A> -
Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>Gets a key for a <code>Class</code>.
<DT><A HREF="./com/google/inject/Key.html#get(java.lang.Class, java.lang.String)"><B>get(Class&lt;T&gt;, String)</B></A> -
Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>Gets a key for a <code>Class</code> and a name.
<DT><A HREF="./com/google/inject/Key.html#get(java.lang.reflect.Type)"><B>get(Type)</B></A> -
Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>Gets a key for a type.
<DT><A HREF="./com/google/inject/Key.html#get(java.lang.reflect.Type, java.lang.String)"><B>get(Type, String)</B></A> -
Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>Gets a key for a type and a name.
<DT><A HREF="./com/google/inject/Key.html#get(com.google.inject.TypeLiteral)"><B>get(TypeLiteral&lt;T&gt;)</B></A> -
Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>Gets a key for a type.
<DT><A HREF="./com/google/inject/Key.html#get(com.google.inject.TypeLiteral, java.lang.String)"><B>get(TypeLiteral&lt;T&gt;, String)</B></A> -
Static method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>Gets key for a type and a name.
<DT><A HREF="./com/google/inject/TypeLiteral.html#get(java.lang.reflect.Type)"><B>get(Type)</B></A> -
Static method in class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
<DD>Gets type literal for the given <code>Type</code> instance.
<DT><A HREF="./com/google/inject/TypeLiteral.html#get(java.lang.Class)"><B>get(Class&lt;T&gt;)</B></A> -
Static method in class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
<DD>Gets type literal for the given <code>Class</code> instance.
<DT><A HREF="./com/google/inject/Container.html#getBinding(com.google.inject.Key)"><B>getBinding(Key&lt;T&gt;)</B></A> -
Method in interface com.google.inject.<A HREF="./com/google/inject/Container.html" title="interface in com.google.inject">Container</A>
<DD>Gets a binding for the given key.
<DT><A HREF="./com/google/inject/Container.html#getBindings()"><B>getBindings()</B></A> -
Method in interface com.google.inject.<A HREF="./com/google/inject/Container.html" title="interface in com.google.inject">Container</A>
<DD>Gets all bindings.
<DT><A HREF="./com/google/inject/Context.html#getContainer()"><B>getContainer()</B></A> -
Method in interface com.google.inject.<A HREF="./com/google/inject/Context.html" title="interface in com.google.inject">Context</A>
<DD>Gets the <A HREF="./com/google/inject/Container.html" title="interface in com.google.inject"><CODE>Container</CODE></A>.
<DT><A HREF="./com/google/inject/Container.html#getCreator(java.lang.Class)"><B>getCreator(Class&lt;T&gt;)</B></A> -
Method in interface com.google.inject.<A HREF="./com/google/inject/Container.html" title="interface in com.google.inject">Container</A>
<DD>Gets a factory which injects the given class's constructor and creates
new instances of <code>T</code>.
<DT><A HREF="./com/google/inject/Binding.html#getFactory()"><B>getFactory()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/Binding.html" title="class in com.google.inject">Binding</A>
<DD>Gets the factory which returns instances of <code>T</code>.
<DT><A HREF="./com/google/inject/Container.html#getFactory(com.google.inject.Key)"><B>getFactory(Key&lt;T&gt;)</B></A> -
Method in interface com.google.inject.<A HREF="./com/google/inject/Container.html" title="interface in com.google.inject">Container</A>
<DD>Gets the factory bound to the given key.
<DT><A HREF="./com/google/inject/Binding.html#getKey()"><B>getKey()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/Binding.html" title="class in com.google.inject">Binding</A>
<DD>Gets the key for this binding.
<DT><A HREF="./com/google/inject/Context.html#getKey()"><B>getKey()</B></A> -
Method in interface com.google.inject.<A HREF="./com/google/inject/Context.html" title="interface in com.google.inject">Context</A>
<DD>Gets the binding key for the object currently being retrieved.
<DT><A HREF="./com/google/inject/Context.html#getMember()"><B>getMember()</B></A> -
Method in interface com.google.inject.<A HREF="./com/google/inject/Context.html" title="interface in com.google.inject">Context</A>
<DD>Gets the field, method or constructor which is being injected.
<DT><A HREF="./com/google/inject/Key.html#getName()"><B>getName()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>Gets the binding name.
<DT><A HREF="./com/google/inject/Context.html#getParameterIndex()"><B>getParameterIndex()</B></A> -
Method in interface com.google.inject.<A HREF="./com/google/inject/Context.html" title="interface in com.google.inject">Context</A>
<DD>Gets the index of the parameter which is being injected.
<DT><A HREF="./com/google/inject/Binding.html#getSource()"><B>getSource()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/Binding.html" title="class in com.google.inject">Binding</A>
<DD>Gets the source object, an arbitrary object which points back to the
configuration which resulted in this binding.
<DT><A HREF="./com/google/inject/Key.html#getType()"><B>getType()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>Gets the key type.
<DT><A HREF="./com/google/inject/TypeLiteral.html#getType()"><B>getType()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
<DD>Gets underlying <code>Type</code> instance.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./com/google/inject/Key.html#hasDefaultName()"><B>hasDefaultName()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>Returns <code>true</code> if this key has the default name.
<DT><A HREF="./com/google/inject/Key.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/TypeLiteral.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html#in(java.lang.String)"><B>in(String)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html" title="class in com.google.inject">ContainerBuilder.BindingBuilder</A>
<DD>Specifies the scope.
<DT><A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html#in(com.google.inject.Scope)"><B>in(Scope)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html" title="class in com.google.inject">ContainerBuilder.BindingBuilder</A>
<DD>Specifies the scope.
<DT><A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html#inContainerScope()"><B>inContainerScope()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html" title="class in com.google.inject">ContainerBuilder.BindingBuilder</A>
<DD>Specifies container scope (i.e.&nbsp;one instance per container).
<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 and parameters which should have their value[s]
injected.<DT><A HREF="./com/google/inject/Container.html#injectMembers(java.lang.Object)"><B>injectMembers(Object)</B></A> -
Method in interface com.google.inject.<A HREF="./com/google/inject/Container.html" title="interface in com.google.inject">Container</A>
<DD>Injects dependencies into the fields and methods of an existing object.
<DT><A HREF="./com/google/inject/Binding.html#isConstant()"><B>isConstant()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/Binding.html" title="class in com.google.inject">Binding</A>
<DD>Is this a constant binding?
</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<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 a type and a name.<DT><A HREF="./com/google/inject/Key.html#Key(java.lang.String)"><B>Key(String)</B></A> -
Constructor for class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>Constructs a new key.
<DT><A HREF="./com/google/inject/Key.html#Key()"><B>Key()</B></A> -
Constructor for class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>Convenience method.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./com/google/inject/AbstractModule.html#link(com.google.inject.Key)"><B>link(Key&lt;T&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/ContainerBuilder.html#link(com.google.inject.Key)"><B>link(Key&lt;T&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject">ContainerBuilder</A>
<DD>Links the given key to another key effectively creating an alias for a
binding.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<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>Implemented by classes which configure a container.</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html#named(java.lang.String)"><B>named(String)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html" title="class in com.google.inject">ContainerBuilder.BindingBuilder</A>
<DD>Sets the name of this binding.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html#preload()"><B>preload()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html" title="class in com.google.inject">ContainerBuilder.BindingBuilder</A>
<DD>Instructs the builder to eagerly load this binding when it creates
the container.
<DT><A HREF="./com/google/inject/AbstractModule.html#put(java.lang.String, com.google.inject.Scope)"><B>put(String, Scope)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/ContainerBuilder.html#put(java.lang.String, com.google.inject.Scope)"><B>put(String, Scope)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject">ContainerBuilder</A>
<DD>Maps a <A HREF="./com/google/inject/Scope.html" title="interface in com.google.inject"><CODE>Scope</CODE></A> instance to a given scope name.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./com/google/inject/AbstractModule.html#requestStaticInjection(java.lang.Class...)"><B>requestStaticInjection(Class&lt;?&gt;...)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/AbstractModule.html" title="class in com.google.inject">AbstractModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/ContainerBuilder.html#requestStaticInjection(java.lang.Class...)"><B>requestStaticInjection(Class&lt;?&gt;...)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.html" title="class in com.google.inject">ContainerBuilder</A>
<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
and methods in the given classes.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<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.Factory)"><B>scope(Key&lt;T&gt;, Factory&lt;T&gt;)</B></A> -
Method in interface com.google.inject.<A HREF="./com/google/inject/Scope.html" title="interface in com.google.inject">Scope</A>
<DD>Scopes a factory.
<DT><A HREF="./com/google/inject/Scoped.html" title="annotation in com.google.inject"><B>Scoped</B></A> - Annotation Type in <A HREF="./com/google/inject/package-summary.html">com.google.inject</A><DD>Annotates an implementation class with the name of its scope.<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>Scope constants.<DT><A HREF="./com/google/inject/Scopes.html#Scopes()"><B>Scopes()</B></A> -
Constructor for class com.google.inject.<A HREF="./com/google/inject/Scopes.html" title="class in com.google.inject">Scopes</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html#to(java.lang.Class)"><B>to(Class&lt;I&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html" title="class in com.google.inject">ContainerBuilder.BindingBuilder</A>
<DD>Binds to instances of the given implementation class.
<DT><A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html#to(com.google.inject.TypeLiteral)"><B>to(TypeLiteral&lt;I&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html" title="class in com.google.inject">ContainerBuilder.BindingBuilder</A>
<DD>Binds to instances of the given implementation type.
<DT><A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html#to(com.google.inject.ContextualFactory)"><B>to(ContextualFactory&lt;? extends T&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html" title="class in com.google.inject">ContainerBuilder.BindingBuilder</A>
<DD>Binds to instances from the given factory.
<DT><A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html#to(com.google.inject.Factory)"><B>to(Factory&lt;? extends T&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.BindingBuilder.html" title="class in com.google.inject">ContainerBuilder.BindingBuilder</A>
<DD>Binds to instances from the given factory.
<DT><A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html#to(java.lang.String)"><B>to(String)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html" title="class in com.google.inject">ContainerBuilder.ConstantBindingBuilder</A>
<DD>Binds constant to the given value.
<DT><A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html#to(int)"><B>to(int)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html" title="class in com.google.inject">ContainerBuilder.ConstantBindingBuilder</A>
<DD>Binds constant to the given value.
<DT><A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html#to(long)"><B>to(long)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html" title="class in com.google.inject">ContainerBuilder.ConstantBindingBuilder</A>
<DD>Binds constant to the given value.
<DT><A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html#to(boolean)"><B>to(boolean)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html" title="class in com.google.inject">ContainerBuilder.ConstantBindingBuilder</A>
<DD>Binds constant to the given value.
<DT><A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html#to(double)"><B>to(double)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html" title="class in com.google.inject">ContainerBuilder.ConstantBindingBuilder</A>
<DD>Binds constant to the given value.
<DT><A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html#to(float)"><B>to(float)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html" title="class in com.google.inject">ContainerBuilder.ConstantBindingBuilder</A>
<DD>Binds constant to the given value.
<DT><A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html#to(short)"><B>to(short)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html" title="class in com.google.inject">ContainerBuilder.ConstantBindingBuilder</A>
<DD>Binds constant to the given value.
<DT><A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html#to(char)"><B>to(char)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html" title="class in com.google.inject">ContainerBuilder.ConstantBindingBuilder</A>
<DD>Binds constant to the given value.
<DT><A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html#to(java.lang.Class)"><B>to(Class&lt;?&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html" title="class in com.google.inject">ContainerBuilder.ConstantBindingBuilder</A>
<DD>Binds constant to the given value.
<DT><A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html#to(E)"><B>to(E)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.ConstantBindingBuilder.html" title="class in com.google.inject">ContainerBuilder.ConstantBindingBuilder</A>
<DD>Binds constant to the given value.
<DT><A HREF="./com/google/inject/ContainerBuilder.LinkedBindingBuilder.html#to(com.google.inject.Key)"><B>to(Key&lt;? extends T&gt;)</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/ContainerBuilder.LinkedBindingBuilder.html" title="class in com.google.inject">ContainerBuilder.LinkedBindingBuilder</A>
<DD>Links to another binding with the given key.
<DT><A HREF="./com/google/inject/Key.html#toString()"><B>toString()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/Key.html" title="class in com.google.inject">Key</A>
<DD>&nbsp;
<DT><A HREF="./com/google/inject/TypeLiteral.html#toString()"><B>toString()</B></A> -
Method in class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
<DD>&nbsp;
<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> -
Constructor for class com.google.inject.<A HREF="./com/google/inject/TypeLiteral.html" title="class in com.google.inject">TypeLiteral</A>
<DD>Constructs a new type literal.
</DL>
<HR>
<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="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/google/inject/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/google/inject/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>