| java.lang.Object org.directwebremoting.dwrp.Batch
Batch | public class Batch (Code) | | A container for all the by-products of an HttpRequest parse
author: Joe Walker [joe at getahead dot ltd dot uk] |
Field Summary | |
final protected static Log | log |
log | final protected static Log log(Code) | | The log stream
|
Batch | public Batch(Map<String, FormField> allParameters)(Code) | | Ctor for the Bayeux client which doesn't have requests and responses
Parameters: allParameters - A set of name value pairs throws: SecurityException - If the parameters can't be decoded |
extractParameter | protected String extractParameter(Map<String, FormField> parameters, String paramName)(Code) | | Extract a parameter and ensure it is in the request.
This is needed to cope with Jetty continuations that are not real
continuations.
Parameters: parameters - The parameter list parsed out of the request Parameters: paramName - The name of the parameter sent The found value |
getHttpSessionId | public String getHttpSessionId()(Code) | | the httpSessionId |
getScriptSessionId | public String getScriptSessionId()(Code) | | the scriptSessionId |
getWindowName | public String getWindowName()(Code) | | the window name |
isGet | public boolean isGet()(Code) | | Is this request from a GET?
true if the request is a GET request |
parseParameters | protected void parseParameters()(Code) | | Fish out the important parameters
throws: SecurityException - If the parsing of input parameter fails |
|
|