1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
<!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.6.0_07) on Tue May 19 17:01:47 PDT 2009 -->
<TITLE>
com.google.inject (Guice 2.0)
</TITLE>
<META NAME="date" CONTENT="2009-05-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../com/google/inject/package-summary.html" target="classFrame">com.google.inject</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Interfaces</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="Binder.html" title="interface in com.google.inject" target="classFrame"><I>Binder</I></A>
<BR>
<A HREF="Binding.html" title="interface in com.google.inject" target="classFrame"><I>Binding</I></A>
<BR>
<A HREF="Injector.html" title="interface in com.google.inject" target="classFrame"><I>Injector</I></A>
<BR>
<A HREF="MembersInjector.html" title="interface in com.google.inject" target="classFrame"><I>MembersInjector</I></A>
<BR>
<A HREF="Module.html" title="interface in com.google.inject" target="classFrame"><I>Module</I></A>
<BR>
<A HREF="PrivateBinder.html" title="interface in com.google.inject" target="classFrame"><I>PrivateBinder</I></A>
<BR>
<A HREF="Provider.html" title="interface in com.google.inject" target="classFrame"><I>Provider</I></A>
<BR>
<A HREF="Scope.html" title="interface in com.google.inject" target="classFrame"><I>Scope</I></A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="AbstractModule.html" title="class in com.google.inject" target="classFrame">AbstractModule</A>
<BR>
<A HREF="Guice.html" title="class in com.google.inject" target="classFrame">Guice</A>
<BR>
<A HREF="Key.html" title="class in com.google.inject" target="classFrame">Key</A>
<BR>
<A HREF="PrivateModule.html" title="class in com.google.inject" target="classFrame">PrivateModule</A>
<BR>
<A HREF="Scopes.html" title="class in com.google.inject" target="classFrame">Scopes</A>
<BR>
<A HREF="TypeLiteral.html" title="class in com.google.inject" target="classFrame">TypeLiteral</A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Enums</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="Stage.html" title="enum in com.google.inject" target="classFrame">Stage</A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Exceptions</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="ConfigurationException.html" title="class in com.google.inject" target="classFrame">ConfigurationException</A>
<BR>
<A HREF="CreationException.html" title="class in com.google.inject" target="classFrame">CreationException</A>
<BR>
<A HREF="OutOfScopeException.html" title="class in com.google.inject" target="classFrame">OutOfScopeException</A>
<BR>
<A HREF="ProvisionException.html" title="class in com.google.inject" target="classFrame">ProvisionException</A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Annotation Types</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="BindingAnnotation.html" title="annotation in com.google.inject" target="classFrame">BindingAnnotation</A>
<BR>
<A HREF="Exposed.html" title="annotation in com.google.inject" target="classFrame">Exposed</A>
<BR>
<A HREF="ImplementedBy.html" title="annotation in com.google.inject" target="classFrame">ImplementedBy</A>
<BR>
<A HREF="Inject.html" title="annotation in com.google.inject" target="classFrame">Inject</A>
<BR>
<A HREF="ProvidedBy.html" title="annotation in com.google.inject" target="classFrame">ProvidedBy</A>
<BR>
<A HREF="Provides.html" title="annotation in com.google.inject" target="classFrame">Provides</A>
<BR>
<A HREF="ScopeAnnotation.html" title="annotation in com.google.inject" target="classFrame">ScopeAnnotation</A>
<BR>
<A HREF="Singleton.html" title="annotation in com.google.inject" target="classFrame">Singleton</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|