27
27
< html >
28
28
< head >
29
29
<!-- Generated by groovydoc -->
30
- < title > ContainerAwareDownloadSupport (Grails Geb Plugin 5.0.0 -SNAPSHOT)</ title >
30
+ < title > ContainerAwareDownloadSupport (Grails Geb Plugin 4.1.2 -SNAPSHOT)</ title >
31
31
32
32
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
33
33
< link href ="../../../groovy.ico " type ="image/x-icon " rel ="shortcut icon ">
37
37
< body class ="center ">
38
38
< script type ="text/javascript "> <!--
39
39
if ( location . href . indexOf ( 'is-external=true' ) == - 1 ) {
40
- parent . document . title = "ContainerAwareDownloadSupport (Grails Geb Plugin 5.0.0 -SNAPSHOT)" ;
40
+ parent . document . title = "ContainerAwareDownloadSupport (Grails Geb Plugin 4.1.2 -SNAPSHOT)" ;
41
41
}
42
42
//-->
43
43
</ script >
70
70
< div >
71
71
< ul class ="subNavList ">
72
72
< li > Summary: </ li >
73
- Nested Field < li > < a href ="#property_summary "> Property</ a > </ li > Method
73
+ Nested Field < li > < a href ="#property_summary "> Property</ a > </ li > < li > < a href =" #method_summary " > Method</ a > </ li >
74
74
</ ul >
75
75
< ul class ="subNavList ">
76
76
< li > | Detail: </ li >
77
- Field < li > < a href ="#prop_detail "> Property</ a > </ li > Method
77
+ Field < li > < a href ="#prop_detail "> Property</ a > </ li > < li > < a href =" #method_detail " > Method</ a > </ li >
78
78
</ ul >
79
79
</ div >
80
80
< a name ="skip-navbar_top ">
@@ -105,6 +105,7 @@ <h2 title="[Groovy] Trait ContainerAwareDownloadSupport" class="title">[Groovy]
105
105
106
106
<!-- todo: direct known subclasses -->
107
107
< hr >
108
+ < br >
108
109
109
110
< pre > @groovy.transform.Trait
110
111
@groovy.transform.CompileStatic
@@ -140,7 +141,7 @@ <h2 title="[Groovy] Trait ContainerAwareDownloadSupport" class="title">[Groovy]
140
141
141
142
<!-- =========== PROPERTY SUMMARY =========== -->
142
143
143
- < ul class ="blockList ">
144
+ < ul class ="blockList ">
144
145
< li class ="blockList "> < a name ="property_summary "> <!-- --> </ a >
145
146
< h3 > Properties Summary</ h3 >
146
147
< ul class ="blockList ">
@@ -159,7 +160,6 @@ <h3>Properties Summary</h3>
159
160
</ table >
160
161
</ ul >
161
162
</ li >
162
-
163
163
</ ul >
164
164
165
165
@@ -172,6 +172,27 @@ <h3>Properties Summary</h3>
172
172
<!-- ========== METHOD SUMMARY =========== -->
173
173
< ul class ="blockList ">
174
174
175
+ < li class ="blockList "> < a name ="method_summary "> <!-- --> </ a >
176
+ < h3 > Methods Summary</ h3 >
177
+ < ul class ="blockList ">
178
+ < table class ="overviewSummary " border ="0 " cellpadding ="3 " cellspacing ="0 " summary ="Methods Summary table ">
179
+ < caption > < span > Methods</ span > < span class ="tabEnd "> </ span > </ caption >
180
+ < tr >
181
+ < th class ="colFirst " scope ="col "> Type Params</ th >
182
+ < th class ="colLast " scope ="col "> Return Type</ th >
183
+ < th class ="colLast " scope ="col "> Name and description</ th >
184
+ </ tr >
185
+
186
+ < tr class ="altColor ">
187
+ < td class ="colFirst "> < code > </ code > </ td >
188
+ < td class ="colLast "> < code > static void</ code > </ td >
189
+ < td class ="colLast "> < code > < strong > < a href ="#setDownloadSupport(geb.download.DownloadSupport) "> setDownloadSupport</ a > </ strong > (< a href ='../../../geb.download.DownloadSupport.html '> DownloadSupport</ a > downloadSupport)</ code > < br > </ td >
190
+ </ tr >
191
+
192
+ </ table >
193
+ </ ul >
194
+ </ li >
195
+
175
196
< li class ="blockList "> < a name ="method_summary "> <!-- --> </ a >
176
197
< h3 > Inherited Methods Summary</ h3 >
177
198
< ul class ="blockList ">
@@ -184,7 +205,7 @@ <h3>Inherited Methods Summary</h3>
184
205
185
206
< tr class ="altColor ">
186
207
< td class ="colFirst "> < code > class java.lang.Object</ code > </ td >
187
- < td class ="colLast "> < code > java.lang.Object#wait(long, int ), java.lang.Object#wait(), java.lang.Object#wait(long ), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</ code > </ td >
208
+ < td class ="colLast "> < code > java.lang.Object#wait(long), java.lang.Object#wait(long, int ), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</ code > </ td >
188
209
</ tr >
189
210
</ table >
190
211
</ ul >
@@ -214,7 +235,9 @@ <h3>Property Detail</h3>
214
235
< a name ="downloadSupport "> <!-- --> </ a >
215
236
< ul class ="blockListLast ">
216
237
< li class ="blockList ">
217
- < h4 > @groovy.lang.Delegate< br > @spock.lang.Shared< br > static < a href ='../../../geb.download.DownloadSupport.html '> DownloadSupport</ a > < strong > downloadSupport</ strong > </ h4 >
238
+ < h4 > @groovy.lang.Delegate
239
+ @spock.lang.Shared
240
+ static < a href ='../../../geb.download.DownloadSupport.html '> DownloadSupport</ a > < strong > downloadSupport</ strong > </ h4 >
218
241
< p > </ p >
219
242
</ li >
220
243
</ ul >
@@ -229,6 +252,24 @@ <h4>@groovy.lang.Delegate<br>@spock.lang.Shared<br>static <a href='../../..
229
252
230
253
231
254
255
+ <!-- =========== METHOD DETAIL =========== -->
256
+ < ul class ="blockList ">
257
+ < li class ="blockList "> < a name ="method_detail ">
258
+ <!-- -->
259
+ </ a >
260
+ < h3 > Method Detail</ h3 >
261
+
262
+ < a name ="setDownloadSupport(geb.download.DownloadSupport) "> <!-- --> </ a >
263
+ < ul class ="blockListLast ">
264
+ < li class ="blockList ">
265
+ < h4 > static void < strong > setDownloadSupport</ strong > (< a href ='../../../geb.download.DownloadSupport.html '> DownloadSupport</ a > downloadSupport)</ h4 >
266
+ < p > </ p >
267
+ </ li >
268
+ </ ul >
269
+
270
+ </ li >
271
+ </ ul >
272
+
232
273
</ li >
233
274
</ ul >
234
275
</ div >
@@ -260,11 +301,11 @@ <h4>@groovy.lang.Delegate<br>@spock.lang.Shared<br>static <a href='../../..
260
301
< div >
261
302
< ul class ="subNavList ">
262
303
< li > Summary: </ li >
263
- Nested Field < li > < a href ="#property_summary "> Property</ a > </ li > Method
304
+ Nested Field < li > < a href ="#property_summary "> Property</ a > </ li > < li > < a href =" #method_summary " > Method</ a > </ li >
264
305
</ ul >
265
306
< ul class ="subNavList ">
266
307
< li > | Detail: </ li >
267
- Field < li > < a href ="#prop_detail "> Property</ a > </ li > Method
308
+ Field < li > < a href ="#prop_detail "> Property</ a > </ li > < li > < a href =" #method_detail " > Method</ a > </ li >
268
309
</ ul >
269
310
</ div >
270
311
< p > Groovy Documentation</ p >
0 commit comments