Package org.apache.tapestry.describe

Examples of org.apache.tapestry.describe.DescriptionReceiver.array()


        { 1, 2, 3 };
        Object alternate = new Object();

        DescriptionReceiver receiver = newReceiver();

        receiver.array("array", values);
        receiver.describeAlternate(alternate);
        receiver.property("boolean-true", true);
        receiver.property("boolean-false", false);
        receiver.property("byte", (byte) 37);
        receiver.property("char", 'z');
View Full Code Here


        { 1, 2, 3 };
        Object alternate = new Object();

        DescriptionReceiver receiver = newReceiver();

        receiver.array("array", values);
        receiver.describeAlternate(alternate);
        receiver.property("boolean-true", true);
        receiver.property("boolean-false", false);
        receiver.property("byte", (byte) 37);
        receiver.property("char", 'z');
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.