| Interface | Description |
|---|---|
| IwebHandler |
Business logic (converted to Java from the 4GL source code
in Progress/Web/IWebHandler.cls).
|
| IwebRequest |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Web/IWebRequest.cls).
|
| Class | Description |
|---|---|
| RemoteWebRequest |
A wrapper over a
HttpServletRequest instance, to expose it as a legacy
IwebRequest. |
| SendExceptionError |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Web/SendExceptionError.cls).
|
| WebHandler |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Web/WebHandler.cls).
|
| WebHandler.WebContext | |
| WebHandler.WorkArea | |
| WebResponse |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Web/WebResponse.cls).
|
| WebResponseWriter |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Web/WebResponseWriter.cls).
|