📄 ajaxresponders.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_06) on Sun Feb 19 02:37:45 CST 2006 -->
<TITLE>
AjaxResponders
</TITLE>
<META NAME="keywords" CONTENT="net.conic.prototype.ajax.AjaxResponders class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="AjaxResponders";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>类</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AjaxResponders.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../net/conic/prototype/ajax/AjaxRequest.html" title="net.conic.prototype.ajax 中的类"><B>上一个类</B></A>
<A HREF="../../../../net/conic/prototype/ajax/AjaxUpdater.html" title="net.conic.prototype.ajax 中的类"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?net/conic/prototype/ajax/AjaxResponders.html" target="_top"><B>框架</B></A>
<A HREF="AjaxResponders.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
摘要: 嵌套 | <A HREF="#fields_inherited_from_class_net.conic.prototype.Object">字段</A> | 构造函数 | <A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息: 字段 | 构造函数 | <A HREF="#method_detail">方法</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
net.conic.prototype.ajax</FONT>
<BR>
类 AjaxResponders</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="继承者 "><A HREF="../../../../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">net.conic.prototype.Object</A>
<IMG SRC="../../../../resources/inherit.gif" ALT="继承者 "><A HREF="../../../../net/conic/prototype/Enumerable.html" title="net.conic.prototype 中的类">net.conic.prototype.Enumerable</A>
<IMG SRC="../../../../resources/inherit.gif" ALT="继承者 "><B>net.conic.prototype.ajax.AjaxResponders</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>AjaxResponders</B><DT>extends <A HREF="../../../../net/conic/prototype/Enumerable.html" title="net.conic.prototype 中的类">Enumerable</A></DL>
</PRE>
<P>
单实例对象类,Prototype组件中Ajax的全局Responder对象 <br><br><b>JS语法:</b> Ajax.Responders.method(); <br>目前内部有初始化一个对象,此对象包括onCreate,onComplete两个方法,主要是负责记录当前请求的数量的计数. <br>也可以根据需要自行添加相应的分派方法对象,目前AjaxRequest内部处理清求时就会自动调用用户自定义的一些方法 ,包括onException,onUninitialized,onLoading,onLoaded,onInteractive,onComplete等. ,其中onCreate与onComplete都仅仅是实现对Ajax.activeRequestCount的值做加减计算.
<P>
<P>
<DL>
<DT><B>版本:</B></DT>
<DD>Prototype Document Version 0.1</DD>
<DT><B>作者:</B></DT>
<DD>Frank.Chen (Email:jtjdskq@126.com) <br>http://blog.csdn.net/jkjdskq</DD>
</DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>字段摘要</B></FONT></TH>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_net.conic.prototype.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>从类 net.conic.prototype.<A HREF="../../../../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A> 继承的字段</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../net/conic/prototype/Object.html#constructor">constructor</A>, <A HREF="../../../../net/conic/prototype/Object.html#prototype">prototype</A></CODE></TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>方法摘要</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../net/conic/prototype/ajax/AjaxResponders.html#_each(net.conic.prototype.IteratorAdapter)">_each</A></B>(<A HREF="../../../../net/conic/prototype/IteratorAdapter.html" title="net.conic.prototype 中的类">IteratorAdapter</A> each)</CODE>
<BR>
执行each()方法时内部遍历操作都将执行此方法 ,此方法在prototype的源码中并未在Enumerable对象上做定义 ,在这里用java语言特性定义成protected abstract就是为了重点说明需要继承使用Enumerable特性的JS子类必须实现此方法!</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../net/conic/prototype/ajax/AjaxResponders.html#dispatch(net.conic.prototype.Function, java.lang.Object, java.lang.Object, java.lang.Object)">dispatch</A></B>(<A HREF="../../../../net/conic/prototype/Function.html" title="net.conic.prototype 中的类">Function</A> callback,
java.lang.Object request,
java.lang.Object transport,
java.lang.Object json)</CODE>
<BR>
分派执行指定的对象成员</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../net/conic/prototype/ajax/AjaxResponders.html" title="net.conic.prototype.ajax 中的类">AjaxResponders</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../net/conic/prototype/ajax/AjaxResponders.html#getInstance()">getInstance</A></B>()</CODE>
<BR>
取得全局唯一的AjaxResponders引用对象,singleton pattern.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../net/conic/prototype/ajax/AjaxResponders.html#register(net.conic.prototype.Function)">register</A></B>(<A HREF="../../../../net/conic/prototype/Function.html" title="net.conic.prototype 中的类">Function</A> responderToAdd)</CODE>
<BR>
注入可用dispatch对象成员</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -