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.link Components for creating links on the page that trigger application behavior when clicked. 
 

Uses of Body in org.apache.tapestry.html
 

Methods in org.apache.tapestry.html that return Body
static Body Body.get(IRequestCycle cycle)
          Retrieves the Body that was stored into the request cycle.
 

Uses of Body in org.apache.tapestry.link
 

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