See: Description
| Interface | Description |
|---|---|
| WebConfigurationConstants |
| Class | Description |
|---|---|
| AbstractHandlerCommons |
This abstract class contains the common part of handlers which load javascript modules
or other classpath resources like Dojo toolkit.
|
| AbstractModulesHandler |
This handler is responsible to deliver to the client resources stored in a zip file.
|
| CurrentRequestFilter |
Save the current
HttpServletRequest instance as thread-local, so it is available without any
other injection, from the current thread, by calling CurrentRequestFilter.getCurrentRequest(). |
| DojoToolkitHandler |
Jetty Handler which delivers Dojo toolkit modules.
|
| GenericWebServer |
A generic design for an embedded web server having support for WebSocket's.
|
| GenericWebServer.SessionCleaner |
A session listener to clean the FWD context for destroyed sessions.
|
| HtmlResourceHandler |
jetty Handler which delivers HTML resource files.
|
| PojoWebSocketHandler |
This class is used to register and handle WebSockets POJO objects.
|
| SecureWebServer |
Web server with SSL support.
|
| WebAuthFilter |
A filter which intercepts all requests for a
web app,
and authenticates with the FWD server, saving a context switcher in the session's
fwd.switcher attribute. |
| WebResourceHandler |
Jetty Handler which delivers web resource modules.
|
| WebSocketConfig |
Wraps Websocket configuration parameters.
|
| Author |
Marius Gligor |
| Date |
November 7, 2013 |
| Access Control |
CONFIDENTIAL |