|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.dwrp.Batch
org.directwebremoting.dwrp.CallBatch
public class CallBatch
A container for all the by-products of an HttpRequest parse
| Constructor Summary | |
|---|---|
CallBatch(javax.servlet.http.HttpServletRequest request)
Parse an inbound request into a Calls object |
|
| Method Summary | |
|---|---|
Calls |
getCalls()
|
java.util.List<InboundContext> |
getInboundContexts()
|
java.lang.String |
toString()
|
| Methods inherited from class org.directwebremoting.dwrp.Batch |
|---|
getBatchId, getDocumentDomain, getDwrSessionId, getExtraParameters, getInstanceId, getNextReverseAjaxIndex, getPage, getScriptSessionId, isGet, isMultipartContent |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CallBatch(javax.servlet.http.HttpServletRequest request)
throws ServerException
request - The original browser's request
ServerException| Method Detail |
|---|
public java.util.List<InboundContext> getInboundContexts()
public Calls getCalls()
public java.lang.String toString()
toString in class java.lang.Object
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||