Uses of Class
org.apache.tapestry5.ioc.util.BodyBuilder

Packages that use BodyBuilder
org.apache.tapestry5.ioc.util Utility classes supporting Tapestry IOC services 
 

Uses of BodyBuilder in org.apache.tapestry5.ioc.util
 

Methods in org.apache.tapestry5.ioc.util that return BodyBuilder
 BodyBuilder BodyBuilder.add(String format, Object... args)
          Deprecated. Adds text to the current line, without ending the line.
 BodyBuilder BodyBuilder.addln(String format, Object... args)
          Deprecated. Adds text to the current line and ends the line.
 BodyBuilder BodyBuilder.begin()
          Deprecated. Begins a new block.
 BodyBuilder BodyBuilder.clear()
          Deprecated. Clears the builder, returning it to its initial, empty state.
 BodyBuilder BodyBuilder.end()
          Deprecated. Ends the current block.
 



Copyright © 2003-2012 The Apache Software Foundation.