Uses of Class
org.apache.wicket.markup.MarkupType

Packages that use MarkupType
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
 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
static MarkupType MarkupType.HTML_MARKUP_TYPE
          A HTML markup type for web pages
 

Constructors in org.apache.wicket.markup with parameters of type MarkupType
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
 MarkupType WebPage.getMarkupType()
          Gets the markup type for a WebPage, which is "html" by default.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.