package org.apache.wicket.markup.html;
A container of HTML markup and components. It is very similar to the base class MarkupContainer,
except that the markup type is defined to be HTML.
- Author(s):
- Jonathan Locke
- Juergen Donnerstag
Gets the markup type for this component.
- Returns:
- Markup type of HTML
A convenience method to return the WebPage. Same as getPage().
- Returns:
- (WebRequest)Component.getRequest()