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.html Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. 
org.apache.tapestry.link Components for creating links on the page that trigger application behavior when clicked. 
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.html
 

Classes in org.apache.tapestry.html that implement PageRenderSupport
 class Body
          The body of a Tapestry page.
 

Uses of PageRenderSupport in org.apache.tapestry.link
 

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

Uses of PageRenderSupport in org.apache.tapestry.util
 

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