org.apache.beehive.controls.runtime.servlet |
|
Java Source File Name | Type | Comment |
ControlFilter.java | Class | The ControlFilter class provides an implementation of an HTTP servlet filter that supports
running controls in the web tier. |
HttpRequestService.java | Class | This class is the contextual service implementation for javax.servlet.http.HttpServletRequest.
It acts as an intermediary between the client and the HttpServletRequest instance held by the
associated ServletBeanContext. |
HttpResponseService.java | Class | This class is the contextual service implementation for javax.servlet.http.HttpServletResponse.
It acts as an intermediary between the client and the HttpServletResponse instance held by the
associated ServletBeanContext. |
ServletBeanContext.java | Class | The ServletBeanContext provides a ControlBeanContext implementation that offers services
and a resource management context that is appropriate to web tier usage of controls. |
ServletContextService.java | Class | This class is the contextual service implementation for javax.servlet.ServletContext. |
ServletRequestService.java | Class | This class is the contextual service implementation for javax.servlet.ServletRequest. |
ServletResponseService.java | Class | This class is the contextual service implementation for javax.servlet.ServletResponse. |
ServletServiceProvider.java | Class | |