blob: 9b14c9abbd8f1c0bc8b8cd2e50e531cd7558c93e [file] [log] [blame]
crazybobleedda32192007-02-03 11:34:51 +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 Sat Feb 03 03:33:14 PST 2007 -->
6<TITLE>
7ConstructionProxy (Guice 1.0 API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="com.google.inject.spi.ConstructionProxy interface">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17 parent.document.title="ConstructionProxy (Guice 1.0 API)";
18}
19</SCRIPT>
20<NOSCRIPT>
21</NOSCRIPT>
22
23</HEAD>
24
25<BODY BGCOLOR="white" onload="windowTitle();">
26
27
28<!-- ========= START OF TOP NAVBAR ======= -->
29<A NAME="navbar_top"><!-- --></A>
30<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32<TR>
33<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34<A NAME="navbar_top_firstrow"><!-- --></A>
35<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36 <TR ALIGN="center" VALIGN="top">
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45</TABLE>
46</TD>
47<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48</EM>
49</TD>
50</TR>
51
52<TR>
53<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54&nbsp;PREV CLASS&nbsp;
55&nbsp;<A HREF="../../../../com/google/inject/spi/ConstructionProxyFactory.html" title="interface in com.google.inject.spi"><B>NEXT CLASS</B></A></FONT></TD>
56<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?com/google/inject/spi/ConstructionProxy.html" target="_top"><B>FRAMES</B></A> &nbsp;
58&nbsp;<A HREF="ConstructionProxy.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59&nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65</SCRIPT>
66<NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68</NOSCRIPT>
69
70
71</FONT></TD>
72</TR>
73<TR>
74<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78</TR>
79</TABLE>
80<A NAME="skip-navbar_top"></A>
81<!-- ========= END OF TOP NAVBAR ========= -->
82
83<HR>
84<!-- ======== START OF CLASS DATA ======== -->
85<H2>
86<FONT SIZE="-1">
87com.google.inject.spi</FONT>
88<BR>
89Interface ConstructionProxy&lt;T&gt;</H2>
90<HR>
91<DL>
92<DT><PRE>public interface <B>ConstructionProxy&lt;T&gt;</B></DL>
93</PRE>
94
95<P>
96Proxies calls to a <CODE>Constructor</CODE> for a class
97 <code>T</code>.
98<P>
99
100<P>
101<DL>
102<DT><B>Author:</B></DT>
103 <DD>crazybob@google.com (Bob Lee)</DD>
104</DL>
105<HR>
106
107<P>
108
109<!-- ========== METHOD SUMMARY =========== -->
110
111<A NAME="method_summary"><!-- --></A>
112<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
113<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
114<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
115<B>Method Summary</B></FONT></TH>
116</TR>
117<TR BGCOLOR="white" CLASS="TableRowColor">
118<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
119<CODE>&nbsp;<A HREF="../../../../com/google/inject/spi/ConstructionProxy.html" title="type parameter in ConstructionProxy">T</A></CODE></FONT></TD>
120<TD><CODE><B><A HREF="../../../../com/google/inject/spi/ConstructionProxy.html#newInstance(java.lang.Object...)">newInstance</A></B>(java.lang.Object...&nbsp;arguments)</CODE>
121
122<BR>
123&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an instance of <code>T</code> for the given arguments.</TD>
124</TR>
125</TABLE>
126&nbsp;
127<P>
128
129<!-- ============ METHOD DETAIL ========== -->
130
131<A NAME="method_detail"><!-- --></A>
132<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
135<B>Method Detail</B></FONT></TH>
136</TR>
137</TABLE>
138
139<A NAME="newInstance(java.lang.Object...)"><!-- --></A><H3>
140newInstance</H3>
141<PRE>
142<A HREF="../../../../com/google/inject/spi/ConstructionProxy.html" title="type parameter in ConstructionProxy">T</A> <B>newInstance</B>(java.lang.Object...&nbsp;arguments)
143 throws java.lang.reflect.InvocationTargetException</PRE>
144<DL>
145<DD>Constructs an instance of <code>T</code> for the given arguments.
146<P>
147<DD><DL>
148
149<DT><B>Throws:</B>
150<DD><CODE>java.lang.reflect.InvocationTargetException</CODE></DL>
151</DD>
152</DL>
153<!-- ========= END OF CLASS DATA ========= -->
154<HR>
155
156
157<!-- ======= START OF BOTTOM NAVBAR ====== -->
158<A NAME="navbar_bottom"><!-- --></A>
159<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
160<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
161<TR>
162<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
163<A NAME="navbar_bottom_firstrow"><!-- --></A>
164<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
165 <TR ALIGN="center" VALIGN="top">
166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
168 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
169 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
173 </TR>
174</TABLE>
175</TD>
176<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
177</EM>
178</TD>
179</TR>
180
181<TR>
182<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
183&nbsp;PREV CLASS&nbsp;
184&nbsp;<A HREF="../../../../com/google/inject/spi/ConstructionProxyFactory.html" title="interface in com.google.inject.spi"><B>NEXT CLASS</B></A></FONT></TD>
185<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
186 <A HREF="../../../../index.html?com/google/inject/spi/ConstructionProxy.html" target="_top"><B>FRAMES</B></A> &nbsp;
187&nbsp;<A HREF="ConstructionProxy.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
188&nbsp;<SCRIPT type="text/javascript">
189 <!--
190 if(window==top) {
191 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
192 }
193 //-->
194</SCRIPT>
195<NOSCRIPT>
196 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
197</NOSCRIPT>
198
199
200</FONT></TD>
201</TR>
202<TR>
203<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
204 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
205<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
206DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
207</TR>
208</TABLE>
209<A NAME="skip-navbar_bottom"></A>
210<!-- ======== END OF BOTTOM NAVBAR ======= -->
211
212<HR>
213
214</BODY>
215</HTML>