Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Passing Parameters to a Home Page

In your WebApplication:

Code Block
...

public Class<? extends WebPage> getHomePage() {
	return HomePage.class;
}

...

...