Package | Description |
---|---|
org.apache.tapestry5.ioc.util |
Utility classes supporting Tapestry IOC services
|
Modifier and Type | Method and Description |
---|---|
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.