Uses of Interface
org.apache.tapestry.PageRenderSupport

Packages that use PageRenderSupport
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.link Components for creating links on the page that trigger application behavior when clicked. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
org.apache.tapestry.util A general set of resuable classes and utilities for creating Internet and XML applications. 
 

Uses of PageRenderSupport in org.apache.tapestry
 

Methods in org.apache.tapestry that return PageRenderSupport
static PageRenderSupport TapestryUtils.getOptionalPageRenderSupport(IRequestCycle cycle)
          Returns the PageRenderSupport object if previously stored, or null otherwise.
static PageRenderSupport TapestryUtils.getPageRenderSupport(IRequestCycle cycle, IComponent component)
          Gets the previously stored PageRenderSupport object.
 

Methods in org.apache.tapestry with parameters of type PageRenderSupport
static void TapestryUtils.storePageRenderSupport(IRequestCycle cycle, PageRenderSupport support)
          Stores the support object using TapestryUtils.storeUniqueAttribute(IRequestCycle, String, Object).
 

Uses of PageRenderSupport in org.apache.tapestry.link
 

Methods in org.apache.tapestry.link with parameters of type PageRenderSupport
protected  String AbstractLinkComponent.writeEventHandler(IMarkupWriter writer, PageRenderSupport pageRenderSupport, String name, String attributeName, Object value)
           
 

Uses of PageRenderSupport in org.apache.tapestry.services
 

Subinterfaces of PageRenderSupport in org.apache.tapestry.services
 interface ResponseBuilder
          Represents the service responsible for managing all content output that is sent to the client.
 

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

Classes in org.apache.tapestry.services.impl that implement PageRenderSupport
 class DefaultResponseBuilder
          Manages normal html responses for tapestry request/response cycles.
 class DojoAjaxResponseBuilder
          Main class that handles dojo based ajax responses.
 class JSONResponseBuilder
          Class that implements JSON responses in tapestry.
 class PrototypeResponseBuilder
          Implementation of response builder for prototype client side library initiated XHR requests.
 

Uses of PageRenderSupport in org.apache.tapestry.util
 

Classes in org.apache.tapestry.util that implement PageRenderSupport
 class PageRenderSupportImpl
          Implementation of PageRenderSupport.
 



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