Uses of Class
io.wcm.handler.commons.dom.Audio
-
Packages that use Audio Package Description io.wcm.handler.commons.dom DOM convenience objects used by handler implementations to build markup fragments for links and media. -
-
Uses of Audio in io.wcm.handler.commons.dom
Methods in io.wcm.handler.commons.dom that return Audio Modifier and Type Method Description AudioAbstractHtmlElementFactory. createAudio()Creates and adds audio element.AudioAudio. setAutoPlay(boolean value)Html "autoplay" attribute.AudioAudio. setControls(boolean value)Html "controls" attribute.AudioAudio. setLoop(boolean value)Html "loop" attribute.AudioAudio. setPreload(java.lang.String value)Html "preload" attribute.AudioAudio. setSrc(java.lang.String value)Html "src" attribute.
-