Class Html5SupportImpl
java.lang.Object
org.apache.tapestry5.internal.services.Html5SupportImpl
- All Implemented Interfaces:
Html5Support
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Tells whether HTML5 is supported.
-
Constructor Details
-
Html5SupportImpl
-
-
Method Details
-
isHtml5SupportEnabled
Description copied from interface:Html5Support
Tells whether HTML5 is supported. The default implementation returns the value of theSymbolConstants.ENABLE_HTML5_SUPPORT
symbol.- Specified by:
isHtml5SupportEnabled
in interfaceHtml5Support
- Returns:
true
orfalse
.
-