org.araneaframework.http |
Contains interfaces and implementations that make up the executable
Aranea framework (filters, routers, etc) that
depend on web (specially servlet, ...) interfaces.
|
Java Source File Name | Type | Comment |
FileUploadInputExtension.java | Interface | Extension to
org.araneaframework.OutputData that allows access the uploaded files. |
HttpInputData.java | Interface | Provides methods to deal with the manipulate low-level HTTP constructs. |
HttpOutputData.java | Interface | Provides methods to deal with the manipulate low-level HTTP constructs. |
JspContext.java | Interface | |
PathInfoServiceContext.java | Interface | A top level service that is not synchronized and is dependent only on the request. |
PopupServiceInfo.java | Interface | Encapsulates info about popup window properties and URL where
servicing session-thread lives. |
PopupWindowContext.java | Interface | Interface for manipulating popup windows (each popup window
corresponding to server-side "thread"). |
ServletServiceAdapterComponent.java | Interface | A service adapter which by having the servlet's service method, translates a
servlet's request into a service call. |
ThreadCloningContext.java | Interface | Service that clones currently running session thread upon request and sends a response
that redirects to cloned session thread. |
UpdateRegionContext.java | Interface | Update region filter, supporting updating of HTML page regions and sending
miscellaneous data back via AJAX requests. |
UpdateRegionProvider.java | Interface | A way to pass custom data back to client-side via AJAX requests. |
WindowScrollPositionContext.java | Interface | Filter that takes care of saving and restoring the browser window scroll position
between requests. |