Uses of Class
org.apache.cocoon.environment.impl.AbstractRequest

Packages that use AbstractRequest
org.apache.cocoon.environment.commandline   
org.apache.cocoon.environment.http   
org.apache.cocoon.environment.portlet   
org.apache.cocoon.environment.wrapper   
org.apache.cocoon.jxpath   
org.apache.cocoon.profiler.debugging   
 

Uses of AbstractRequest in org.apache.cocoon.environment.commandline
 

Subclasses of AbstractRequest in org.apache.cocoon.environment.commandline
 class CommandLineRequest
          Creates a specific servlet request simulation from command line usage.
 

Uses of AbstractRequest in org.apache.cocoon.environment.http
 

Subclasses of AbstractRequest in org.apache.cocoon.environment.http
 class HttpRequest
          Implements the Request interface to provide request information in the HTTP servlets environment.
 

Uses of AbstractRequest in org.apache.cocoon.environment.portlet
 

Subclasses of AbstractRequest in org.apache.cocoon.environment.portlet
 class ActionRequest
          Implements the Request interface for the JSR-168 (Portlet) environment.
 class PortletRequest
          Implements the Request interface for the JSR-168 (Portlet) environment.
 class RenderRequest
          Implements the Request interface for the JSR-168 (Portlet) environment.
 

Uses of AbstractRequest in org.apache.cocoon.environment.wrapper
 

Subclasses of AbstractRequest in org.apache.cocoon.environment.wrapper
 class AbstractRequestWrapper
          This is a wrapper class for the Request object.
 class RequestWrapper
          This is a wrapper class for the Request object.
 

Uses of AbstractRequest in org.apache.cocoon.jxpath
 

Subclasses of AbstractRequest in org.apache.cocoon.jxpath
static class JXPathCocoonContexts.RequestProxy
           
 

Uses of AbstractRequest in org.apache.cocoon.profiler.debugging
 

Subclasses of AbstractRequest in org.apache.cocoon.profiler.debugging
protected static class Debugger.RequestWrapper
          We wrap the request to remove the request parameter from the list of parameters.
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.