uk.ltd.getahead.dwr.impl
Class ExecuteQuery

java.lang.Object
  extended byuk.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]

Constructor Summary
ExecuteQuery(CreatorManager creatorManager, ConverterManager converterManager, AccessControl accessControl)
          Simple ctor
 
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
 

Constructor Detail

ExecuteQuery

public ExecuteQuery(CreatorManager creatorManager,
                    ConverterManager converterManager,
                    AccessControl accessControl)
Simple ctor

Parameters:
creatorManager - The way we get an object to call methods on
converterManager - The way we convert javascript to java
accessControl - The security manager
Method Detail

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

Copyright ? 2005