Uses of Class
io.wcm.handler.commons.dom.Video
-
Packages that use Video Package Description io.wcm.handler.commons.dom DOM convenience objects used by handler implementations to build markup fragments for links and media. -
-
Uses of Video in io.wcm.handler.commons.dom
Methods in io.wcm.handler.commons.dom that return Video Modifier and Type Method Description VideoAbstractHtmlElementFactory. createVideo()Creates and adds video element.VideoVideo. setAutoPlay(boolean value)Html "autoplay" attribute.VideoVideo. setControls(boolean value)Html "controls" attribute.VideoVideo. setHeight(long value)Html "height" attribute.VideoVideo. setLoop(boolean value)Html "loop" attribute.VideoVideo. setMuted(boolean value)Html "muted" attribute.VideoVideo. setPoster(java.lang.String value)Html "poster" attribute.VideoVideo. setPreload(java.lang.String value)Html "preload" attribute.VideoVideo. setSrc(java.lang.String value)Html "src" attribute.VideoVideo. setWidth(long value)Html "poster" attribute.
-