Uses of Class
org.apache.tapestry.html.Body

Packages that use Body
org.apache.tapestry.html Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of Body in org.apache.tapestry.html
 

Methods in org.apache.tapestry.html that return Body
static Body Body.get(IRequestCycle cycle)
          Deprecated. To be removed in 4.1. Use TapestryUtils.getOptionalPageRenderSupport(IRequestCycle) instead.
 

Uses of Body in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services with parameters of type Body
 void ComponentRenderWorker.renderBody(IRequestCycle cycle, Body component)
          Special render for handling html element targets.
 

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

Methods in org.apache.tapestry.services.impl with parameters of type Body
 void ComponentEventConnectionWorker.renderBody(IRequestCycle cycle, Body component)
          Special render for handling html element targets.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.