KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > ServletRequestWrapper > Top Examples

  • org.apache.catalina.core.ApplicationDispatcher
    Standard implementation of <code>RequestDispatcher</code> that allows a request to be forwarded to a different resource to create the ultimate response, or to include the output of another resource in the response from this resource. This implementation allows application level servle ...
  • org.apache.beehive.controls.runtime.servlet.ServletRequestService
    This class is the contextual service implementation for javax.servlet.ServletRequest. It acts as an intermediary between the client and the ServletRequest instance held by the associated ServletBeanContext. It validates that attempt to access the ServletRequest only occur during the servlet re ...
  • org.apache.beehive.netui.pageflow.scoping.ScopedServletUtils
    Utilities for creating scoped wrapper versions of HttpRequest, HttpResponse, ServletContext. These wrappers are the basis for a scoped servlet environment, which can be used to scope the Struts framework.
  • org.apache.catalina.core.ApplicationRequest
    Wrapper around a <code>javax.servlet.ServletRequest</code> that transforms an application request object (which might be the original one passed to a servlet, or might be based on the 2.3 <code>javax.servlet.ServletRequestWrapper</code> class) back into an internal <code ...
  • org.apache.beehive.controls.runtime.servlet.ServletServiceProvider
    The ServletContextProvider helper class acts at the BeanContextServiceProvider provides instances of web tier services associated with a ServletBeanContext package
Popular Tags