public class DefaultHttpRequestHandler extends java.lang.Object implements HttpRequestHandler
| Constructor and Description |
|---|
DefaultHttpRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
Action |
createAction(Http.Request request,
java.lang.reflect.Method actionMethod)
Call to create the root Action of a request for a Java application.
|
Action |
wrapAction(Action action)
Call to wrap the outer action of a Java application.
|
public Action createAction(Http.Request request, java.lang.reflect.Method actionMethod)
HttpRequestHandlercreateAction in interface HttpRequestHandlerrequest - The HTTP RequestactionMethod - The action method containing the user code for this Action.public Action wrapAction(Action action)
HttpRequestHandlerwrapAction in interface HttpRequestHandleraction - The action to wrap.