uk.ltd.getahead.dwr.impl
Class ExecuteQuery
java.lang.Object
uk.ltd.getahead.dwr.impl.ExecuteQuery
- public class ExecuteQuery
- extends java.lang.Object
This class represents a query made by a client in terms of the data that is
passed in to be converted to Java objects.
- Author:
- Joe Walker [joe at getahead dot ltd dot uk]
Method Summary |
Calls |
execute(javax.servlet.http.HttpServletRequest req)
Check (as far as we can) that the execute method will succeed. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecuteQuery
public ExecuteQuery(CreatorManager creatorManager,
ConverterManager converterManager,
AccessControl accessControl)
- Simple ctor
- Parameters:
creatorManager
- The way we get an object to call methods onconverterManager
- The way we convert javascript to javaaccessControl
- The security manager
execute
public Calls execute(javax.servlet.http.HttpServletRequest req)
throws java.io.IOException
- Check (as far as we can) that the execute method will succeed.
- Parameters:
req
- The original browser's request
- Returns:
- The call details the methods we are calling
- Throws:
java.io.IOException
- If reading from the request body stream fails