Uses of Class
org.apache.tapestry.request.RequestContext

Packages that use RequestContext
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl   
 

Uses of RequestContext in org.apache.tapestry
 

Methods in org.apache.tapestry that return RequestContext
 RequestContext IRequestCycle.getRequestContext()
           
 

Methods in org.apache.tapestry with parameters of type RequestContext
 boolean IEngine.service(RequestContext context)
          Deprecated. Method invoked from the ApplicationServletto perform processing of the request.
 

Uses of RequestContext in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine that return RequestContext
 RequestContext RequestCycle.getRequestContext()
           
 

Methods in org.apache.tapestry.engine with parameters of type RequestContext
 IMonitor IMonitorFactory.createMonitor(RequestContext context)
          Create a new IMonitor instance.
 IMonitor DefaultMonitorFactory.createMonitor(RequestContext context)
          Returns NullMonitor.SHARED.
 IMonitor AbstractEngine.getMonitor(RequestContext context)
          Overriden in subclasses that support monitoring.
 boolean AbstractEngine.service(RequestContext context)
          Delegate method for the servlet.
protected  void AbstractEngine.setupForRequest(RequestContext context)
          Invoked from AbstractEngine.service(RequestContext)to ensure that the engine's instance variables are setup.
 

Constructors in org.apache.tapestry.engine with parameters of type RequestContext
RequestCycle(IEngine engine, RequestContext requestContext, QueryParameterMap parameters, IEngineService service, Infrastructure infrastructure, PropertyPersistenceStrategySource strategySource, org.apache.hivemind.ErrorHandler errorHandler, IMonitor monitor)
          Standard constructor used to render a response page.
 

Uses of RequestContext in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services with parameters of type RequestContext
 IRequestCycle RequestCycleFactory.newRequestCycle(IEngine engine, RequestContext context)
          Constructs the new instance using the request context.
 

Uses of RequestContext in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl with parameters of type RequestContext
 IRequestCycle RequestCycleFactoryImpl.newRequestCycle(IEngine engine, RequestContext context)