Uses of Class
org.directwebremoting.extend.Reply

Packages that use Reply
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
org.directwebremoting.impl   
 

Uses of Reply in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return Reply
 Reply Replies.getReply(int index)
           
 

Methods in org.directwebremoting.extend that return types with arguments of type Reply
 java.util.Iterator<Reply> Replies.iterator()
           
 

Methods in org.directwebremoting.extend with parameters of type Reply
 void Replies.addReply(Reply reply)
          Add a reply to the collection of replies we are about to make
 

Uses of Reply in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl that return Reply
 Reply DefaultRemoter.execute(Call call)
          Execute a single call object
 


Copyright ยจ 2008