Package com.gwtplatform.mvp.client.gin

Examples of com.gwtplatform.mvp.client.gin.DefaultModule


{
    @Override
    protected void configure()
    {
        // GWTP stuff
        install(new DefaultModule(KarakaPlaceManager.class));

        // Resources
        bind(I18n.class).in(Singleton.class);
        bind(Resources.class).in(Singleton.class);
        bind(TableResources.class).in(Singleton.class);
View Full Code Here

TOP

Related Classes of com.gwtplatform.mvp.client.gin.DefaultModule

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.