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
Modifier and TypeMethodDescriptionboolean
Tells whether HTML5 is supported.
-
Method Details
-
isHtml5SupportEnabled
boolean isHtml5SupportEnabled()Tells whether HTML5 is supported. The default implementation returns the value of theSymbolConstants.ENABLE_HTML5_SUPPORT
symbol.- Returns:
true
orfalse
.
-