Uses of Class
org.apache.tapestry5.services.Ajax

Packages that use Ajax
org.apache.tapestry5.internal.services   
org.apache.tapestry5.services   
 

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

Constructor parameters in org.apache.tapestry5.internal.services with annotations of type Ajax
AjaxComponentEventRequestHandler(RequestPageCache cache, Request request, PageRenderQueue queue, ComponentEventResultProcessor resultProcessor, PageContentTypeAnalyzer pageContentTypeAnalyzer, Environment environment, AjaxPartialResponseRenderer partialRenderer)
           
AjaxComponentInstanceEventResultProcessor(RequestPageCache cache, ComponentEventResultProcessor masterProcessor)
           
AjaxFilter(Request request, ComponentEventRequestHandler ajaxHandler)
           
AjaxLinkComponentEventResultProcessor(ComponentEventResultProcessor masterProcessor)
           
AjaxPageClassComponentEventResultProcessor(ComponentSource componentSource, ComponentEventResultProcessor masterProcessor)
           
AjaxPageNameComponentEventResultProcessor(ComponentEventResultProcessor masterProcessor, LinkSource linkSource)
           
 

Uses of Ajax in org.apache.tapestry5.services
 

Method parameters in org.apache.tapestry5.services with annotations of type Ajax
 void TapestryModule.contributeComponentEventRequestHandler(OrderedConfiguration<ComponentEventRequestFilter> configuration, RequestSecurityManager requestSecurityManager, ComponentEventRequestHandler ajaxHandler)
          Contributes filters: Ajax Determines if the request is Ajax oriented, and redirects to an alternative handler if so ImmediateRender When immediate action response rendering is enabled, generates the markup response (instead of a page redirect response, which is the normal behavior) Secure Sends a redirect if an non-secure request accesses a secure page
 



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