org.apache.wicket.markup.html
Class MarkupUtil

java.lang.Object
  extended by org.apache.wicket.markup.html.MarkupUtil

public class MarkupUtil
extends java.lang.Object

HTML5 helper

Author:
Juergen Donnerstag

Constructor Summary
MarkupUtil()
           
 
Method Summary
static boolean isMarkupHtml5Compliant(MarkupContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkupUtil

public MarkupUtil()
Method Detail

isMarkupHtml5Compliant

public static final boolean isMarkupHtml5Compliant(MarkupContainer container)
Parameters:
container -
Returns:
True if the Page and all it's Panels, Borders etc. have HTML5 compliant markup. HTML5 markup is identified by <DOCTYPE html>


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