Package org.apache.tapestry5.services
Interface Html5Support
-
- All Known Implementing Classes:
Html5SupportImpl
public interface Html5Support
Service related to Tapestry's support of HTML5 features.- Since:
- 5.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isHtml5SupportEnabled()
Tells whether HTML5 is supported.
-
-
-
Method Detail
-
isHtml5SupportEnabled
boolean isHtml5SupportEnabled()
Tells whether HTML5 is supported. The default implementation returns the value of theSymbolConstants.ENABLE_HTML5_SUPPORT
symbol.- Returns:
true
orfalse
.
-
-