Example usage for com.google.gwt.gwtpages.client.page.loader StandardPageLoader subclass-usage

List of usage examples for com.google.gwt.gwtpages.client.page.loader StandardPageLoader subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.gwtpages.client.page.loader StandardPageLoader subclass-usage.

Usage

From source file com.google.gwt.gwtpages.demo.client.loaders.DemoPageLoader.java

public class DemoPageLoader extends StandardPageLoader {

    @Override
    public void registerPages() {
        registerPage(PAGE_DEFAULT, "Welcome", StartPage.class);
        registerPage(PageConstants.PAGE_NAVIGATION, "Navigation", NavigationPage.class);