wicket
Class Page

java.lang.Object
  extended bywicket.Component
      extended bywicket.MarkupContainer
          extended bywicket.Page
All Implemented Interfaces:
IFeedbackBoundary, IRedirectListener, IRequestListener, java.io.Serializable
Direct Known Subclasses:
WebPage

public abstract class Page
extends MarkupContainer
implements IRedirectListener, IFeedbackBoundary

Abstract base class for pages. As a MarkupContainer subclass, a Page can contain a component hierarchy and markup in some markup language such as HTML. Users of the framework should not attempt to subclass Page directly. Instead they should subclass a subclass of Page that is appropriate to the markup type they are using, such as WebPage (for HTML markup).