| java.lang.Object org.directwebremoting.dwrp.PollBatch
PollBatch | public class PollBatch (Code) | | A container for the information passed in by an Poll request
author: Joe Walker [joe at getahead dot ltd dot uk] |
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 |
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
|
|
|