| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.markup |
Base package for markup.
|
| org.apache.wicket.markup.html |
Base package of HTML markup.
|
| Modifier and Type | Method and Description |
|---|---|
MarkupType |
Page.getMarkupType() |
MarkupType |
MarkupContainer.getMarkupType()
Get the type of associated markup for this component.
|
| Modifier and Type | Field and Description |
|---|---|
static MarkupType |
MarkupType.HTML_MARKUP_TYPE
A HTML markup type for web pages
|
| Constructor and Description |
|---|
ContainerInfo(Class<?> containerClass,
Locale locale,
String style,
String variation,
MarkupType markupType)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
MarkupType |
WebPage.getMarkupType()
Gets the markup type for a WebPage, which is "html" by default.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.