| |
|
| java.lang.Object org.directwebremoting.extend.Replies
Replies | public class Replies implements Iterable<Reply>(Code) | | The request made by the browser which consists of a number of function call
requests and some associated information like the request mode (XHR or
iframe).
author: Joe Walker [joe at getahead dot ltd dot uk] |
Replies | public Replies(String batchId)(Code) | | Parameters: batchId - The batchId to set. |
addReply | public void addReply(Reply reply)(Code) | | Add a reply to the collection of replies we are about to make
Parameters: reply - The reply to add |
getBatchId | public String getBatchId()(Code) | | Returns the batchId. |
getReply | public Reply getReply(int index)(Code) | | Parameters: index - The index (starts at 0) of the reply to fetch Returns the replies. |
getReplyCount | public int getReplyCount()(Code) | | How many replies are there is this request
The total number of replies |
setBatchId | public void setBatchId(String batchId)(Code) | | Parameters: batchId - The batchId to set. |
|
|
|