|
0
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
|
2 |
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#"> |
|
|
3 |
<head> |
|
|
4 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
|
5 |
<title>API: datasource DataSourceCache (YUI Library)</title> |
|
|
6 |
|
|
|
7 |
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" /> |
|
|
8 |
<link rel="stylesheet" type="text/css" href="assets/api.css" /> |
|
|
9 |
|
|
|
10 |
<script type="text/javascript" src="assets/api-js"></script> |
|
|
11 |
<script type="text/javascript" src="assets/ac-js"></script> |
|
|
12 |
</head> |
|
|
13 |
|
|
|
14 |
<body id="yahoo-com"> |
|
|
15 |
|
|
|
16 |
<div id="doc3" class="yui-t2"> |
|
|
17 |
<div id="hd"> |
|
|
18 |
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1> |
|
|
19 |
<h3>datasource <span class="subtitle">3.0.0</span></h3> |
|
|
20 |
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> |
|
|
21 |
> <a href="./module_datasource.html" title="datasource">datasource</a> |
|
|
22 |
> DataSourceCache |
|
|
23 |
|
|
|
24 |
<form onsubmit="return false"> |
|
|
25 |
<div id="propertysearch"> |
|
|
26 |
Search: <input autocomplete="off" id="searchinput" /> |
|
|
27 |
<div id="searchresults"> |
|
|
28 |
|
|
|
29 |
</div> |
|
|
30 |
</div> |
|
|
31 |
</form> |
|
|
32 |
</div> |
|
|
33 |
|
|
|
34 |
<div id="bd"> |
|
|
35 |
<div id="yui-main"> |
|
|
36 |
<div class="yui-b"> |
|
|
37 |
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form"> |
|
|
38 |
<fieldset> |
|
|
39 |
<legend>Filters</legend> |
|
|
40 |
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span> |
|
|
41 |
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span> |
|
|
42 |
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span> |
|
|
43 |
</fieldset> |
|
|
44 |
</form> |
|
|
45 |
|
|
|
46 |
<h2> |
|
|
47 |
|
|
|
48 |
|
|
|
49 |
|
|
|
50 |
|
|
|
51 |
Class <b property="yui:name">DataSourceCache</b> |
|
|
52 |
<span class="extends"> |
|
|
53 |
- extends <a href="Cache.html" title="Cache">Cache</a> |
|
|
54 |
</span> |
|
|
55 |
|
|
|
56 |
</h2> |
|
|
57 |
<!-- class tree goes here --> |
|
|
58 |
|
|
|
59 |
|
|
|
60 |
|
|
|
61 |
|
|
|
62 |
<div class="summary description" property="yui:description"> |
|
|
63 |
Adds cacheability to the DataSource Utility. |
|
|
64 |
</div> |
|
|
65 |
|
|
|
66 |
|
|
|
67 |
<div rel="yui:properties" resource="#properties"> |
|
|
68 |
<div class="section field details"> |
|
|
69 |
<h3 id="properties">Properties</h3> |
|
|
70 |
<div class="content"> |
|
|
71 |
<div class="" rel="yui:property" resource="#property_NAME"> |
|
|
72 |
<h4><a name="property_NAME" property="yui:name">NAME</a> |
|
|
73 |
- <code>static final <span property="yui:type">String</span></code> |
|
|
74 |
</h4> |
|
|
75 |
<div class="detail"> |
|
|
76 |
<div class="description" property="yui:description"> |
|
|
77 |
Class name. |
|
|
78 |
</div> |
|
|
79 |
</div> |
|
|
80 |
|
|
|
81 |
|
|
|
82 |
|
|
|
83 |
|
|
|
84 |
<hr /> |
|
|
85 |
</div> |
|
|
86 |
<div class="" rel="yui:property" resource="#property_NS"> |
|
|
87 |
<h4><a name="property_NS" property="yui:name">NS</a> |
|
|
88 |
- <code>static final <span property="yui:type">String</span></code> |
|
|
89 |
</h4> |
|
|
90 |
<div class="detail"> |
|
|
91 |
<div class="description" property="yui:description"> |
|
|
92 |
The namespace for the plugin. This will be the property on the host which |
|
|
93 |
references the plugin instance. |
|
|
94 |
</div> |
|
|
95 |
</div> |
|
|
96 |
|
|
|
97 |
|
|
|
98 |
|
|
|
99 |
|
|
|
100 |
<hr /> |
|
|
101 |
</div> |
|
|
102 |
</div> |
|
|
103 |
</div> |
|
|
104 |
|
|
|
105 |
<div rel="yui:inheritance"> |
|
|
106 |
<div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
|
107 |
<h4>Properties inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
|
108 |
<div class="content" rel="yui:properties"> |
|
|
109 |
<code> |
|
|
110 |
|
|
|
111 |
<span rel="yui:property" resource="Base.html#property_name"> |
|
|
112 |
<a class=" deprecated" href="Base.html#property_name" property="yui:name" title="name">name</a> |
|
|
113 |
</span> |
|
|
114 |
|
|
|
115 |
</code> |
|
|
116 |
</div> |
|
|
117 |
</div> |
|
|
118 |
<div class="section field inheritance" rel="yui:superclass" resource="Cache.html"> |
|
|
119 |
<h4>Properties inherited from <a href="Cache.html" property="yui:name" title="Cache">Cache</a>:</h4> |
|
|
120 |
<div class="content" rel="yui:properties"> |
|
|
121 |
<code> |
|
|
122 |
|
|
|
123 |
<span rel="yui:property" resource="Cache.html#property__entries"> |
|
|
124 |
<a class="private" href="Cache.html#property__entries" property="yui:name" title="_entries">_entries</a> |
|
|
125 |
</span> |
|
|
126 |
|
|
|
127 |
</code> |
|
|
128 |
</div> |
|
|
129 |
</div> |
|
|
130 |
<div class="section field inheritance" rel="yui:superclass" resource="Plugin.Base.html"> |
|
|
131 |
<h4>Properties inherited from <a href="Plugin.Base.html" property="yui:name" title="Plugin.Base">Plugin.Base</a>:</h4> |
|
|
132 |
<div class="content" rel="yui:properties"> |
|
|
133 |
<code> |
|
|
134 |
|
|
|
135 |
<span rel="yui:property" resource="Plugin.Base.html#property__handles"> |
|
|
136 |
<a class="private" href="Plugin.Base.html#property__handles" property="yui:name" title="_handles">_handles</a> |
|
|
137 |
</span> |
|
|
138 |
|
|
|
139 |
</code> |
|
|
140 |
</div> |
|
|
141 |
</div> |
|
|
142 |
<div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
|
143 |
<h4>Properties inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
|
144 |
<div class="content" rel="yui:properties"> |
|
|
145 |
<code> |
|
|
146 |
|
|
|
147 |
</code> |
|
|
148 |
</div> |
|
|
149 |
</div> |
|
|
150 |
</div> |
|
|
151 |
</div> |
|
|
152 |
|
|
|
153 |
<div rel="yui:methods" resource="#methods"> |
|
|
154 |
<div class="section method details"> |
|
|
155 |
<h3 id="methods">Methods</h3> |
|
|
156 |
<div class="content"> |
|
|
157 |
<div class="protected" rel="yui:method" resource="#method__beforeDefRequestFn"> |
|
|
158 |
<h4> |
|
|
159 |
<a name="method__beforeDefRequestFn">_beforeDefRequestFn</a></h4> |
|
|
160 |
<div class="detail" > |
|
|
161 |
<code> |
|
|
162 |
protected |
|
|
163 |
|
|
|
164 |
|
|
|
165 |
void |
|
|
166 |
<strong property="yui:name">_beforeDefRequestFn</strong> |
|
|
167 |
( |
|
|
168 |
|
|
|
169 |
|
|
|
170 |
e |
|
|
171 |
|
|
|
172 |
|
|
|
173 |
) |
|
|
174 |
</code> |
|
|
175 |
|
|
|
176 |
<div class="description" property="yui:description"> |
|
|
177 |
First look for cached response, then send request to live data. |
|
|
178 |
</div> |
|
|
179 |
|
|
|
180 |
<div class="description"> |
|
|
181 |
|
|
|
182 |
<dl rel="yui:parameters"> |
|
|
183 |
<dt>Parameters:</dt> |
|
|
184 |
<dd rel="yui:parameter"> |
|
|
185 |
<code><span property="yui:name">e</span> |
|
|
186 |
<<span property="yui:type">Event.Facade</span>> |
|
|
187 |
</code> |
|
|
188 |
<span property="yui:description"> Event Facade with the following properties: |
|
|
189 |
<dl> |
|
|
190 |
<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd> |
|
|
191 |
<dt>request (Object)</dt> <dd>The request.</dd> |
|
|
192 |
<dt>callback (Object)</dt> <dd>The callback object.</dd> |
|
|
193 |
<dt>cfg (Object)</dt> <dd>Configuration object.</dd> |
|
|
194 |
</dl></span> |
|
|
195 |
</dd> |
|
|
196 |
</dl> |
|
|
197 |
|
|
|
198 |
|
|
|
199 |
|
|
|
200 |
|
|
|
201 |
|
|
|
202 |
</div> |
|
|
203 |
|
|
|
204 |
</div> |
|
|
205 |
<hr /> |
|
|
206 |
</div> |
|
|
207 |
<div class="protected" rel="yui:method" resource="#method__beforeDefResponseFn"> |
|
|
208 |
<h4> |
|
|
209 |
<a name="method__beforeDefResponseFn">_beforeDefResponseFn</a></h4> |
|
|
210 |
<div class="detail" > |
|
|
211 |
<code> |
|
|
212 |
protected |
|
|
213 |
|
|
|
214 |
|
|
|
215 |
void |
|
|
216 |
<strong property="yui:name">_beforeDefResponseFn</strong> |
|
|
217 |
( |
|
|
218 |
|
|
|
219 |
|
|
|
220 |
e |
|
|
221 |
|
|
|
222 |
|
|
|
223 |
) |
|
|
224 |
</code> |
|
|
225 |
|
|
|
226 |
<div class="description" property="yui:description"> |
|
|
227 |
Adds data to cache before returning data. |
|
|
228 |
</div> |
|
|
229 |
|
|
|
230 |
<div class="description"> |
|
|
231 |
|
|
|
232 |
<dl rel="yui:parameters"> |
|
|
233 |
<dt>Parameters:</dt> |
|
|
234 |
<dd rel="yui:parameter"> |
|
|
235 |
<code><span property="yui:name">e</span> |
|
|
236 |
<<span property="yui:type">Event.Facade</span>> |
|
|
237 |
</code> |
|
|
238 |
<span property="yui:description"> Event Facade with the following properties: |
|
|
239 |
<dl> |
|
|
240 |
<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd> |
|
|
241 |
<dt>request (Object)</dt> <dd>The request.</dd> |
|
|
242 |
<dt>callback (Object)</dt> <dd>The callback object with the following properties: |
|
|
243 |
<dl> |
|
|
244 |
<dt>success (Function)</dt> <dd>Success handler.</dd> |
|
|
245 |
<dt>failure (Function)</dt> <dd>Failure handler.</dd> |
|
|
246 |
</dl> |
|
|
247 |
</dd> |
|
|
248 |
<dt>data (Object)</dt> <dd>Raw data.</dd> |
|
|
249 |
<dt>response (Object)</dt> <dd>Normalized response object with the following properties: |
|
|
250 |
<dl> |
|
|
251 |
<dt>cached (Object)</dt> <dd>True when response is cached.</dd> |
|
|
252 |
<dt>results (Object)</dt> <dd>Parsed results.</dd> |
|
|
253 |
<dt>meta (Object)</dt> <dd>Parsed meta data.</dd> |
|
|
254 |
<dt>error (Object)</dt> <dd>Error object.</dd> |
|
|
255 |
</dl> |
|
|
256 |
</dd> |
|
|
257 |
<dt>cfg (Object)</dt> <dd>Configuration object.</dd> |
|
|
258 |
</dl></span> |
|
|
259 |
</dd> |
|
|
260 |
</dl> |
|
|
261 |
|
|
|
262 |
|
|
|
263 |
|
|
|
264 |
|
|
|
265 |
|
|
|
266 |
</div> |
|
|
267 |
|
|
|
268 |
</div> |
|
|
269 |
<hr /> |
|
|
270 |
</div> |
|
|
271 |
<div class="private" rel="yui:method" resource="#method_initializer"> |
|
|
272 |
<h4> |
|
|
273 |
<a name="method_initializer">initializer</a></h4> |
|
|
274 |
<div class="detail" > |
|
|
275 |
<code> |
|
|
276 |
private |
|
|
277 |
|
|
|
278 |
|
|
|
279 |
void |
|
|
280 |
<strong property="yui:name">initializer</strong> |
|
|
281 |
( |
|
|
282 |
|
|
|
283 |
|
|
|
284 |
config |
|
|
285 |
|
|
|
286 |
|
|
|
287 |
) |
|
|
288 |
</code> |
|
|
289 |
|
|
|
290 |
<div class="description" property="yui:description"> |
|
|
291 |
Internal init() handler. |
|
|
292 |
</div> |
|
|
293 |
|
|
|
294 |
<div class="description"> |
|
|
295 |
|
|
|
296 |
<dl rel="yui:parameters"> |
|
|
297 |
<dt>Parameters:</dt> |
|
|
298 |
<dd rel="yui:parameter"> |
|
|
299 |
<code><span property="yui:name">config</span> |
|
|
300 |
<<span property="yui:type">Object</span>> |
|
|
301 |
</code> |
|
|
302 |
<span property="yui:description"> Config object.</span> |
|
|
303 |
</dd> |
|
|
304 |
</dl> |
|
|
305 |
|
|
|
306 |
|
|
|
307 |
|
|
|
308 |
|
|
|
309 |
|
|
|
310 |
</div> |
|
|
311 |
|
|
|
312 |
</div> |
|
|
313 |
<hr /> |
|
|
314 |
</div> |
|
|
315 |
</div> |
|
|
316 |
</div> |
|
|
317 |
|
|
|
318 |
<div rel="yui:inheritance"> |
|
|
319 |
<div class="section field inheritance" rel="yui:superclass" resource="EventTarget.html"> |
|
|
320 |
<h4>Methods inherited from <a href="EventTarget.html" property="yui:name" title="EventTarget">EventTarget</a>:</h4> |
|
|
321 |
<div class="content" rel="yui:methods"> |
|
|
322 |
<code> |
|
|
323 |
<span rel="yui:method" resource="EventTarget.html#method__getType"> |
|
|
324 |
<a class="private" href="EventTarget.html#method__getType" property="yui:name" title="_getType">_getType</a><span class="private">,</span> |
|
|
325 |
</span> |
|
|
326 |
<span rel="yui:method" resource="EventTarget.html#method__parseType"> |
|
|
327 |
<a class="private" href="EventTarget.html#method__parseType" property="yui:name" title="_parseType">_parseType</a><span class="private">,</span> |
|
|
328 |
</span> |
|
|
329 |
<span rel="yui:method" resource="EventTarget.html#method_addTarget"> |
|
|
330 |
<a class="" href="EventTarget.html#method_addTarget" property="yui:name" title="addTarget">addTarget</a><span class="">,</span> |
|
|
331 |
</span> |
|
|
332 |
<span rel="yui:method" resource="EventTarget.html#method_after"> |
|
|
333 |
<a class="" href="EventTarget.html#method_after" property="yui:name" title="after">after</a><span class="">,</span> |
|
|
334 |
</span> |
|
|
335 |
<span rel="yui:method" resource="EventTarget.html#method_before"> |
|
|
336 |
<a class=" deprecated" href="EventTarget.html#method_before" property="yui:name" title="before">before</a><span class=" deprecated">,</span> |
|
|
337 |
</span> |
|
|
338 |
<span rel="yui:method" resource="EventTarget.html#method_bubble"> |
|
|
339 |
<a class="" href="EventTarget.html#method_bubble" property="yui:name" title="bubble">bubble</a><span class="">,</span> |
|
|
340 |
</span> |
|
|
341 |
<span rel="yui:method" resource="EventTarget.html#method_detach"> |
|
|
342 |
<a class="" href="EventTarget.html#method_detach" property="yui:name" title="detach">detach</a><span class="">,</span> |
|
|
343 |
</span> |
|
|
344 |
<span rel="yui:method" resource="EventTarget.html#method_detachAll"> |
|
|
345 |
<a class="" href="EventTarget.html#method_detachAll" property="yui:name" title="detachAll">detachAll</a><span class="">,</span> |
|
|
346 |
</span> |
|
|
347 |
<span rel="yui:method" resource="EventTarget.html#method_fire"> |
|
|
348 |
<a class="" href="EventTarget.html#method_fire" property="yui:name" title="fire">fire</a><span class="">,</span> |
|
|
349 |
</span> |
|
|
350 |
<span rel="yui:method" resource="EventTarget.html#method_getEvent"> |
|
|
351 |
<a class="" href="EventTarget.html#method_getEvent" property="yui:name" title="getEvent">getEvent</a><span class="">,</span> |
|
|
352 |
</span> |
|
|
353 |
<span rel="yui:method" resource="EventTarget.html#method_on"> |
|
|
354 |
<a class="" href="EventTarget.html#method_on" property="yui:name" title="on">on</a><span class="">,</span> |
|
|
355 |
</span> |
|
|
356 |
<span rel="yui:method" resource="EventTarget.html#method_publish"> |
|
|
357 |
<a class="" href="EventTarget.html#method_publish" property="yui:name" title="publish">publish</a><span class="">,</span> |
|
|
358 |
</span> |
|
|
359 |
<span rel="yui:method" resource="EventTarget.html#method_removeTarget"> |
|
|
360 |
<a class="" href="EventTarget.html#method_removeTarget" property="yui:name" title="removeTarget">removeTarget</a><span class="">,</span> |
|
|
361 |
</span> |
|
|
362 |
<span rel="yui:method" resource="EventTarget.html#method_subscribe"> |
|
|
363 |
<a class=" deprecated" href="EventTarget.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a><span class=" deprecated">,</span> |
|
|
364 |
</span> |
|
|
365 |
<span rel="yui:method" resource="EventTarget.html#method_unsubscribe"> |
|
|
366 |
<a class=" deprecated" href="EventTarget.html#method_unsubscribe" property="yui:name" title="unsubscribe">unsubscribe</a><span class=" deprecated">,</span> |
|
|
367 |
</span> |
|
|
368 |
<span rel="yui:method" resource="EventTarget.html#method_unsubscribeAll"> |
|
|
369 |
<a class=" deprecated" href="EventTarget.html#method_unsubscribeAll" property="yui:name" title="unsubscribeAll">unsubscribeAll</a> |
|
|
370 |
</span> |
|
|
371 |
</code> |
|
|
372 |
</div> |
|
|
373 |
</div> |
|
|
374 |
<div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
|
375 |
<h4>Methods inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
|
376 |
<div class="content" rel="yui:methods"> |
|
|
377 |
<code> |
|
|
378 |
<span rel="yui:method" resource="Base.html#method__aggregateAttrs"> |
|
|
379 |
<a class="private" href="Base.html#method__aggregateAttrs" property="yui:name" title="_aggregateAttrs">_aggregateAttrs</a><span class="private">,</span> |
|
|
380 |
</span> |
|
|
381 |
<span rel="yui:method" resource="Base.html#method__defDestroyFn"> |
|
|
382 |
<a class="protected" href="Base.html#method__defDestroyFn" property="yui:name" title="_defDestroyFn">_defDestroyFn</a><span class="protected">,</span> |
|
|
383 |
</span> |
|
|
384 |
<span rel="yui:method" resource="Base.html#method__defInitFn"> |
|
|
385 |
<a class="protected" href="Base.html#method__defInitFn" property="yui:name" title="_defInitFn">_defInitFn</a><span class="protected">,</span> |
|
|
386 |
</span> |
|
|
387 |
<span rel="yui:method" resource="Base.html#method__destroyHierarchy"> |
|
|
388 |
<a class="private" href="Base.html#method__destroyHierarchy" property="yui:name" title="_destroyHierarchy">_destroyHierarchy</a><span class="private">,</span> |
|
|
389 |
</span> |
|
|
390 |
<span rel="yui:method" resource="Base.html#method__filterAttrCfs"> |
|
|
391 |
<a class="private" href="Base.html#method__filterAttrCfs" property="yui:name" title="_filterAttrCfs">_filterAttrCfs</a><span class="private">,</span> |
|
|
392 |
</span> |
|
|
393 |
<span rel="yui:method" resource="Base.html#method__getAttrCfgs"> |
|
|
394 |
<a class="protected" href="Base.html#method__getAttrCfgs" property="yui:name" title="_getAttrCfgs">_getAttrCfgs</a><span class="protected">,</span> |
|
|
395 |
</span> |
|
|
396 |
<span rel="yui:method" resource="Base.html#method__getClasses"> |
|
|
397 |
<a class="protected" href="Base.html#method__getClasses" property="yui:name" title="_getClasses">_getClasses</a><span class="protected">,</span> |
|
|
398 |
</span> |
|
|
399 |
<span rel="yui:method" resource="Base.html#method__initHierarchy"> |
|
|
400 |
<a class="private" href="Base.html#method__initHierarchy" property="yui:name" title="_initHierarchy">_initHierarchy</a><span class="private">,</span> |
|
|
401 |
</span> |
|
|
402 |
<span rel="yui:method" resource="Base.html#method__initHierarchyData"> |
|
|
403 |
<a class="private" href="Base.html#method__initHierarchyData" property="yui:name" title="_initHierarchyData">_initHierarchyData</a><span class="private">,</span> |
|
|
404 |
</span> |
|
|
405 |
<span rel="yui:method" resource="Base.html#method_destroy"> |
|
|
406 |
<a class="" href="Base.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
|
407 |
</span> |
|
|
408 |
<span rel="yui:method" resource="Base.html#method_init"> |
|
|
409 |
<a class="" href="Base.html#method_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
|
410 |
</span> |
|
|
411 |
<span rel="yui:method" resource="Base.html#method_toString"> |
|
|
412 |
<a class="" href="Base.html#method_toString" property="yui:name" title="toString">toString</a> |
|
|
413 |
</span> |
|
|
414 |
</code> |
|
|
415 |
</div> |
|
|
416 |
</div> |
|
|
417 |
<div class="section field inheritance" rel="yui:superclass" resource="Cache.html"> |
|
|
418 |
<h4>Methods inherited from <a href="Cache.html" property="yui:name" title="Cache">Cache</a>:</h4> |
|
|
419 |
<div class="content" rel="yui:methods"> |
|
|
420 |
<code> |
|
|
421 |
<span rel="yui:method" resource="Cache.html#method__defAddFn"> |
|
|
422 |
<a class="protected" href="Cache.html#method__defAddFn" property="yui:name" title="_defAddFn">_defAddFn</a><span class="protected">,</span> |
|
|
423 |
</span> |
|
|
424 |
<span rel="yui:method" resource="Cache.html#method__defFlushFn"> |
|
|
425 |
<a class="protected" href="Cache.html#method__defFlushFn" property="yui:name" title="_defFlushFn">_defFlushFn</a><span class="protected">,</span> |
|
|
426 |
</span> |
|
|
427 |
<span rel="yui:method" resource="Cache.html#method__isMatch"> |
|
|
428 |
<a class="protected" href="Cache.html#method__isMatch" property="yui:name" title="_isMatch">_isMatch</a><span class="protected">,</span> |
|
|
429 |
</span> |
|
|
430 |
<span rel="yui:method" resource="Cache.html#method_add"> |
|
|
431 |
<a class="" href="Cache.html#method_add" property="yui:name" title="add">add</a><span class="">,</span> |
|
|
432 |
</span> |
|
|
433 |
<span rel="yui:method" resource="Cache.html#method_destructor"> |
|
|
434 |
<a class="private" href="Cache.html#method_destructor" property="yui:name" title="destructor">destructor</a><span class="private">,</span> |
|
|
435 |
</span> |
|
|
436 |
<span rel="yui:method" resource="Cache.html#method_flush"> |
|
|
437 |
<a class="" href="Cache.html#method_flush" property="yui:name" title="flush">flush</a><span class="">,</span> |
|
|
438 |
</span> |
|
|
439 |
<span rel="yui:method" resource="Cache.html#method_initializer"> |
|
|
440 |
<a class="private" href="Cache.html#method_initializer" property="yui:name" title="initializer">initializer</a><span class="private">,</span> |
|
|
441 |
</span> |
|
|
442 |
<span rel="yui:method" resource="Cache.html#method_retrieve"> |
|
|
443 |
<a class="" href="Cache.html#method_retrieve" property="yui:name" title="retrieve">retrieve</a> |
|
|
444 |
</span> |
|
|
445 |
</code> |
|
|
446 |
</div> |
|
|
447 |
</div> |
|
|
448 |
<div class="section field inheritance" rel="yui:superclass" resource="Plugin.Base.html"> |
|
|
449 |
<h4>Methods inherited from <a href="Plugin.Base.html" property="yui:name" title="Plugin.Base">Plugin.Base</a>:</h4> |
|
|
450 |
<div class="content" rel="yui:methods"> |
|
|
451 |
<code> |
|
|
452 |
<span rel="yui:method" resource="Plugin.Base.html#method_destructor"> |
|
|
453 |
<a class="" href="Plugin.Base.html#method_destructor" property="yui:name" title="destructor">destructor</a><span class="">,</span> |
|
|
454 |
</span> |
|
|
455 |
<span rel="yui:method" resource="Plugin.Base.html#method_doAfter"> |
|
|
456 |
<a class="" href="Plugin.Base.html#method_doAfter" property="yui:name" title="doAfter">doAfter</a><span class="">,</span> |
|
|
457 |
</span> |
|
|
458 |
<span rel="yui:method" resource="Plugin.Base.html#method_doBefore"> |
|
|
459 |
<a class="" href="Plugin.Base.html#method_doBefore" property="yui:name" title="doBefore">doBefore</a><span class="">,</span> |
|
|
460 |
</span> |
|
|
461 |
<span rel="yui:method" resource="Plugin.Base.html#method_initializer"> |
|
|
462 |
<a class="" href="Plugin.Base.html#method_initializer" property="yui:name" title="initializer">initializer</a> |
|
|
463 |
</span> |
|
|
464 |
</code> |
|
|
465 |
</div> |
|
|
466 |
</div> |
|
|
467 |
<div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
|
468 |
<h4>Methods inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
|
469 |
<div class="content" rel="yui:methods"> |
|
|
470 |
<code> |
|
|
471 |
<span rel="yui:method" resource="Attribute.html#method__addAttrs"> |
|
|
472 |
<a class="private" href="Attribute.html#method__addAttrs" property="yui:name" title="_addAttrs">_addAttrs</a><span class="private">,</span> |
|
|
473 |
</span> |
|
|
474 |
<span rel="yui:method" resource="Attribute.html#method__addLazyAttr"> |
|
|
475 |
<a class="private" href="Attribute.html#method__addLazyAttr" property="yui:name" title="_addLazyAttr">_addLazyAttr</a><span class="private">,</span> |
|
|
476 |
</span> |
|
|
477 |
<span rel="yui:method" resource="Attribute.html#method__defAttrChangeFn"> |
|
|
478 |
<a class="private" href="Attribute.html#method__defAttrChangeFn" property="yui:name" title="_defAttrChangeFn">_defAttrChangeFn</a><span class="private">,</span> |
|
|
479 |
</span> |
|
|
480 |
<span rel="yui:method" resource="Attribute.html#method__fireAttrChange"> |
|
|
481 |
<a class="private" href="Attribute.html#method__fireAttrChange" property="yui:name" title="_fireAttrChange">_fireAttrChange</a><span class="private">,</span> |
|
|
482 |
</span> |
|
|
483 |
<span rel="yui:method" resource="Attribute.html#method__getAttr"> |
|
|
484 |
<a class="protected" href="Attribute.html#method__getAttr" property="yui:name" title="_getAttr">_getAttr</a><span class="protected">,</span> |
|
|
485 |
</span> |
|
|
486 |
<span rel="yui:method" resource="Attribute.html#method__getAttrInitVal"> |
|
|
487 |
<a class="private" href="Attribute.html#method__getAttrInitVal" property="yui:name" title="_getAttrInitVal">_getAttrInitVal</a><span class="private">,</span> |
|
|
488 |
</span> |
|
|
489 |
<span rel="yui:method" resource="Attribute.html#method__getAttrs"> |
|
|
490 |
<a class="protected" href="Attribute.html#method__getAttrs" property="yui:name" title="_getAttrs">_getAttrs</a><span class="protected">,</span> |
|
|
491 |
</span> |
|
|
492 |
<span rel="yui:method" resource="Attribute.html#method__getStateVal"> |
|
|
493 |
<a class="private" href="Attribute.html#method__getStateVal" property="yui:name" title="_getStateVal">_getStateVal</a><span class="private">,</span> |
|
|
494 |
</span> |
|
|
495 |
<span rel="yui:method" resource="Attribute.html#method__isLazyAttr"> |
|
|
496 |
<a class="private" href="Attribute.html#method__isLazyAttr" property="yui:name" title="_isLazyAttr">_isLazyAttr</a><span class="private">,</span> |
|
|
497 |
</span> |
|
|
498 |
<span rel="yui:method" resource="Attribute.html#method__normAttrVals"> |
|
|
499 |
<a class="private" href="Attribute.html#method__normAttrVals" property="yui:name" title="_normAttrVals">_normAttrVals</a><span class="private">,</span> |
|
|
500 |
</span> |
|
|
501 |
<span rel="yui:method" resource="Attribute.html#method__protectAttrs"> |
|
|
502 |
<a class="protected" href="Attribute.html#method__protectAttrs" property="yui:name" title="_protectAttrs">_protectAttrs</a><span class="protected">,</span> |
|
|
503 |
</span> |
|
|
504 |
<span rel="yui:method" resource="Attribute.html#method__set"> |
|
|
505 |
<a class="protected" href="Attribute.html#method__set" property="yui:name" title="_set">_set</a><span class="protected">,</span> |
|
|
506 |
</span> |
|
|
507 |
<span rel="yui:method" resource="Attribute.html#method__setAttr"> |
|
|
508 |
<a class="protected" href="Attribute.html#method__setAttr" property="yui:name" title="_setAttr">_setAttr</a><span class="protected">,</span> |
|
|
509 |
</span> |
|
|
510 |
<span rel="yui:method" resource="Attribute.html#method__setAttrs"> |
|
|
511 |
<a class="protected" href="Attribute.html#method__setAttrs" property="yui:name" title="_setAttrs">_setAttrs</a><span class="protected">,</span> |
|
|
512 |
</span> |
|
|
513 |
<span rel="yui:method" resource="Attribute.html#method__setAttrVal"> |
|
|
514 |
<a class="private" href="Attribute.html#method__setAttrVal" property="yui:name" title="_setAttrVal">_setAttrVal</a><span class="private">,</span> |
|
|
515 |
</span> |
|
|
516 |
<span rel="yui:method" resource="Attribute.html#method__setStateVal"> |
|
|
517 |
<a class="private" href="Attribute.html#method__setStateVal" property="yui:name" title="_setStateVal">_setStateVal</a><span class="private">,</span> |
|
|
518 |
</span> |
|
|
519 |
<span rel="yui:method" resource="Attribute.html#method_addAttr"> |
|
|
520 |
<a class="" href="Attribute.html#method_addAttr" property="yui:name" title="addAttr">addAttr</a><span class="">,</span> |
|
|
521 |
</span> |
|
|
522 |
<span rel="yui:method" resource="Attribute.html#method_addAttrs"> |
|
|
523 |
<a class="" href="Attribute.html#method_addAttrs" property="yui:name" title="addAttrs">addAttrs</a><span class="">,</span> |
|
|
524 |
</span> |
|
|
525 |
<span rel="yui:method" resource="Attribute.html#method_attrAdded"> |
|
|
526 |
<a class="" href="Attribute.html#method_attrAdded" property="yui:name" title="attrAdded">attrAdded</a><span class="">,</span> |
|
|
527 |
</span> |
|
|
528 |
<span rel="yui:method" resource="Attribute.html#method_get"> |
|
|
529 |
<a class="" href="Attribute.html#method_get" property="yui:name" title="get">get</a><span class="">,</span> |
|
|
530 |
</span> |
|
|
531 |
<span rel="yui:method" resource="Attribute.html#method_getAttrs"> |
|
|
532 |
<a class="" href="Attribute.html#method_getAttrs" property="yui:name" title="getAttrs">getAttrs</a><span class="">,</span> |
|
|
533 |
</span> |
|
|
534 |
<span rel="yui:method" resource="Attribute.html#method_modifyAttr"> |
|
|
535 |
<a class="" href="Attribute.html#method_modifyAttr" property="yui:name" title="modifyAttr">modifyAttr</a><span class="">,</span> |
|
|
536 |
</span> |
|
|
537 |
<span rel="yui:method" resource="Attribute.html#method_removeAttr"> |
|
|
538 |
<a class="" href="Attribute.html#method_removeAttr" property="yui:name" title="removeAttr">removeAttr</a><span class="">,</span> |
|
|
539 |
</span> |
|
|
540 |
<span rel="yui:method" resource="Attribute.html#method_reset"> |
|
|
541 |
<a class="" href="Attribute.html#method_reset" property="yui:name" title="reset">reset</a><span class="">,</span> |
|
|
542 |
</span> |
|
|
543 |
<span rel="yui:method" resource="Attribute.html#method_set"> |
|
|
544 |
<a class="" href="Attribute.html#method_set" property="yui:name" title="set">set</a><span class="">,</span> |
|
|
545 |
</span> |
|
|
546 |
<span rel="yui:method" resource="Attribute.html#method_setAttrs"> |
|
|
547 |
<a class="" href="Attribute.html#method_setAttrs" property="yui:name" title="setAttrs">setAttrs</a> |
|
|
548 |
</span> |
|
|
549 |
</code> |
|
|
550 |
</div> |
|
|
551 |
</div> |
|
|
552 |
</div> |
|
|
553 |
</div> |
|
|
554 |
|
|
|
555 |
<div rel="yui:events" resource="#events"> |
|
|
556 |
|
|
|
557 |
|
|
|
558 |
<div rel="yui:inheritance"> |
|
|
559 |
<div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
|
560 |
<h4>Events inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
|
561 |
<div class="content" rel="yui:events"> |
|
|
562 |
<code> |
|
|
563 |
<span rel="yui:event" resource="Base.html#event_destroy"> |
|
|
564 |
<a class="" href="Base.html#event_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
|
565 |
</span> |
|
|
566 |
<span rel="yui:event" resource="Base.html#event_destroyedChange"> |
|
|
567 |
<a class="" href="Base.html#event_destroyedChange" property="yui:name" title="destroyedChange">destroyedChange</a><span class="">,</span> |
|
|
568 |
</span> |
|
|
569 |
<span rel="yui:event" resource="Base.html#event_init"> |
|
|
570 |
<a class="" href="Base.html#event_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
|
571 |
</span> |
|
|
572 |
<span rel="yui:event" resource="Base.html#event_initializedChange"> |
|
|
573 |
<a class="" href="Base.html#event_initializedChange" property="yui:name" title="initializedChange">initializedChange</a><span class="">,</span> |
|
|
574 |
</span> |
|
|
575 |
|
|
|
576 |
</code> |
|
|
577 |
</div> |
|
|
578 |
</div> |
|
|
579 |
<div class="section field inheritance" rel="yui:superclass" resource="Cache.html"> |
|
|
580 |
<h4>Events inherited from <a href="Cache.html" property="yui:name" title="Cache">Cache</a>:</h4> |
|
|
581 |
<div class="content" rel="yui:events"> |
|
|
582 |
<code> |
|
|
583 |
<span rel="yui:event" resource="Cache.html#event_add"> |
|
|
584 |
<a class="" href="Cache.html#event_add" property="yui:name" title="add">add</a><span class="">,</span> |
|
|
585 |
</span> |
|
|
586 |
<span rel="yui:event" resource="Cache.html#event_entriesChange"> |
|
|
587 |
<a class="" href="Cache.html#event_entriesChange" property="yui:name" title="entriesChange">entriesChange</a><span class="">,</span> |
|
|
588 |
</span> |
|
|
589 |
<span rel="yui:event" resource="Cache.html#event_flush"> |
|
|
590 |
<a class="" href="Cache.html#event_flush" property="yui:name" title="flush">flush</a><span class="">,</span> |
|
|
591 |
</span> |
|
|
592 |
<span rel="yui:event" resource="Cache.html#event_maxChange"> |
|
|
593 |
<a class="" href="Cache.html#event_maxChange" property="yui:name" title="maxChange">maxChange</a> |
|
|
594 |
</span> |
|
|
595 |
<span rel="yui:event" resource="Cache.html#event_request"> |
|
|
596 |
<a class="" href="Cache.html#event_request" property="yui:name" title="request">request</a> |
|
|
597 |
</span> |
|
|
598 |
<span rel="yui:event" resource="Cache.html#event_retrieve"> |
|
|
599 |
<a class="" href="Cache.html#event_retrieve" property="yui:name" title="retrieve">retrieve</a> |
|
|
600 |
</span> |
|
|
601 |
<span rel="yui:event" resource="Cache.html#event_sizeChange"> |
|
|
602 |
<a class="" href="Cache.html#event_sizeChange" property="yui:name" title="sizeChange">sizeChange</a> |
|
|
603 |
</span> |
|
|
604 |
<span rel="yui:event" resource="Cache.html#event_uniqueKeysChange"> |
|
|
605 |
<a class="" href="Cache.html#event_uniqueKeysChange" property="yui:name" title="uniqueKeysChange">uniqueKeysChange</a> |
|
|
606 |
</span> |
|
|
607 |
|
|
|
608 |
</code> |
|
|
609 |
</div> |
|
|
610 |
</div> |
|
|
611 |
<div class="section field inheritance" rel="yui:superclass" resource="Plugin.Base.html"> |
|
|
612 |
<h4>Events inherited from <a href="Plugin.Base.html" property="yui:name" title="Plugin.Base">Plugin.Base</a>:</h4> |
|
|
613 |
<div class="content" rel="yui:events"> |
|
|
614 |
<code> |
|
|
615 |
<span rel="yui:event" resource="Plugin.Base.html#event_hostChange"> |
|
|
616 |
<a class="" href="Plugin.Base.html#event_hostChange" property="yui:name" title="hostChange">hostChange</a><span class="">,</span> |
|
|
617 |
</span> |
|
|
618 |
|
|
|
619 |
</code> |
|
|
620 |
</div> |
|
|
621 |
</div> |
|
|
622 |
</div> |
|
|
623 |
</div> |
|
|
624 |
|
|
|
625 |
<div rel="yui:attributes" resource="#configattributes"> |
|
|
626 |
|
|
|
627 |
<div rel="yui:inheritance"> |
|
|
628 |
<div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
|
629 |
<h4>Configuration attributes inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
|
630 |
<div class="content" rel="yui:attributes"> |
|
|
631 |
<code> |
|
|
632 |
<span rel="yui:attribute" resource="Base.html#config_destroyed"> |
|
|
633 |
<a class="" href="Base.html#config_destroyed" property="yui:name" title="destroyed">destroyed</a><span class="">,</span> |
|
|
634 |
</span> |
|
|
635 |
<span rel="yui:attribute" resource="Base.html#config_initialized"> |
|
|
636 |
<a class="" href="Base.html#config_initialized" property="yui:name" title="initialized">initialized</a><span class="">,</span> |
|
|
637 |
</span> |
|
|
638 |
|
|
|
639 |
</code> |
|
|
640 |
</div> |
|
|
641 |
</div> |
|
|
642 |
<div class="section field inheritance" rel="yui:superclass" resource="Cache.html"> |
|
|
643 |
<h4>Configuration attributes inherited from <a href="Cache.html" property="yui:name" title="Cache">Cache</a>:</h4> |
|
|
644 |
<div class="content" rel="yui:attributes"> |
|
|
645 |
<code> |
|
|
646 |
<span rel="yui:attribute" resource="Cache.html#config_entries"> |
|
|
647 |
<a class="" href="Cache.html#config_entries" property="yui:name" title="entries">entries</a><span class="">,</span> |
|
|
648 |
</span> |
|
|
649 |
<span rel="yui:attribute" resource="Cache.html#config_max"> |
|
|
650 |
<a class="" href="Cache.html#config_max" property="yui:name" title="max">max</a><span class="">,</span> |
|
|
651 |
</span> |
|
|
652 |
<span rel="yui:attribute" resource="Cache.html#config_size"> |
|
|
653 |
<a class="" href="Cache.html#config_size" property="yui:name" title="size">size</a><span class="">,</span> |
|
|
654 |
</span> |
|
|
655 |
<span rel="yui:attribute" resource="Cache.html#config_uniqueKeys"> |
|
|
656 |
<a class="" href="Cache.html#config_uniqueKeys" property="yui:name" title="uniqueKeys">uniqueKeys</a> |
|
|
657 |
</span> |
|
|
658 |
|
|
|
659 |
</code> |
|
|
660 |
</div> |
|
|
661 |
</div> |
|
|
662 |
<div class="section field inheritance" rel="yui:superclass" resource="Plugin.Base.html"> |
|
|
663 |
<h4>Configuration attributes inherited from <a href="Plugin.Base.html" property="yui:name" title="Plugin.Base">Plugin.Base</a>:</h4> |
|
|
664 |
<div class="content" rel="yui:attributes"> |
|
|
665 |
<code> |
|
|
666 |
<span rel="yui:attribute" resource="Plugin.Base.html#config_host"> |
|
|
667 |
<a class="" href="Plugin.Base.html#config_host" property="yui:name" title="host">host</a><span class="">,</span> |
|
|
668 |
</span> |
|
|
669 |
|
|
|
670 |
</code> |
|
|
671 |
</div> |
|
|
672 |
</div> |
|
|
673 |
</div> |
|
|
674 |
</div> |
|
|
675 |
|
|
|
676 |
</div> |
|
|
677 |
</div> |
|
|
678 |
<div class="yui-b"> |
|
|
679 |
<div class="nav"> |
|
|
680 |
|
|
|
681 |
<div id="moduleList" class="module"> |
|
|
682 |
<h4>Modules</h4> |
|
|
683 |
<ul class="content"> |
|
|
684 |
<li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
|
685 |
<li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
|
686 |
<li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
|
687 |
<li class=""><a href="module_base.html" title="base">base</a></li> |
|
|
688 |
<li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
|
689 |
<li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
|
690 |
<li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
|
691 |
<li class=""><a href="module_console.html" title="console">console</a></li> |
|
|
692 |
<li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
|
693 |
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
|
694 |
<li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
|
695 |
<li class="selected"><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
|
696 |
<li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
|
697 |
<li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
|
698 |
<li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
|
699 |
<li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
|
700 |
<li class=""><a href="module_event.html" title="event">event</a></li> |
|
|
701 |
<li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
|
702 |
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
|
703 |
<li class=""><a href="module_history.html" title="history">history</a></li> |
|
|
704 |
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
|
705 |
<li class=""><a href="module_io.html" title="io">io</a></li> |
|
|
706 |
<li class=""><a href="module_json.html" title="json">json</a></li> |
|
|
707 |
<li class=""><a href="module_node.html" title="node">node</a></li> |
|
|
708 |
<li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
|
709 |
<li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
|
710 |
<li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
|
711 |
<li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
|
712 |
<li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
|
713 |
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
|
714 |
<li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
|
715 |
<li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
|
716 |
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
|
717 |
<li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
|
718 |
<li class=""><a href="module_test.html" title="test">test</a></li> |
|
|
719 |
<li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
|
720 |
<li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
|
721 |
<li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
|
722 |
<li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
|
723 |
<li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
|
724 |
<li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
|
725 |
</ul> |
|
|
726 |
</div> |
|
|
727 |
|
|
|
728 |
<div id="classList" class="module"> |
|
|
729 |
<h4>Classes</h4> |
|
|
730 |
<ul class="content"> |
|
|
731 |
<li class=""><a href="DataSource.Function.html" title="DataSource.Function">DataSource.Function</a></li> |
|
|
732 |
<li class=""><a href="DataSource.Get.html" title="DataSource.Get">DataSource.Get</a></li> |
|
|
733 |
<li class=""><a href="DataSource.IO.html" title="DataSource.IO">DataSource.IO</a></li> |
|
|
734 |
<li class=""><a href="DataSource.Local.html" title="DataSource.Local">DataSource.Local</a></li> |
|
|
735 |
<li class=""><a href="DataSourceArraySchema.html" title="DataSourceArraySchema">DataSourceArraySchema</a></li> |
|
|
736 |
<li class="selected"><a href="DataSourceCache.html" title="DataSourceCache">DataSourceCache</a></li> |
|
|
737 |
<li class=""><a href="DataSourceJSONSchema.html" title="DataSourceJSONSchema">DataSourceJSONSchema</a></li> |
|
|
738 |
<li class=""><a href="DataSourceTextSchema.html" title="DataSourceTextSchema">DataSourceTextSchema</a></li> |
|
|
739 |
<li class=""><a href="DataSourceXMLSchema.html" title="DataSourceXMLSchema">DataSourceXMLSchema</a></li> |
|
|
740 |
<li class=""><a href="Pollable.html" title="Pollable">Pollable</a></li> |
|
|
741 |
</ul> |
|
|
742 |
</div> |
|
|
743 |
|
|
|
744 |
<div id="fileList" class="module"> |
|
|
745 |
<h4>Files</h4> |
|
|
746 |
<ul class="content"> |
|
|
747 |
<li class=""><a href="datasource-arrayschema.js.html" title="datasource-arrayschema.js">datasource-arrayschema.js</a></li> |
|
|
748 |
<li class=""><a href="datasource-cache.js.html" title="datasource-cache.js">datasource-cache.js</a></li> |
|
|
749 |
<li class=""><a href="datasource-function.js.html" title="datasource-function.js">datasource-function.js</a></li> |
|
|
750 |
<li class=""><a href="datasource-get.js.html" title="datasource-get.js">datasource-get.js</a></li> |
|
|
751 |
<li class=""><a href="datasource-io.js.html" title="datasource-io.js">datasource-io.js</a></li> |
|
|
752 |
<li class=""><a href="datasource-jsonschema.js.html" title="datasource-jsonschema.js">datasource-jsonschema.js</a></li> |
|
|
753 |
<li class=""><a href="datasource-local.js.html" title="datasource-local.js">datasource-local.js</a></li> |
|
|
754 |
<li class=""><a href="datasource-polling.js.html" title="datasource-polling.js">datasource-polling.js</a></li> |
|
|
755 |
<li class=""><a href="datasource-textschema.js.html" title="datasource-textschema.js">datasource-textschema.js</a></li> |
|
|
756 |
<li class=""><a href="datasource-xmlschema.js.html" title="datasource-xmlschema.js">datasource-xmlschema.js</a></li> |
|
|
757 |
</ul> |
|
|
758 |
</div> |
|
|
759 |
|
|
|
760 |
<div id="propertyList" class="module"> |
|
|
761 |
<h4>Properties</h4> |
|
|
762 |
<ul class="content"> |
|
|
763 |
<li class=""><a href="#property_NAME" title="NAME">NAME</a></li> |
|
|
764 |
<li class=""><a href="#property_NS" title="NS">NS</a></li> |
|
|
765 |
</ul> |
|
|
766 |
</div> |
|
|
767 |
|
|
|
768 |
<div id="methodsList" class="module"> |
|
|
769 |
<h4>Methods</h4> |
|
|
770 |
<ul class="content"> |
|
|
771 |
<li class="protected"><a href="#method__beforeDefRequestFn" title="_beforeDefRequestFn">_beforeDefRequestFn</a></li> |
|
|
772 |
<li class="protected"><a href="#method__beforeDefResponseFn" title="_beforeDefResponseFn">_beforeDefResponseFn</a></li> |
|
|
773 |
<li class="private"><a href="#method_initializer" title="initializer">initializer</a></li> |
|
|
774 |
</ul> |
|
|
775 |
</div> |
|
|
776 |
|
|
|
777 |
|
|
|
778 |
|
|
|
779 |
</div> |
|
|
780 |
</div> |
|
|
781 |
</div> |
|
|
782 |
<div id="ft"> |
|
|
783 |
<hr /> |
|
|
784 |
Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
|
785 |
</div> |
|
|
786 |
</div> |
|
|
787 |
<script type="text/javascript"> |
|
|
788 |
ALL_YUI_PROPS = [{"access": "", "host": "DataSource.Get", "name": "asyncMode", "url": "DataSource.Get.html#config_asyncMode", "type": "config"}, {"access": "", "host": "DataSource.Get", "name": "asyncModeChange", "url": "DataSource.Get.html#event_asyncModeChange", "type": "event"}, {"access": "protected", "host": "DataSourceArraySchema", "name": "_beforeDefDataFn\n<dl>\n<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd>\n<dt>request (Object)</dt> <dd>The request.</dd>\n<dt>callback (Object)</dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)</dt> <dd>Success handler.</dd>\n<dt>failure (Function)</dt> <dd>Failure handler.</dd>\n</dl>\n</dd>\n<dt>data (Object)</dt> <dd>Raw data.</dd>\n</dl>", "url": "DataSourceArraySchema.html#method__beforeDefDataFn\n<dl>\n<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd>\n<dt>request (Object)</dt> <dd>The request.</dd>\n<dt>callback (Object)</dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)</dt> <dd>Success handler.</dd>\n<dt>failure (Function)</dt> <dd>Failure handler.</dd>\n</dl>\n</dd>\n<dt>data (Object)</dt> <dd>Raw data.</dd>\n</dl>", "type": "method"}, {"access": "protected", "host": "DataSourceXMLSchema", "name": "_beforeDefDataFn\n<dl>\n<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd>\n<dt>request (Object)</dt> <dd>The request.</dd>\n<dt>callback (Object)</dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)</dt> <dd>Success handler.</dd>\n<dt>failure (Function)</dt> <dd>Failure handler.</dd>\n</dl>\n</dd>\n<dt>data (Object)</dt> <dd>Raw data.</dd>\n</dl>", "url": "DataSourceXMLSchema.html#method__beforeDefDataFn\n<dl>\n<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd>\n<dt>request (Object)</dt> <dd>The request.</dd>\n<dt>callback (Object)</dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)</dt> <dd>Success handler.</dd>\n<dt>failure (Function)</dt> <dd>Failure handler.</dd>\n</dl>\n</dd>\n<dt>data (Object)</dt> <dd>Raw data.</dd>\n</dl>", "type": "method"}, {"access": "protected", "host": "DataSourceJSONSchema", "name": "_beforeDefDataFn\n<dl>\n<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd>\n<dt>request (Object)</dt> <dd>The request.</dd>\n<dt>callback (Object)</dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)</dt> <dd>Success handler.</dd>\n<dt>failure (Function)</dt> <dd>Failure handler.</dd>\n</dl>\n</dd>\n<dt>data (Object)</dt> <dd>Raw data.</dd>\n</dl>", "url": "DataSourceJSONSchema.html#method__beforeDefDataFn\n<dl>\n<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd>\n<dt>request (Object)</dt> <dd>The request.</dd>\n<dt>callback (Object)</dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)</dt> <dd>Success handler.</dd>\n<dt>failure (Function)</dt> <dd>Failure handler.</dd>\n</dl>\n</dd>\n<dt>data (Object)</dt> <dd>Raw data.</dd>\n</dl>", "type": "method"}, {"access": "protected", "host": "DataSourceCache", "name": "_beforeDefRequestFn", "url": "DataSourceCache.html#method__beforeDefRequestFn", "type": "method"}, {"access": "protected", "host": "DataSourceCache", "name": "_beforeDefResponseFn", "url": "DataSourceCache.html#method__beforeDefResponseFn", "type": "method"}, {"access": "", "host": "DataSource.Get", "name": "callbacks", "url": "DataSource.Get.html#property_callbacks", "type": "property"}, {"access": "", "host": "Pollable", "name": "clearAllIntervals", "url": "Pollable.html#method_clearAllIntervals", "type": "method"}, {"access": "", "host": "Pollable", "name": "clearInterval", "url": "Pollable.html#method_clearInterval", "type": "method"}, {"access": "", "host": "DataSource.Local", "name": "data", "url": "DataSource.Local.html#event_data", "type": "event"}, {"access": "", "host": "DataSource.Local", "name": "DataSource.issueCallback", "url": "DataSource.Local.html#method_DataSource.issueCallback", "type": "method"}, {"access": "private", "host": "DataSource.Local", "name": "DataSource._tId", "url": "DataSource.Local.html#property_DataSource._tId", "type": "property"}, {"access": "protected", "host": "DataSource.Local", "name": "_defDataFn", "url": "DataSource.Local.html#method__defDataFn", "type": "method"}, {"access": "protected", "host": "DataSource.Get", "name": "_defRequestFn", "url": "DataSource.Get.html#method__defRequestFn", "type": "method"}, {"access": "protected", "host": "DataSource.Function", "name": "_defRequestFn", "url": "DataSource.Function.html#method__defRequestFn", "type": "method"}, {"access": "protected", "host": "DataSource.IO", "name": "_defRequestFn", "url": "DataSource.IO.html#method__defRequestFn", "type": "method"}, {"access": "protected", "host": "DataSource.Local", "name": "_defRequestFn", "url": "DataSource.Local.html#method__defRequestFn", "type": "method"}, {"access": "protected", "host": "DataSource.Local", "name": "_defResponseFn", "url": "DataSource.Local.html#method__defResponseFn", "type": "method"}, {"access": "", "host": "DataSource.Local", "name": "error", "url": "DataSource.Local.html#event_error", "type": "event"}, {"access": "", "host": "DataSource.Get", "name": "generateRequestCallback", "url": "DataSource.Get.html#config_generateRequestCallback", "type": "config"}, {"access": "", "host": "DataSource.Get", "name": "generateRequestCallbackChange", "url": "DataSource.Get.html#event_generateRequestCallbackChange", "type": "event"}, {"access": "", "host": "DataSource.Get", "name": "get", "url": "DataSource.Get.html#config_get", "type": "config"}, {"access": "", "host": "DataSource.Get", "name": "getChange", "url": "DataSource.Get.html#event_getChange", "type": "event"}, {"access": "private", "host": "DataSource.Local", "name": "_initEvents", "url": "DataSource.Local.html#method__initEvents", "type": "method"}, {"access": "private", "host": "DataSourceArraySchema", "name": "initializer", "url": "DataSourceArraySchema.html#method_initializer", "type": "method"}, {"access": "private", "host": "DataSourceXMLSchema", "name": "initializer", "url": "DataSourceXMLSchema.html#method_initializer", "type": "method"}, {"access": "private", "host": "DataSourceJSONSchema", "name": "initializer", "url": "DataSourceJSONSchema.html#method_initializer", "type": "method"}, {"access": "private", "host": "DataSource.IO", "name": "initializer", "url": "DataSource.IO.html#method_initializer", "type": "method"}, {"access": "private", "host": "DataSource.Local", "name": "initializer", "url": "DataSource.Local.html#method_initializer", "type": "method"}, {"access": "private", "host": "DataSourceCache", "name": "initializer", "url": "DataSourceCache.html#method_initializer", "type": "method"}, {"access": "private", "host": "Pollable", "name": "_intervals", "url": "Pollable.html#property__intervals", "type": "property"}, {"access": "", "host": "DataSource.IO", "name": "io", "url": "DataSource.IO.html#config_io", "type": "config"}, {"access": "", "host": "DataSource.IO", "name": "ioChange", "url": "DataSource.IO.html#event_ioChange", "type": "event"}, {"access": "", "host": "DataSource.Get", "name": "NAME", "url": "DataSource.Get.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSource.Function", "name": "NAME", "url": "DataSource.Function.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSourceArraySchema", "name": "NAME", "url": "DataSourceArraySchema.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSourceXMLSchema", "name": "NAME", "url": "DataSourceXMLSchema.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSourceJSONSchema", "name": "NAME", "url": "DataSourceJSONSchema.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSource.IO", "name": "NAME", "url": "DataSource.IO.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSource.Local", "name": "NAME", "url": "DataSource.Local.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSourceCache", "name": "NAME", "url": "DataSourceCache.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSourceArraySchema", "name": "NS", "url": "DataSourceArraySchema.html#property_NS", "type": "property"}, {"access": "", "host": "DataSourceXMLSchema", "name": "NS", "url": "DataSourceXMLSchema.html#property_NS", "type": "property"}, {"access": "", "host": "DataSourceJSONSchema", "name": "NS", "url": "DataSourceJSONSchema.html#property_NS", "type": "property"}, {"access": "", "host": "DataSourceCache", "name": "NS", "url": "DataSourceCache.html#property_NS", "type": "property"}, {"access": "private", "host": "DataSource.IO", "name": "_queue", "url": "DataSource.IO.html#property__queue", "type": "property"}, {"access": "", "host": "DataSource.Local", "name": "request", "url": "DataSource.Local.html#event_request", "type": "event"}, {"access": "", "host": "DataSource.Local", "name": "response", "url": "DataSource.Local.html#event_response", "type": "event"}, {"access": "", "host": "DataSource.Get", "name": "scriptCallbackParam", "url": "DataSource.Get.html#config_scriptCallbackParam", "type": "config"}, {"access": "", "host": "DataSource.Get", "name": "scriptCallbackParamChange", "url": "DataSource.Get.html#event_scriptCallbackParamChange", "type": "event"}, {"access": "", "host": "DataSource.Local", "name": "sendRequest", "url": "DataSource.Local.html#method_sendRequest", "type": "method"}, {"access": "", "host": "Pollable", "name": "setInterval", "url": "Pollable.html#method_setInterval", "type": "method"}, {"access": "", "host": "DataSource.Function", "name": "source", "url": "DataSource.Function.html#config_source", "type": "config"}, {"access": "", "host": "DataSource.Local", "name": "source", "url": "DataSource.Local.html#config_source", "type": "config"}, {"access": "", "host": "DataSource.Function", "name": "sourceChange", "url": "DataSource.Function.html#event_sourceChange", "type": "event"}, {"access": "", "host": "DataSource.Local", "name": "sourceChange", "url": "DataSource.Local.html#event_sourceChange", "type": "event"}, {"access": "private", "host": "DataSource.Get", "name": "_tId", "url": "DataSource.Get.html#property__tId", "type": "property"}]; |
|
|
789 |
</script> |
|
|
790 |
</body> |
|
|
791 |
</html> |