Interface Page


public interface Page
A page interface represents a collection of HTML elements. Implementations should be cheap to create.

Pages can be annotated with Route and registered with the PlaceManager using PlaceManager.register(Place, Supplier) and PlaceManager.register(Places).