Uses of Interface
org.apache.tapestry.web.WebRequest

Packages that use WebRequest
org.apache.tapestry.asset Implementations of IAsset, as well as the ExternalResource, used to handle private assets. 
org.apache.tapestry.contrib.ajax

Ajax related contributions, things like Timeout and XTile allow a lot of common ajax functionality to be easily used. 

org.apache.tapestry.contrib.inspector Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. 
org.apache.tapestry.contrib.services.impl   
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.engine.state Management of application state objects (what, in Tapestry 3.0, were the Visit and Global objects). 
org.apache.tapestry.error Defines various services / utilies for error reporting. 
org.apache.tapestry.portlet Core portlet services. 
org.apache.tapestry.record Abstract and simple (memory-based) implementations of IPageRecorder
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
org.apache.tapestry.util.io Some interesting I/O classes. 
org.apache.tapestry.web Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs. 
 

Uses of WebRequest in org.apache.tapestry.asset
 

Methods in org.apache.tapestry.asset with parameters of type WebRequest
 void AssetService.setRequest(WebRequest request)
           
 

Uses of WebRequest in org.apache.tapestry.contrib.ajax
 

Methods in org.apache.tapestry.contrib.ajax that return WebRequest
abstract  WebRequest Timeout.getRequest()
           
 

Uses of WebRequest in org.apache.tapestry.contrib.inspector
 

Methods in org.apache.tapestry.contrib.inspector that return WebRequest
abstract  WebRequest ShowEngine.getRequest()
           
 

Uses of WebRequest in org.apache.tapestry.contrib.services.impl
 

Methods in org.apache.tapestry.contrib.services.impl with parameters of type WebRequest
 void RoundedCornerService.setRequest(WebRequest request)
           
 

Uses of WebRequest in org.apache.tapestry.engine
 

Fields in org.apache.tapestry.engine declared as WebRequest
protected  WebRequest DirectService._request
           
 

Methods in org.apache.tapestry.engine with parameters of type WebRequest
static boolean EngineUtils.needAbsoluteURL(String scheme, String server, int port, WebRequest request)
          Invoked by to see if an absolute URL is needed (because a specific scheme, server or port was indicated that does not match the incoming request).
 void AbstractEngine.service(WebRequest request, WebResponse response)
          Delegate method for the servlet.
 void DirectService.setRequest(WebRequest request)
           
 void DirectEventService.setRequest(WebRequest request)
           
 

Constructors in org.apache.tapestry.engine with parameters of type WebRequest
EngineServiceLink(IRequestCycle cycle, String servletPath, String encoding, URLCodec codec, WebRequest request, QueryParameterMap parameters, boolean stateful)
          Creates a new EngineServiceLink.
EngineServiceLink(String servletPath, String encoding, URLCodec codec, WebRequest request, QueryParameterMap parameters, boolean stateful)
          Creates a new EngineServiceLink.
 

Uses of WebRequest in org.apache.tapestry.engine.state
 

Methods in org.apache.tapestry.engine.state with parameters of type WebRequest
 void SessionScopeManager.setRequest(WebRequest request)
           
 

Uses of WebRequest in org.apache.tapestry.error
 

Methods in org.apache.tapestry.error with parameters of type WebRequest
 void RequestExceptionReporterImpl.setRequest(WebRequest request)
           
 

Uses of WebRequest in org.apache.tapestry.portlet
 

Classes in org.apache.tapestry.portlet that implement WebRequest
 class PortletWebRequest
          Implementation of WebRequest that adapts a PortletRequest .
 

Methods in org.apache.tapestry.portlet with parameters of type WebRequest
 void PortletExceptionPresenter.setRequest(WebRequest request)
           
 void ExceptionService.setRequest(WebRequest request)
           
 

Uses of WebRequest in org.apache.tapestry.record
 

Fields in org.apache.tapestry.record declared as WebRequest
protected  WebRequest ClientPropertyPersistenceStrategy._request
           
 

Methods in org.apache.tapestry.record with parameters of type WebRequest
 void ClientPropertyPersistenceStrategy.setRequest(WebRequest request)
           
 void SessionPropertyPersistenceStrategy.setRequest(WebRequest request)
           
 

Uses of WebRequest in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return WebRequest
 WebRequest Infrastructure.getRequest()
          Returns the request for the current request cycle.
 WebRequest RequestGlobals.getWebRequest()
           
 

Methods in org.apache.tapestry.services with parameters of type WebRequest
 void WebRequestServicer.service(WebRequest request, WebResponse response)
           
 void WebRequestServicerFilter.service(WebRequest request, WebResponse response, WebRequestServicer servicer)
           
 void RequestGlobals.store(WebRequest request, WebResponse response)
           
 

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

Fields in org.apache.tapestry.services.impl declared as WebRequest
protected  WebRequest LinkFactoryImpl._request
           
 

Methods in org.apache.tapestry.services.impl that return WebRequest
 WebRequest InfrastructureImpl.getRequest()
           
 WebRequest RequestGlobalsImpl.getWebRequest()
           
 

Methods in org.apache.tapestry.services.impl with parameters of type WebRequest
 void InvokeEngineTerminator.service(WebRequest request, WebResponse response)
           
 void DisableCachingFilter.service(WebRequest request, WebResponse response, WebRequestServicer servicer)
           
 void LinkFactoryImpl.setRequest(WebRequest request)
           
 void RequestLocaleManagerImpl.setRequest(WebRequest request)
           
 void AbsoluteURLBuilderImpl.setRequest(WebRequest request)
           
 void JSONResponseContributorImpl.setWebRequest(WebRequest webRequest)
           
 void PrototypeResponseContributorImpl.setWebRequest(WebRequest webRequest)
           
 void DojoAjaxResponseContributorImpl.setWebRequest(WebRequest webRequest)
           
 void RequestGlobalsImpl.store(WebRequest request, WebResponse response)
           
 

Constructors in org.apache.tapestry.services.impl with parameters of type WebRequest
JSONResponseBuilder(IRequestCycle cycle, RequestLocaleManager localeManager, MarkupWriterSource markupWriterSource, WebResponse webResponse, WebRequest request, AssetFactory assetFactory, String namespace)
          Creates a new response builder with the required services it needs to render the response when JSONResponseBuilder.renderResponse(IRequestCycle) is called.
 

Uses of WebRequest in org.apache.tapestry.util.io
 

Methods in org.apache.tapestry.util.io with parameters of type WebRequest
static boolean GzipUtil.isGzipCapable(WebRequest request)
          Determines if gzip compression is appropriate/possible based on the User Agent and other limiting factors.
 

Uses of WebRequest in org.apache.tapestry.web
 

Classes in org.apache.tapestry.web that implement WebRequest
 class ServletWebRequest
          Adapter from HttpServletRequest to WebRequest.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.