Package com.google.sitebricks.ext

Examples of com.google.sitebricks.ext.SitebricksValidationExtModule


        at("/jsp").show(Jsp.class);

        embed(HelloWorld.class).as("Hello");
       
        // Validation
        install(new SitebricksValidationExtModule());
        bind(SimpleDao.class).to(ValidatingDao.class);
        at("/htmlvalidating").show(HtmlValidating.class);
        at("/htmlvalidatingasform").show(HtmlValidatingAsForm.class);
        at("/jspvalidating").show(JspValidating.class);
        at("/jspvalidatingasform").show(JspValidatingAsForm.class);
View Full Code Here

TOP

Related Classes of com.google.sitebricks.ext.SitebricksValidationExtModule

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.