Uses of Class
org.apache.wicket.markup.MarkupType
-
Packages that use MarkupType 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. -
-
Uses of MarkupType in org.apache.wicket
Methods in org.apache.wicket that return MarkupType Modifier and Type Method Description MarkupType
MarkupContainer. getMarkupType()
Get the type of associated markup for this component.MarkupType
Page. getMarkupType()
-
Uses of MarkupType in org.apache.wicket.markup
Fields in org.apache.wicket.markup declared as MarkupType Modifier and Type Field Description static MarkupType
MarkupType. HTML_MARKUP_TYPE
A HTML markup type for web pagesConstructors in org.apache.wicket.markup with parameters of type MarkupType Constructor Description ContainerInfo(Class<?> containerClass, Locale locale, String style, String variation, MarkupType markupType)
Construct. -
Uses of MarkupType in org.apache.wicket.markup.html
Methods in org.apache.wicket.markup.html that return MarkupType Modifier and Type Method Description MarkupType
WebPage. getMarkupType()
Gets the markup type for a WebPage, which is "html" by default.
-