|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RootDescriptionReciever
Extended version of DescriptionReceiver
that adds the
ability to describe the root object, and to finish the description of an object (allowing the
same receiver to be used to describe several objects).
Method Summary | |
---|---|
void |
describe(java.lang.Object object)
Describes the object, using a DescribableStrategy , or just the object's toString()
if there is no strategy for the object. |
void |
finishUp()
Invoked after one object has been fully described. |
Methods inherited from interface org.apache.tapestry.describe.DescriptionReceiver |
---|
array, collection, describeAlternate, property, property, property, property, property, property, property, property, property, section, title |
Method Detail |
---|
void describe(java.lang.Object object)
DescribableStrategy
, or just the object's toString()
if there is no strategy for the object. Automatically invokes finishUp()
when done.
object
- to be described, which may be nullvoid finishUp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |