p

Tag video

Component Information 
InfoValue
Component Typeorg.primefaces.component.Video
Handler ClassNone
Renderer Typeorg.primefaces.component.VideoRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
autoplayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that the video will start playing as soon as it is ready.)
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
cachefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls browser caching mode of the resource. Default is true
controlsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether the audio/video should display controls (like play/pause etc.)
controlslistfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
When specified, helps the browser select what controls to show. The allowed values are nodownload, nofullscreen and noremoteplayback.
crossoriginfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
This enumerated attribute indicates whether to use CORS to fetch the related audio/video file. The allowed values are anonymous and user-credentials.
disablepictureinpicturefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Prevents the browser from suggesting a Picture-in-Picture context menu or to request Picture-in-Picture automatically in some cases.
disableremoteplaybackfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc.)
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Height of the player.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
loopfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that the video will start over again, every time it is finished.)
mutedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that the audio output of the video should be muted.)
playerfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Type of the player, possible values are "mp4","ogg", and "webm".
playsinlinefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that the video is to be played "inline", that is within the element's playback area. Note that the absence of this attribute does not imply that the video will always be played in fullscreen.)
posterfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
A URL for an image to be shown while the video is downloading. If this attribute isn't specified, nothing is displayed until the first frame is available, then the first frame is shown as the poster frame.
preloadfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies if and how the author thinks the video should be loaded when the page loads. Values "none", "auto", "metadata"
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style of the player.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the player.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Media source to play.
widthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Width of the player.

Output generated by Vdldoc View Declaration Language Documentation Generator.