Package hellowicket.plaintext

Examples of hellowicket.plaintext.HelloTextReference


    // mount the resources under test
    mountResource("/json", new HelloJsonReference());
    mountResource("/db", new HelloDbReference());
    mountResource("/updates", new HelloDbUpdatesReference());
    mountResource("/plaintext", new HelloTextReference());

    mountPage("/fortunes", FortunePage.class);

    // disable response caching to be more close to other
    // test applications' behavior
View Full Code Here

TOP

Related Classes of hellowicket.plaintext.HelloTextReference

Copyright © 2018 www.massapicom. 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.