Uses of Interface
org.apache.tapestry5.services.Request

Packages that use Request
org.apache.tapestry5.internal.alerts [INTERNAL USE ONLY] support classes for Alerts; API subject to change 
org.apache.tapestry5.internal.hibernate [INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change 
org.apache.tapestry5.internal.jpa [INTERNAL USE ONLY] support classes for the JPA module; API subject to change 
org.apache.tapestry5.internal.pageload [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change 
org.apache.tapestry5.internal.renderers [INTERNAL USE ONLY] support classes for component template rendering; API subject to change 
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.internal.services.ajax [INTERNAL USE ONLY] AJAX support services; API subject to change 
org.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to change 
org.apache.tapestry5.internal.services.linktransform [INTERNAL USE ONLY] link transformation support implementations; API subject to change 
org.apache.tapestry5.internal.services.security [INTERNAL USE ONLY] security support classes; API subject to change 
org.apache.tapestry5.internal.structure [INTERNAL USE ONLY] page structure implementation details; API subject to change. 
org.apache.tapestry5.internal.test [INTERNAL USE ONLY] testing support implementation classes; API subject to change 
org.apache.tapestry5.internal.transform [INTERNAL USE ONLY] component class transformation implementation classes; API subject to change. 
org.apache.tapestry5.internal.translator [INTERNAL USE ONLY] translator implementation classes; API subject to change. 
org.apache.tapestry5.services Core services 
org.apache.tapestry5.services.assets Various services for assets (e.g., images, JavaScript & CSS files) 
org.apache.tapestry5.services.linktransform Services supporting link transformation. 
org.apache.tapestry5.services.security Interfaces support a simple whitelist-based security model to protect page access. 
org.apache.tapestry5.test Support for testing Tapestry pages 
 

Uses of Request in org.apache.tapestry5.internal.alerts
 

Constructors in org.apache.tapestry5.internal.alerts with parameters of type Request
AlertManagerImpl(ApplicationStateManager asm, Request request, AjaxResponseRenderer ajaxResponseRenderer, PerthreadManager perThreadManager)
           
 

Uses of Request in org.apache.tapestry5.internal.hibernate
 

Constructors in org.apache.tapestry5.internal.hibernate with parameters of type Request
EntityApplicationStatePersistenceStrategy(Request request, org.hibernate.Session hibernateSession)
           
EntityPersistentFieldStrategy(org.hibernate.Session session, Request request)
           
 

Uses of Request in org.apache.tapestry5.internal.jpa
 

Constructors in org.apache.tapestry5.internal.jpa with parameters of type Request
EntityApplicationStatePersistenceStrategy(Request request, EntityManagerManager entityManagerManager)
           
EntityPersistentFieldStrategy(EntityManagerManager entityManagerManager, Request request)
           
 

Uses of Request in org.apache.tapestry5.internal.pageload
 

Constructors in org.apache.tapestry5.internal.pageload with parameters of type Request
PageLoaderImpl(ComponentInstantiatorSource instantiatorSource, ComponentTemplateSource templateSource, PageElementFactory elementFactory, ComponentPageElementResourcesSource resourcesSource, ComponentClassResolver componentClassResolver, PersistentFieldManager persistentFieldManager, StringInterner interner, OperationTracker tracker, PerthreadManager perThreadManager, Request request, SymbolSource symbolSource)
           
 

Uses of Request in org.apache.tapestry5.internal.renderers
 

Methods in org.apache.tapestry5.internal.renderers with parameters of type Request
 void RequestRenderer.render(Request request, MarkupWriter writer)
           
 

Uses of Request in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement Request
 class RequestImpl
          Basic implementation of Request that wraps around an HttpServletRequest.
 

Methods in org.apache.tapestry5.internal.services that return Request
 Request RequestGlobalsImpl.getRequest()
           
 

Methods in org.apache.tapestry5.internal.services with parameters of type Request
 ComponentEventRequestParameters ComponentEventLinkEncoderImpl.decodeComponentEventRequest(Request request)
           
 PageRenderRequestParameters ComponentEventLinkEncoderImpl.decodePageRenderRequest(Request request)
           
 boolean AssetDispatcher.dispatch(Request request, Response response)
           
 boolean RootPathDispatcher.dispatch(Request request, Response response)
           
 boolean ComponentEventDispatcher.dispatch(Request request, Response response)
           
 boolean PageRenderDispatcher.dispatch(Request request, Response response)
           
 boolean StaticFilesFilter.service(Request request, Response response, RequestHandler handler)
           
 boolean CheckForUpdatesFilter.service(Request request, Response response, RequestHandler handler)
           
 boolean RequestErrorFilter.service(Request request, Response response, RequestHandler handler)
           
 void RequestGlobalsImpl.storeRequestResponse(Request request, Response response)
           
 

Constructors in org.apache.tapestry5.internal.services with parameters of type Request
AbstractSessionPersistentFieldStrategy(String prefix, Request request)
           
AjaxComponentEventRequestHandler(RequestPageCache cache, Request request, PageRenderQueue queue, ComponentEventResultProcessor resultProcessor, PageActivator pageActivator, PageContentTypeAnalyzer pageContentTypeAnalyzer, Environment environment, AjaxPartialResponseRenderer partialRenderer)
           
AjaxFilter(Request request, ComponentEventRequestHandler ajaxHandler)
           
AjaxPartialResponseRendererImpl(MarkupWriterFactory factory, Request request, Response response, PartialMarkupRenderer partialMarkupRenderer, String outputEncoding, boolean compactJSON, Environment environment)
           
BaseURLSourceImpl(Request request, String hostname, int hostPort, int secureHostPort)
           
ClientPersistentFieldStorageImpl(Request request, ClientDataEncoder clientDataEncoder)
           
ComponentEventLinkEncoderImpl(ComponentClassResolver componentClassResolver, ContextPathEncoder contextPathEncoder, LocalizationSetter localizationSetter, Request request, Response response, RequestSecurityManager requestSecurityManager, BaseURLSource baseURLSource, PersistentLocale persistentLocale, boolean encodeLocaleIntoPath, String applicationFolder, MetaDataLocator metaDataLocator, ClientWhitelist clientWhitelist)
           
CookiesImpl(Request request, CookieSource cookieSource, CookieSink cookieSink, long defaultMaxAge)
           
FlashPersistentFieldStrategy(Request request)
           
ImmediateActionRenderResponseFilter(Request request, PageResponseRenderer renderer, Response response)
           
ImmediateActionRenderResponseGenerator(Request request)
           
LocalizationSetterImpl(Request request, PersistentLocale persistentLocale, ThreadLocale threadLocale, String localeNames)
           
RequestSecurityManagerImpl(Request request, Response response, ComponentEventLinkEncoder componentEventLinkEncoder, MetaDataLocator locator, boolean securityEnabled)
           
ResourceStreamerImpl(Request request, Response response, StreamableResourceSource streamableResourceSource, ResponseCompressionAnalyzer analyzer, OperationTracker tracker, boolean productionMode, ResourceChangeTracker resourceChangeTracker)
           
RestoreDirtySessionObjects(Request request)
           
SessionApplicationStatePersistenceStrategy(Request request)
           
SessionPersistentFieldStrategy(Request request)
           
 

Uses of Request in org.apache.tapestry5.internal.services.ajax
 

Constructors in org.apache.tapestry5.internal.services.ajax with parameters of type Request
AjaxFormUpdateFilter(Request request, AjaxFormUpdateController ajaxFormUpdateController)
           
 

Uses of Request in org.apache.tapestry5.internal.services.assets
 

Methods in org.apache.tapestry5.internal.services.assets with parameters of type Request
 boolean ContextAssetRequestHandler.handleAssetRequest(Request request, Response response, String extraPath)
           
 boolean StackAssetRequestHandler.handleAssetRequest(Request request, Response response, String extraPath)
           
 boolean ClasspathAssetRequestHandler.handleAssetRequest(Request request, Response response, String extraPath)
           
 

Constructors in org.apache.tapestry5.internal.services.assets with parameters of type Request
AssetPathConstructorImpl(Request request, BaseURLSource baseURLSource, String applicationVersion, String applicationFolder, boolean fullyQualified, String assetPathPrefix)
           
 

Uses of Request in org.apache.tapestry5.internal.services.linktransform
 

Methods in org.apache.tapestry5.internal.services.linktransform with parameters of type Request
 ComponentEventRequestParameters LinkTransformerInterceptor.decodeComponentEventRequest(Request request)
           
 ComponentEventRequestParameters LinkTransformerImpl.decodeComponentEventRequest(Request request)
           
 PageRenderRequestParameters LinkTransformerInterceptor.decodePageRenderRequest(Request request)
           
 PageRenderRequestParameters LinkTransformerImpl.decodePageRenderRequest(Request request)
           
 

Uses of Request in org.apache.tapestry5.internal.services.security
 

Methods in org.apache.tapestry5.internal.services.security with parameters of type Request
 boolean LocalhostOnly.isRequestOnWhitelist(Request request)
           
 

Constructors in org.apache.tapestry5.internal.services.security with parameters of type Request
ClientWhitelistImpl(Request request, ChainBuilder chainBuilder, List<WhitelistAnalyzer> configuration)
           
 

Uses of Request in org.apache.tapestry5.internal.structure
 

Constructors in org.apache.tapestry5.internal.structure with parameters of type Request
ComponentPageElementImpl(Page page, Instantiator instantiator, ComponentPageElementResources elementResources, Request request, SymbolSource symbolSource)
          Constructor for the root component of a page.
 

Uses of Request in org.apache.tapestry5.internal.test
 

Subinterfaces of Request in org.apache.tapestry5.internal.test
 interface TestableRequest
          An extended version of Request that allows the PageTester to control and override behavior, effectively simulating the portions of Request that are provided normally by a servlet container.
 

Classes in org.apache.tapestry5.internal.test that implement Request
 class TestableRequestImpl
           
 

Methods in org.apache.tapestry5.internal.test with parameters of type Request
 boolean EndOfRequestCleanupFilter.service(Request request, Response response, RequestHandler handler)
           
 

Uses of Request in org.apache.tapestry5.internal.transform
 

Constructors in org.apache.tapestry5.internal.transform with parameters of type Request
ActivationRequestParameterWorker(Request request, ComponentClassCache classCache, ValueEncoderSource valueEncoderSource, URLEncoder urlEncoder)
           
OnEventWorker(Request request, ValueEncoderSource valueEncoderSource, ComponentClassCache classCache, OperationTracker operationTracker, boolean componentIdCheck)
           
SessionAttributeWorker(Request request)
           
 

Uses of Request in org.apache.tapestry5.internal.translator
 

Constructors in org.apache.tapestry5.internal.translator with parameters of type Request
NumericTranslatorSupportImpl(TypeCoercer typeCoercer, ThreadLocale threadLocale, Request request, JavaScriptSupport javascriptSupport, ClientBehaviorSupport clientBehaviorSupport, boolean compactJSON)
           
 

Uses of Request in org.apache.tapestry5.services
 

Classes in org.apache.tapestry5.services that implement Request
 class DelegatingRequest
          Class that wraps an Request, delegating all its methods.
 

Methods in org.apache.tapestry5.services that return Request
 Request TapestryModule.buildRequest()
          Builds a shadow of the RequestGlobals.request property.
 Request RequestGlobals.getRequest()
          The current request.
 

Methods in org.apache.tapestry5.services with parameters of type Request
 void TapestryModule.contributePersistentFieldManager(MappedConfiguration<String,PersistentFieldStrategy> configuration, Request request, PersistentFieldStrategy clientStrategy)
          Contributes several strategies: session Values are stored in the Session flash Values are stored in the Session, until the next request (for the page) client Values are encoded into URLs (or hidden form fields)
 ComponentEventRequestParameters ComponentEventLinkEncoder.decodeComponentEventRequest(Request request)
          Checks the request, primarily the path, to determine the if the request is a component event request.
 PageRenderRequestParameters ComponentEventLinkEncoder.decodePageRenderRequest(Request request)
          Checks the request, primarily the path, to determine the if the request is a page render request.
 boolean Dispatcher.dispatch(Request request, Response response)
          Analyzes the incoming request and performs an appropriate operation for each.
 boolean RequestHandler.service(Request request, Response response)
          Returns true if the request has been handled, false otherwise.
 boolean RequestFilter.service(Request request, Response response, RequestHandler handler)
          Returns true if the request has been handled, false otherwise.
 void DelegatingRequest.setRequest(Request request)
          Sets the delegate request.
 void RequestGlobals.storeRequestResponse(Request request, Response response)
           
 

Constructors in org.apache.tapestry5.services with parameters of type Request
DelegatingRequest(Request request)
          Constructor that receives a Request.
TapestryModule(PipelineBuilder pipelineBuilder, PropertyShadowBuilder shadowBuilder, RequestGlobals requestGlobals, ApplicationGlobals applicationGlobals, ChainBuilder chainBuilder, Environment environment, StrategyBuilder strategyBuilder, PropertyAccess propertyAccess, Request request, Response response, EnvironmentalShadowBuilder environmentalBuilder, EndOfRequestEventHub endOfRequestEventHub)
          We inject all sorts of common dependencies (including builders) into the module itself (note: even though some of these service are defined by the module itself, that's ok because services are always lazy proxies).
 

Uses of Request in org.apache.tapestry5.services.assets
 

Methods in org.apache.tapestry5.services.assets with parameters of type Request
 boolean AssetRequestHandler.handleAssetRequest(Request request, Response response, String extraPath)
          Given a request targeted (via the handler id) to the specific handler, process the request.
 

Uses of Request in org.apache.tapestry5.services.linktransform
 

Methods in org.apache.tapestry5.services.linktransform with parameters of type Request
 ComponentEventRequestParameters ComponentEventLinkTransformer.decodeComponentEventRequest(Request request)
          Attempts to decode the page render request, to perform the opposite action for ComponentEventLinkTransformer.transformComponentEventLink(Link, ComponentEventRequestParameters).
 PageRenderRequestParameters PageRenderLinkTransformer.decodePageRenderRequest(Request request)
          Attempts to decode the page render request, to perform the opposite action for PageRenderLinkTransformer.transformPageRenderLink(Link, PageRenderRequestParameters).
 

Uses of Request in org.apache.tapestry5.services.security
 

Methods in org.apache.tapestry5.services.security with parameters of type Request
 boolean WhitelistAnalyzer.isRequestOnWhitelist(Request request)
           
 

Uses of Request in org.apache.tapestry5.test
 

Methods in org.apache.tapestry5.test that return Request
protected  Request TapestryTestCase.mockRequest()
           
 

Methods in org.apache.tapestry5.test with parameters of type Request
protected  void TapestryTestCase.train_getAttribute(Request request, String attibuteName, Object value)
           
protected  void TapestryTestCase.train_getDateHeader(Request request, String name, long value)
           
protected  void TapestryTestCase.train_getLocale(Request request, Locale locale)
           
protected  void TapestryTestCase.train_getParameter(Request request, String elementName, String value)
           
protected  void TapestryTestCase.train_getPath(Request request, String path)
           
protected  void TapestryTestCase.train_getSession(Request request, boolean create, Session session)
           
protected  void TapestryTestCase.train_isSecure(Request request, boolean isSecure)
           
protected  void TapestryTestCase.train_isXHR(Request request, boolean isXHR)
           
protected  void TapestryTestCase.train_service(RequestHandler handler, Request request, Response response, boolean result)
           
 



Copyright © 2003-2012 The Apache Software Foundation.