src/cm/media/js/lib/yui/yui_3.0.0b1/api/DataSourceCache.html
changeset 0 40c8f766c9b8
equal deleted inserted replaced
-1:000000000000 0:40c8f766c9b8
       
     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&nbsp; <span class="subtitle">3.0.0b1</span></h3>
       
    20         <a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> 
       
    21             &gt; <a href="./module_datasource.html" title="datasource">datasource</a>
       
    22                  &gt; DataSourceCache 
       
    23                 
       
    24         <form onsubmit="return false">
       
    25             <div id="propertysearch">
       
    26                 Search: <input autocomplete="off" id="searchinput" />
       
    27                 <div id="searchresults">
       
    28                     &nbsp;
       
    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                                                         &lt;<span property="yui:type">Event.Facade</span>&gt;
       
   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                                                 <dl>
       
   199                                                     <dt>Returns:
       
   200                                                     <code property="yui:return">
       
   201                                                         void
       
   202                                                     </code></dt>
       
   203                                                     <dd property="yui:returnInfo"></dd>
       
   204                                                 </dl>
       
   205 
       
   206 
       
   207              
       
   208 
       
   209                                         </div>
       
   210 
       
   211                                     </div>
       
   212                                     <hr />
       
   213                                     </div>
       
   214                                     <div class="protected" rel="yui:method" resource="#method__beforeDefResponseFn">
       
   215                                     <h4>
       
   216                                         <a name="method__beforeDefResponseFn">_beforeDefResponseFn</a></h4>
       
   217                                     <div class="detail" >
       
   218                                         <code>
       
   219                                          protected 
       
   220                                         
       
   221                                         
       
   222                                         void
       
   223                                             <strong property="yui:name">_beforeDefResponseFn</strong>
       
   224                                            (
       
   225                                                 
       
   226                                                         
       
   227                                                          e
       
   228                                                     
       
   229                                                 
       
   230                                             )
       
   231                                         </code>
       
   232                                         
       
   233                                         <div class="description" property="yui:description">
       
   234                                             Adds data to cache before returning data.
       
   235                                         </div>
       
   236 
       
   237                                         <div class="description">
       
   238 
       
   239                                                 <dl rel="yui:parameters">
       
   240                                                     <dt>Parameters:</dt>
       
   241                                                         <dd rel="yui:parameter">
       
   242                                                         <code><span property="yui:name">e</span>
       
   243                                                         &lt;<span property="yui:type">Event.Facade</span>&gt;
       
   244                                                         </code>
       
   245                                                         <span property="yui:description">  Event Facade with the following properties:
       
   246 <dl>
       
   247 <dt>tId (Number)</dt> <dd>Unique transaction ID.</dd>
       
   248 <dt>request (Object)</dt> <dd>The request.</dd>
       
   249 <dt>callback (Object)</dt> <dd>The callback object with the following properties:
       
   250 <dl>
       
   251 <dt>success (Function)</dt> <dd>Success handler.</dd>
       
   252 <dt>failure (Function)</dt> <dd>Failure handler.</dd>
       
   253 </dl>
       
   254 </dd>
       
   255 <dt>data (Object)</dt> <dd>Raw data.</dd>
       
   256 <dt>response (Object)</dt> <dd>Normalized response object with the following properties:
       
   257 <dl>
       
   258 <dt>cached (Object)</dt> <dd>True when response is cached.</dd>
       
   259 <dt>results (Object)</dt> <dd>Parsed results.</dd>
       
   260 <dt>meta (Object)</dt> <dd>Parsed meta data.</dd>
       
   261 <dt>error (Object)</dt> <dd>Error object.</dd>
       
   262 </dl>
       
   263 </dd>
       
   264 <dt>cfg (Object)</dt> <dd>Configuration object.</dd>
       
   265 </dl></span>
       
   266                                                         </dd>
       
   267                                                 </dl>
       
   268 
       
   269                                                 <dl>
       
   270                                                     <dt>Returns:
       
   271                                                     <code property="yui:return">
       
   272                                                         void
       
   273                                                     </code></dt>
       
   274                                                     <dd property="yui:returnInfo"></dd>
       
   275                                                 </dl>
       
   276 
       
   277 
       
   278              
       
   279 
       
   280                                         </div>
       
   281 
       
   282                                     </div>
       
   283                                     <hr />
       
   284                                     </div>
       
   285                                     <div class="private" rel="yui:method" resource="#method_initializer">
       
   286                                     <h4>
       
   287                                         <a name="method_initializer">initializer</a></h4>
       
   288                                     <div class="detail" >
       
   289                                         <code>
       
   290                                          private 
       
   291                                         
       
   292                                         
       
   293                                         void
       
   294                                             <strong property="yui:name">initializer</strong>
       
   295                                            (
       
   296                                                 
       
   297                                                         
       
   298                                                          config
       
   299                                                     
       
   300                                                 
       
   301                                             )
       
   302                                         </code>
       
   303                                         
       
   304                                         <div class="description" property="yui:description">
       
   305                                             Internal init() handler.
       
   306                                         </div>
       
   307 
       
   308                                         <div class="description">
       
   309 
       
   310                                                 <dl rel="yui:parameters">
       
   311                                                     <dt>Parameters:</dt>
       
   312                                                         <dd rel="yui:parameter">
       
   313                                                         <code><span property="yui:name">config</span>
       
   314                                                         &lt;<span property="yui:type">Object</span>&gt;
       
   315                                                         </code>
       
   316                                                         <span property="yui:description">  Config object.</span>
       
   317                                                         </dd>
       
   318                                                 </dl>
       
   319 
       
   320                                                 <dl>
       
   321                                                     <dt>Returns:
       
   322                                                     <code property="yui:return">
       
   323                                                         void
       
   324                                                     </code></dt>
       
   325                                                     <dd property="yui:returnInfo"></dd>
       
   326                                                 </dl>
       
   327 
       
   328 
       
   329              
       
   330 
       
   331                                         </div>
       
   332 
       
   333                                     </div>
       
   334                                     <hr />
       
   335                                     </div>
       
   336                             </div>
       
   337                         </div>
       
   338 
       
   339                         <div rel="yui:inheritance">                    
       
   340                             <div class="section field inheritance" rel="yui:superclass"  resource="Plugin.Host.html">
       
   341                                 <h4>Methods inherited from <a href="Plugin.Host.html" property="yui:name" title="Plugin.Host">Plugin.Host</a>:</h4>
       
   342                                 <div class="content" rel="yui:methods">
       
   343                                     <code>
       
   344                                             <span rel="yui:method" resource="Plugin.Host.html#method__destroyPlugins">                                        
       
   345                                             <a class="private" href="Plugin.Host.html#method__destroyPlugins" property="yui:name" title="_destroyPlugins">_destroyPlugins</a><span class="private">,</span>
       
   346                                             </span>
       
   347                                             <span rel="yui:method" resource="Plugin.Host.html#method__initPlugins">                                        
       
   348                                             <a class="private" href="Plugin.Host.html#method__initPlugins" property="yui:name" title="_initPlugins">_initPlugins</a><span class="private">,</span>
       
   349                                             </span>
       
   350                                             <span rel="yui:method" resource="Plugin.Host.html#method__plug">                                        
       
   351                                             <a class="private" href="Plugin.Host.html#method__plug" property="yui:name" title="_plug">_plug</a><span class="private">,</span>
       
   352                                             </span>
       
   353                                             <span rel="yui:method" resource="Plugin.Host.html#method__unplug">                                        
       
   354                                             <a class="private" href="Plugin.Host.html#method__unplug" property="yui:name" title="_unplug">_unplug</a><span class="private">,</span>
       
   355                                             </span>
       
   356                                             <span rel="yui:method" resource="Plugin.Host.html#method_hasPlugin">                                        
       
   357                                             <a class="" href="Plugin.Host.html#method_hasPlugin" property="yui:name" title="hasPlugin">hasPlugin</a><span class="">,</span>
       
   358                                             </span>
       
   359                                             <span rel="yui:method" resource="Plugin.Host.html#method_plug">                                        
       
   360                                             <a class="" href="Plugin.Host.html#method_plug" property="yui:name" title="plug">plug</a><span class="">,</span>
       
   361                                             </span>
       
   362                                             <span rel="yui:method" resource="Plugin.Host.html#method_unplug">                                        
       
   363                                             <a class="" href="Plugin.Host.html#method_unplug" property="yui:name" title="unplug">unplug</a>
       
   364                                             </span>
       
   365                                     </code>
       
   366                                 </div>
       
   367                             </div>
       
   368                             <div class="section field inheritance" rel="yui:superclass"  resource="Plugin.Base.html">
       
   369                                 <h4>Methods inherited from <a href="Plugin.Base.html" property="yui:name" title="Plugin.Base">Plugin.Base</a>:</h4>
       
   370                                 <div class="content" rel="yui:methods">
       
   371                                     <code>
       
   372                                             <span rel="yui:method" resource="Plugin.Base.html#method_destructor">                                        
       
   373                                             <a class="" href="Plugin.Base.html#method_destructor" property="yui:name" title="destructor">destructor</a><span class="">,</span>
       
   374                                             </span>
       
   375                                             <span rel="yui:method" resource="Plugin.Base.html#method_doAfter">                                        
       
   376                                             <a class="" href="Plugin.Base.html#method_doAfter" property="yui:name" title="doAfter">doAfter</a><span class="">,</span>
       
   377                                             </span>
       
   378                                             <span rel="yui:method" resource="Plugin.Base.html#method_doBefore">                                        
       
   379                                             <a class="" href="Plugin.Base.html#method_doBefore" property="yui:name" title="doBefore">doBefore</a><span class="">,</span>
       
   380                                             </span>
       
   381                                             <span rel="yui:method" resource="Plugin.Base.html#method_initializer">                                        
       
   382                                             <a class="" href="Plugin.Base.html#method_initializer" property="yui:name" title="initializer">initializer</a>
       
   383                                             </span>
       
   384                                     </code>
       
   385                                 </div>
       
   386                             </div>
       
   387                             <div class="section field inheritance" rel="yui:superclass"  resource="Attribute.html">
       
   388                                 <h4>Methods inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4>
       
   389                                 <div class="content" rel="yui:methods">
       
   390                                     <code>
       
   391                                             <span rel="yui:method" resource="Attribute.html#method__addAttrs">                                        
       
   392                                             <a class="private" href="Attribute.html#method__addAttrs" property="yui:name" title="_addAttrs">_addAttrs</a><span class="private">,</span>
       
   393                                             </span>
       
   394                                             <span rel="yui:method" resource="Attribute.html#method__addLazyAttr">                                        
       
   395                                             <a class="private" href="Attribute.html#method__addLazyAttr" property="yui:name" title="_addLazyAttr">_addLazyAttr</a><span class="private">,</span>
       
   396                                             </span>
       
   397                                             <span rel="yui:method" resource="Attribute.html#method__defAttrChangeFn">                                        
       
   398                                             <a class="private" href="Attribute.html#method__defAttrChangeFn" property="yui:name" title="_defAttrChangeFn">_defAttrChangeFn</a><span class="private">,</span>
       
   399                                             </span>
       
   400                                             <span rel="yui:method" resource="Attribute.html#method__fireAttrChange">                                        
       
   401                                             <a class="private" href="Attribute.html#method__fireAttrChange" property="yui:name" title="_fireAttrChange">_fireAttrChange</a><span class="private">,</span>
       
   402                                             </span>
       
   403                                             <span rel="yui:method" resource="Attribute.html#method__getAttrInitVal">                                        
       
   404                                             <a class="private" href="Attribute.html#method__getAttrInitVal" property="yui:name" title="_getAttrInitVal">_getAttrInitVal</a><span class="private">,</span>
       
   405                                             </span>
       
   406                                             <span rel="yui:method" resource="Attribute.html#method__isLazyAttr">                                        
       
   407                                             <a class="private" href="Attribute.html#method__isLazyAttr" property="yui:name" title="_isLazyAttr">_isLazyAttr</a><span class="private">,</span>
       
   408                                             </span>
       
   409                                             <span rel="yui:method" resource="Attribute.html#method__set">                                        
       
   410                                             <a class="protected" href="Attribute.html#method__set" property="yui:name" title="_set">_set</a><span class="protected">,</span>
       
   411                                             </span>
       
   412                                             <span rel="yui:method" resource="Attribute.html#method__setAttr">                                        
       
   413                                             <a class="protected" href="Attribute.html#method__setAttr" property="yui:name" title="_setAttr">_setAttr</a><span class="protected">,</span>
       
   414                                             </span>
       
   415                                             <span rel="yui:method" resource="Attribute.html#method__setAttrVal">                                        
       
   416                                             <a class="private" href="Attribute.html#method__setAttrVal" property="yui:name" title="_setAttrVal">_setAttrVal</a><span class="private">,</span>
       
   417                                             </span>
       
   418                                             <span rel="yui:method" resource="Attribute.html#method__splitAttrVals">                                        
       
   419                                             <a class="private" href="Attribute.html#method__splitAttrVals" property="yui:name" title="_splitAttrVals">_splitAttrVals</a><span class="private">,</span>
       
   420                                             </span>
       
   421                                             <span rel="yui:method" resource="Attribute.html#method_addAttr">                                        
       
   422                                             <a class="" href="Attribute.html#method_addAttr" property="yui:name" title="addAttr">addAttr</a><span class="">,</span>
       
   423                                             </span>
       
   424                                             <span rel="yui:method" resource="Attribute.html#method_addAttrs">                                        
       
   425                                             <a class="" href="Attribute.html#method_addAttrs" property="yui:name" title="addAttrs">addAttrs</a><span class="">,</span>
       
   426                                             </span>
       
   427                                             <span rel="yui:method" resource="Attribute.html#method_attrAdded">                                        
       
   428                                             <a class="" href="Attribute.html#method_attrAdded" property="yui:name" title="attrAdded">attrAdded</a><span class="">,</span>
       
   429                                             </span>
       
   430                                             <span rel="yui:method" resource="Attribute.html#method_get">                                        
       
   431                                             <a class="" href="Attribute.html#method_get" property="yui:name" title="get">get</a><span class="">,</span>
       
   432                                             </span>
       
   433                                             <span rel="yui:method" resource="Attribute.html#method_getAttrs">                                        
       
   434                                             <a class="" href="Attribute.html#method_getAttrs" property="yui:name" title="getAttrs">getAttrs</a><span class="">,</span>
       
   435                                             </span>
       
   436                                             <span rel="yui:method" resource="Attribute.html#method_modifyAttr">                                        
       
   437                                             <a class="" href="Attribute.html#method_modifyAttr" property="yui:name" title="modifyAttr">modifyAttr</a><span class="">,</span>
       
   438                                             </span>
       
   439                                             <span rel="yui:method" resource="Attribute.html#method_removeAttr">                                        
       
   440                                             <a class="" href="Attribute.html#method_removeAttr" property="yui:name" title="removeAttr">removeAttr</a><span class="">,</span>
       
   441                                             </span>
       
   442                                             <span rel="yui:method" resource="Attribute.html#method_reset">                                        
       
   443                                             <a class="" href="Attribute.html#method_reset" property="yui:name" title="reset">reset</a><span class="">,</span>
       
   444                                             </span>
       
   445                                             <span rel="yui:method" resource="Attribute.html#method_set">                                        
       
   446                                             <a class="" href="Attribute.html#method_set" property="yui:name" title="set">set</a><span class="">,</span>
       
   447                                             </span>
       
   448                                             <span rel="yui:method" resource="Attribute.html#method_setAttrs">                                        
       
   449                                             <a class="" href="Attribute.html#method_setAttrs" property="yui:name" title="setAttrs">setAttrs</a>
       
   450                                             </span>
       
   451                                     </code>
       
   452                                 </div>
       
   453                             </div>
       
   454                             <div class="section field inheritance" rel="yui:superclass"  resource="Cache.html">
       
   455                                 <h4>Methods inherited from <a href="Cache.html" property="yui:name" title="Cache">Cache</a>:</h4>
       
   456                                 <div class="content" rel="yui:methods">
       
   457                                     <code>
       
   458                                             <span rel="yui:method" resource="Cache.html#method__defAddFn">                                        
       
   459                                             <a class="protected" href="Cache.html#method__defAddFn" property="yui:name" title="_defAddFn">_defAddFn</a><span class="protected">,</span>
       
   460                                             </span>
       
   461                                             <span rel="yui:method" resource="Cache.html#method__defFlushFn">                                        
       
   462                                             <a class="protected" href="Cache.html#method__defFlushFn" property="yui:name" title="_defFlushFn">_defFlushFn</a><span class="protected">,</span>
       
   463                                             </span>
       
   464                                             <span rel="yui:method" resource="Cache.html#method__isMatch">                                        
       
   465                                             <a class="protected" href="Cache.html#method__isMatch" property="yui:name" title="_isMatch">_isMatch</a><span class="protected">,</span>
       
   466                                             </span>
       
   467                                             <span rel="yui:method" resource="Cache.html#method_add">                                        
       
   468                                             <a class="" href="Cache.html#method_add" property="yui:name" title="add">add</a><span class="">,</span>
       
   469                                             </span>
       
   470                                             <span rel="yui:method" resource="Cache.html#method_destructor">                                        
       
   471                                             <a class="private" href="Cache.html#method_destructor" property="yui:name" title="destructor">destructor</a><span class="private">,</span>
       
   472                                             </span>
       
   473                                             <span rel="yui:method" resource="Cache.html#method_flush">                                        
       
   474                                             <a class="" href="Cache.html#method_flush" property="yui:name" title="flush">flush</a><span class="">,</span>
       
   475                                             </span>
       
   476                                             <span rel="yui:method" resource="Cache.html#method_initializer">                                        
       
   477                                             <a class="private" href="Cache.html#method_initializer" property="yui:name" title="initializer">initializer</a><span class="private">,</span>
       
   478                                             </span>
       
   479                                             <span rel="yui:method" resource="Cache.html#method_retrieve">                                        
       
   480                                             <a class="" href="Cache.html#method_retrieve" property="yui:name" title="retrieve">retrieve</a>
       
   481                                             </span>
       
   482                                     </code>
       
   483                                 </div>
       
   484                             </div>
       
   485                             <div class="section field inheritance" rel="yui:superclass"  resource="EventTarget.html">
       
   486                                 <h4>Methods inherited from <a href="EventTarget.html" property="yui:name" title="EventTarget">EventTarget</a>:</h4>
       
   487                                 <div class="content" rel="yui:methods">
       
   488                                     <code>
       
   489                                             <span rel="yui:method" resource="EventTarget.html#method__getType">                                        
       
   490                                             <a class="private" href="EventTarget.html#method__getType" property="yui:name" title="_getType">_getType</a><span class="private">,</span>
       
   491                                             </span>
       
   492                                             <span rel="yui:method" resource="EventTarget.html#method__parseType">                                        
       
   493                                             <a class="private" href="EventTarget.html#method__parseType" property="yui:name" title="_parseType">_parseType</a><span class="private">,</span>
       
   494                                             </span>
       
   495                                             <span rel="yui:method" resource="EventTarget.html#method_addTarget">                                        
       
   496                                             <a class="" href="EventTarget.html#method_addTarget" property="yui:name" title="addTarget">addTarget</a><span class="">,</span>
       
   497                                             </span>
       
   498                                             <span rel="yui:method" resource="EventTarget.html#method_after">                                        
       
   499                                             <a class="" href="EventTarget.html#method_after" property="yui:name" title="after">after</a><span class="">,</span>
       
   500                                             </span>
       
   501                                             <span rel="yui:method" resource="EventTarget.html#method_before">                                        
       
   502                                             <a class=" deprecated" href="EventTarget.html#method_before" property="yui:name" title="before">before</a><span class=" deprecated">,</span>
       
   503                                             </span>
       
   504                                             <span rel="yui:method" resource="EventTarget.html#method_bubble">                                        
       
   505                                             <a class="" href="EventTarget.html#method_bubble" property="yui:name" title="bubble">bubble</a><span class="">,</span>
       
   506                                             </span>
       
   507                                             <span rel="yui:method" resource="EventTarget.html#method_detach">                                        
       
   508                                             <a class="" href="EventTarget.html#method_detach" property="yui:name" title="detach">detach</a><span class="">,</span>
       
   509                                             </span>
       
   510                                             <span rel="yui:method" resource="EventTarget.html#method_detachAll">                                        
       
   511                                             <a class="" href="EventTarget.html#method_detachAll" property="yui:name" title="detachAll">detachAll</a><span class="">,</span>
       
   512                                             </span>
       
   513                                             <span rel="yui:method" resource="EventTarget.html#method_fire">                                        
       
   514                                             <a class="" href="EventTarget.html#method_fire" property="yui:name" title="fire">fire</a><span class="">,</span>
       
   515                                             </span>
       
   516                                             <span rel="yui:method" resource="EventTarget.html#method_getEvent">                                        
       
   517                                             <a class="" href="EventTarget.html#method_getEvent" property="yui:name" title="getEvent">getEvent</a><span class="">,</span>
       
   518                                             </span>
       
   519                                             <span rel="yui:method" resource="EventTarget.html#method_on">                                        
       
   520                                             <a class="" href="EventTarget.html#method_on" property="yui:name" title="on">on</a><span class="">,</span>
       
   521                                             </span>
       
   522                                             <span rel="yui:method" resource="EventTarget.html#method_publish">                                        
       
   523                                             <a class="" href="EventTarget.html#method_publish" property="yui:name" title="publish">publish</a><span class="">,</span>
       
   524                                             </span>
       
   525                                             <span rel="yui:method" resource="EventTarget.html#method_removeTarget">                                        
       
   526                                             <a class="" href="EventTarget.html#method_removeTarget" property="yui:name" title="removeTarget">removeTarget</a><span class="">,</span>
       
   527                                             </span>
       
   528                                             <span rel="yui:method" resource="EventTarget.html#method_subscribe">                                        
       
   529                                             <a class=" deprecated" href="EventTarget.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a><span class=" deprecated">,</span>
       
   530                                             </span>
       
   531                                             <span rel="yui:method" resource="EventTarget.html#method_unsubscribe">                                        
       
   532                                             <a class=" deprecated" href="EventTarget.html#method_unsubscribe" property="yui:name" title="unsubscribe">unsubscribe</a><span class=" deprecated">,</span>
       
   533                                             </span>
       
   534                                             <span rel="yui:method" resource="EventTarget.html#method_unsubscribeAll">                                        
       
   535                                             <a class=" deprecated" href="EventTarget.html#method_unsubscribeAll" property="yui:name" title="unsubscribeAll">unsubscribeAll</a>
       
   536                                             </span>
       
   537                                     </code>
       
   538                                 </div>
       
   539                             </div>
       
   540                             <div class="section field inheritance" rel="yui:superclass"  resource="Base.html">
       
   541                                 <h4>Methods inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4>
       
   542                                 <div class="content" rel="yui:methods">
       
   543                                     <code>
       
   544                                             <span rel="yui:method" resource="Base.html#method__aggregateAttrs">                                        
       
   545                                             <a class="private" href="Base.html#method__aggregateAttrs" property="yui:name" title="_aggregateAttrs">_aggregateAttrs</a><span class="private">,</span>
       
   546                                             </span>
       
   547                                             <span rel="yui:method" resource="Base.html#method__defDestroyFn">                                        
       
   548                                             <a class="protected" href="Base.html#method__defDestroyFn" property="yui:name" title="_defDestroyFn">_defDestroyFn</a><span class="protected">,</span>
       
   549                                             </span>
       
   550                                             <span rel="yui:method" resource="Base.html#method__defInitFn">                                        
       
   551                                             <a class="protected" href="Base.html#method__defInitFn" property="yui:name" title="_defInitFn">_defInitFn</a><span class="protected">,</span>
       
   552                                             </span>
       
   553                                             <span rel="yui:method" resource="Base.html#method__destroyHierarchy">                                        
       
   554                                             <a class="private" href="Base.html#method__destroyHierarchy" property="yui:name" title="_destroyHierarchy">_destroyHierarchy</a><span class="private">,</span>
       
   555                                             </span>
       
   556                                             <span rel="yui:method" resource="Base.html#method__filterAttrCfs">                                        
       
   557                                             <a class="private" href="Base.html#method__filterAttrCfs" property="yui:name" title="_filterAttrCfs">_filterAttrCfs</a><span class="private">,</span>
       
   558                                             </span>
       
   559                                             <span rel="yui:method" resource="Base.html#method__getAttrCfgs">                                        
       
   560                                             <a class="protected" href="Base.html#method__getAttrCfgs" property="yui:name" title="_getAttrCfgs">_getAttrCfgs</a><span class="protected">,</span>
       
   561                                             </span>
       
   562                                             <span rel="yui:method" resource="Base.html#method__getClasses">                                        
       
   563                                             <a class="protected" href="Base.html#method__getClasses" property="yui:name" title="_getClasses">_getClasses</a><span class="protected">,</span>
       
   564                                             </span>
       
   565                                             <span rel="yui:method" resource="Base.html#method__initHierarchy">                                        
       
   566                                             <a class="private" href="Base.html#method__initHierarchy" property="yui:name" title="_initHierarchy">_initHierarchy</a><span class="private">,</span>
       
   567                                             </span>
       
   568                                             <span rel="yui:method" resource="Base.html#method__initHierarchyData">                                        
       
   569                                             <a class="private" href="Base.html#method__initHierarchyData" property="yui:name" title="_initHierarchyData">_initHierarchyData</a><span class="private">,</span>
       
   570                                             </span>
       
   571                                             <span rel="yui:method" resource="Base.html#method_destroy">                                        
       
   572                                             <a class="" href="Base.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span>
       
   573                                             </span>
       
   574                                             <span rel="yui:method" resource="Base.html#method_init">                                        
       
   575                                             <a class="" href="Base.html#method_init" property="yui:name" title="init">init</a><span class="">,</span>
       
   576                                             </span>
       
   577                                             <span rel="yui:method" resource="Base.html#method_toString">                                        
       
   578                                             <a class="" href="Base.html#method_toString" property="yui:name" title="toString">toString</a>
       
   579                                             </span>
       
   580                                     </code>
       
   581                                 </div>
       
   582                             </div>
       
   583                         </div>
       
   584                     </div>
       
   585 
       
   586                     <div rel="yui:events" resource="#events">
       
   587 
       
   588 
       
   589                         <div rel="yui:inheritance">                    
       
   590                         <div class="section field inheritance" rel="yui:superclass"  resource="Base.html">
       
   591                             <h4>Events inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4>
       
   592                             <div class="content" rel="yui:events">
       
   593                                 <code>
       
   594                                         <span rel="yui:event" resource="Base.html#event_destroy">
       
   595                                         <a class="" href="Base.html#event_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span>
       
   596                                         </span>
       
   597                                                                             <span rel="yui:event" resource="Base.html#event_destroyedChange">
       
   598                                         <a class="" href="Base.html#event_destroyedChange" property="yui:name" title="destroyedChange">destroyedChange</a><span class="">,</span>
       
   599                                         </span>
       
   600                                                                             <span rel="yui:event" resource="Base.html#event_init">
       
   601                                         <a class="" href="Base.html#event_init" property="yui:name" title="init">init</a><span class="">,</span>
       
   602                                         </span>
       
   603                                                                             <span rel="yui:event" resource="Base.html#event_initializedChange">
       
   604                                         <a class="" href="Base.html#event_initializedChange" property="yui:name" title="initializedChange">initializedChange</a><span class="">,</span>
       
   605                                         </span>
       
   606                                     
       
   607                                 </code>
       
   608                             </div>
       
   609                         </div>
       
   610                         <div class="section field inheritance" rel="yui:superclass"  resource="Cache.html">
       
   611                             <h4>Events inherited from <a href="Cache.html" property="yui:name" title="Cache">Cache</a>:</h4>
       
   612                             <div class="content" rel="yui:events">
       
   613                                 <code>
       
   614                                         <span rel="yui:event" resource="Cache.html#event_add">
       
   615                                         <a class="" href="Cache.html#event_add" property="yui:name" title="add">add</a><span class="">,</span>
       
   616                                         </span>
       
   617                                                                             <span rel="yui:event" resource="Cache.html#event_entriesChange">
       
   618                                         <a class="" href="Cache.html#event_entriesChange" property="yui:name" title="entriesChange">entriesChange</a><span class="">,</span>
       
   619                                         </span>
       
   620                                                                             <span rel="yui:event" resource="Cache.html#event_flush">
       
   621                                         <a class="" href="Cache.html#event_flush" property="yui:name" title="flush">flush</a><span class="">,</span>
       
   622                                         </span>
       
   623                                                                             <span rel="yui:event" resource="Cache.html#event_maxChange">
       
   624                                         <a class="" href="Cache.html#event_maxChange" property="yui:name" title="maxChange">maxChange</a>
       
   625                                         </span>
       
   626                                                                             <span rel="yui:event" resource="Cache.html#event_request">
       
   627                                         <a class="" href="Cache.html#event_request" property="yui:name" title="request">request</a>
       
   628                                         </span>
       
   629                                                                             <span rel="yui:event" resource="Cache.html#event_retrieve">
       
   630                                         <a class="" href="Cache.html#event_retrieve" property="yui:name" title="retrieve">retrieve</a>
       
   631                                         </span>
       
   632                                                                             <span rel="yui:event" resource="Cache.html#event_sizeChange">
       
   633                                         <a class="" href="Cache.html#event_sizeChange" property="yui:name" title="sizeChange">sizeChange</a>
       
   634                                         </span>
       
   635                                     
       
   636                                 </code>
       
   637                             </div>
       
   638                         </div>
       
   639                         <div class="section field inheritance" rel="yui:superclass"  resource="Plugin.Base.html">
       
   640                             <h4>Events inherited from <a href="Plugin.Base.html" property="yui:name" title="Plugin.Base">Plugin.Base</a>:</h4>
       
   641                             <div class="content" rel="yui:events">
       
   642                                 <code>
       
   643                                         <span rel="yui:event" resource="Plugin.Base.html#event_hostChange">
       
   644                                         <a class="" href="Plugin.Base.html#event_hostChange" property="yui:name" title="hostChange">hostChange</a><span class="">,</span>
       
   645                                         </span>
       
   646                                     
       
   647                                 </code>
       
   648                             </div>
       
   649                         </div>
       
   650                         </div>
       
   651                     </div>
       
   652 
       
   653                     <div rel="yui:attributes" resource="#configattributes">
       
   654 
       
   655                         <div rel="yui:inheritance">                    
       
   656                         <div class="section field inheritance" rel="yui:superclass"  resource="Base.html">
       
   657                             <h4>Configuration attributes inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4>
       
   658                             <div class="content" rel="yui:attributes">
       
   659                                 <code>
       
   660                                         <span rel="yui:attribute" resource="Base.html#config_destroyed">                                        
       
   661                                         <a class="" href="Base.html#config_destroyed" property="yui:name" title="destroyed">destroyed</a><span class="">,</span>
       
   662                                         </span>
       
   663                                                                                 <span rel="yui:attribute" resource="Base.html#config_initialized">                                        
       
   664                                         <a class="" href="Base.html#config_initialized" property="yui:name" title="initialized">initialized</a><span class="">,</span>
       
   665                                         </span>
       
   666                                         
       
   667                                 </code>
       
   668                             </div>
       
   669                         </div>
       
   670                         <div class="section field inheritance" rel="yui:superclass"  resource="Cache.html">
       
   671                             <h4>Configuration attributes inherited from <a href="Cache.html" property="yui:name" title="Cache">Cache</a>:</h4>
       
   672                             <div class="content" rel="yui:attributes">
       
   673                                 <code>
       
   674                                         <span rel="yui:attribute" resource="Cache.html#config_entries">                                        
       
   675                                         <a class="" href="Cache.html#config_entries" property="yui:name" title="entries">entries</a><span class="">,</span>
       
   676                                         </span>
       
   677                                                                                 <span rel="yui:attribute" resource="Cache.html#config_max">                                        
       
   678                                         <a class="" href="Cache.html#config_max" property="yui:name" title="max">max</a><span class="">,</span>
       
   679                                         </span>
       
   680                                                                                 <span rel="yui:attribute" resource="Cache.html#config_size">                                        
       
   681                                         <a class="" href="Cache.html#config_size" property="yui:name" title="size">size</a><span class="">,</span>
       
   682                                         </span>
       
   683                                         
       
   684                                 </code>
       
   685                             </div>
       
   686                         </div>
       
   687                         <div class="section field inheritance" rel="yui:superclass"  resource="Plugin.Base.html">
       
   688                             <h4>Configuration attributes inherited from <a href="Plugin.Base.html" property="yui:name" title="Plugin.Base">Plugin.Base</a>:</h4>
       
   689                             <div class="content" rel="yui:attributes">
       
   690                                 <code>
       
   691                                         <span rel="yui:attribute" resource="Plugin.Base.html#config_host">                                        
       
   692                                         <a class="" href="Plugin.Base.html#config_host" property="yui:name" title="host">host</a><span class="">,</span>
       
   693                                         </span>
       
   694                                         
       
   695                                 </code>
       
   696                             </div>
       
   697                         </div>
       
   698                         </div>
       
   699                     </div>
       
   700 
       
   701 			</div>
       
   702 		</div>
       
   703 		<div class="yui-b">
       
   704             <div class="nav">
       
   705 
       
   706                     <div id="moduleList" class="module">
       
   707                         <h4>Modules</h4>
       
   708                         <ul class="content">
       
   709                                 <li class=""><a href="module_anim.html" title="anim">anim</a></li>
       
   710                                 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li>
       
   711                                 <li class=""><a href="module_base.html" title="base">base</a></li>
       
   712                                 <li class=""><a href="module_cache.html" title="cache">cache</a></li>
       
   713                                 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li>
       
   714                                 <li class=""><a href="module_collection.html" title="collection">collection</a></li>
       
   715                                 <li class=""><a href="module_console.html" title="console">console</a></li>
       
   716                                 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li>
       
   717                                 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
       
   718                                 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li>
       
   719                                 <li class="selected"><a href="module_datasource.html" title="datasource">datasource</a></li>
       
   720                                 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li>
       
   721                                 <li class=""><a href="module_dd.html" title="dd">dd</a></li>
       
   722                                 <li class=""><a href="module_dom.html" title="dom">dom</a></li>
       
   723                                 <li class=""><a href="module_dump.html" title="dump">dump</a></li>
       
   724                                 <li class=""><a href="module_event.html" title="event">event</a></li>
       
   725                                 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li>
       
   726                                 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
       
   727                                 <li class=""><a href="module_history.html" title="history">history</a></li>
       
   728                                 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
       
   729                                 <li class=""><a href="module_io.html" title="io">io</a></li>
       
   730                                 <li class=""><a href="module_json.html" title="json">json</a></li>
       
   731                                 <li class=""><a href="module_node.html" title="node">node</a></li>
       
   732                                 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li>
       
   733                                 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li>
       
   734                                 <li class=""><a href="module_oop.html" title="oop">oop</a></li>
       
   735                                 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li>
       
   736                                 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li>
       
   737                                 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
       
   738                                 <li class=""><a href="module_queue.html" title="queue">queue</a></li>
       
   739                                 <li class=""><a href="module_slider.html" title="slider">slider</a></li>
       
   740                                 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
       
   741                                 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li>
       
   742                                 <li class=""><a href="module_test.html" title="test">test</a></li>
       
   743                                 <li class=""><a href="module_widget.html" title="widget">widget</a></li>
       
   744                                 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li>
       
   745                                 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li>
       
   746                                 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li>
       
   747                                 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li>
       
   748                                 <li class=""><a href="module_yui.html" title="yui">yui</a></li>
       
   749                         </ul>
       
   750                     </div>
       
   751 
       
   752                     <div id="classList" class="module">
       
   753                         <h4>Classes</h4>
       
   754                         <ul class="content">
       
   755                                 <li class=""><a href="DataSource.Function.html" title="DataSource.Function">DataSource.Function</a></li>
       
   756                                 <li class=""><a href="DataSource.Get.html" title="DataSource.Get">DataSource.Get</a></li>
       
   757                                 <li class=""><a href="DataSource.IO.html" title="DataSource.IO">DataSource.IO</a></li>
       
   758                                 <li class=""><a href="DataSource.Local.html" title="DataSource.Local">DataSource.Local</a></li>
       
   759                                 <li class=""><a href="DataSourceArraySchema.html" title="DataSourceArraySchema">DataSourceArraySchema</a></li>
       
   760                                 <li class="selected"><a href="DataSourceCache.html" title="DataSourceCache">DataSourceCache</a></li>
       
   761                                 <li class=""><a href="DataSourceJSONSchema.html" title="DataSourceJSONSchema">DataSourceJSONSchema</a></li>
       
   762                                 <li class=""><a href="DataSourceTextSchema.html" title="DataSourceTextSchema">DataSourceTextSchema</a></li>
       
   763                                 <li class=""><a href="DataSourceXMLSchema.html" title="DataSourceXMLSchema">DataSourceXMLSchema</a></li>
       
   764                                 <li class=""><a href="Pollable.html" title="Pollable">Pollable</a></li>
       
   765                         </ul>
       
   766                     </div>
       
   767 
       
   768                     <div id="fileList" class="module">
       
   769                         <h4>Files</h4>
       
   770                         <ul class="content">        
       
   771                                 <li class=""><a href="datasource-arrayschema.js.html" title="datasource-arrayschema.js">datasource-arrayschema.js</a></li>
       
   772                                 <li class=""><a href="datasource-cache.js.html" title="datasource-cache.js">datasource-cache.js</a></li>
       
   773                                 <li class=""><a href="datasource-function.js.html" title="datasource-function.js">datasource-function.js</a></li>
       
   774                                 <li class=""><a href="datasource-get.js.html" title="datasource-get.js">datasource-get.js</a></li>
       
   775                                 <li class=""><a href="datasource-io.js.html" title="datasource-io.js">datasource-io.js</a></li>
       
   776                                 <li class=""><a href="datasource-jsonschema.js.html" title="datasource-jsonschema.js">datasource-jsonschema.js</a></li>
       
   777                                 <li class=""><a href="datasource-local.js.html" title="datasource-local.js">datasource-local.js</a></li>
       
   778                                 <li class=""><a href="datasource-polling.js.html" title="datasource-polling.js">datasource-polling.js</a></li>
       
   779                                 <li class=""><a href="datasource-textschema.js.html" title="datasource-textschema.js">datasource-textschema.js</a></li>
       
   780                                 <li class=""><a href="datasource-xmlschema.js.html" title="datasource-xmlschema.js">datasource-xmlschema.js</a></li>
       
   781                         </ul>
       
   782                     </div>
       
   783 
       
   784                     <div id="propertyList" class="module">
       
   785                         <h4>Properties</h4>
       
   786                         <ul class="content">        
       
   787                                 <li class=""><a href="#property_NAME" title="NAME">NAME</a></li>
       
   788                                 <li class=""><a href="#property_NS" title="NS">NS</a></li>
       
   789                         </ul>
       
   790                     </div>
       
   791 
       
   792                     <div id="methodsList" class="module">
       
   793                         <h4>Methods</h4>
       
   794                         <ul class="content">        
       
   795                                 <li class="protected"><a href="#method__beforeDefRequestFn" title="_beforeDefRequestFn">_beforeDefRequestFn</a></li>
       
   796                                 <li class="protected"><a href="#method__beforeDefResponseFn" title="_beforeDefResponseFn">_beforeDefResponseFn</a></li>
       
   797                                 <li class="private"><a href="#method_initializer" title="initializer">initializer</a></li>
       
   798                         </ul>
       
   799                     </div>
       
   800 
       
   801 
       
   802 
       
   803             </div>
       
   804 		</div>
       
   805 	</div>
       
   806 	<div id="ft">
       
   807         <hr />
       
   808         Copyright &copy; 2009 Yahoo! Inc. All rights reserved.
       
   809 	</div>
       
   810 </div>
       
   811 <script type="text/javascript">
       
   812     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"}];
       
   813 </script>
       
   814 </body>
       
   815 </html>