Uses of Class
org.javlo.component.multimedia.Video
-
Packages that use Video Package Description org.javlo.component.multimedia -
-
Uses of Video in org.javlo.component.multimedia
Subclasses of Video in org.javlo.component.multimedia Modifier and Type Class Description class
EmbedVideo
Methods in org.javlo.component.multimedia that return Video Modifier and Type Method Description Video
VideoContentMultimedia.TranslatedVideo. getVideo()
Methods in org.javlo.component.multimedia that return types with arguments of type Video Modifier and Type Method Description Collection<Video>
Video. getAllVideoOnPage(ContentContext ctx)
List<Video>
VideoContentMultimedia.TranslatedVideo. getTranslation()
Methods in org.javlo.component.multimedia with parameters of type Video Modifier and Type Method Description void
VideoContentMultimedia.TranslatedVideo. addTranslation(Video video)
int
Video.OrderVideo. compare(Video vid1, Video vid2)
void
VideoContentMultimedia.TranslatedVideo. setVideo(Video video)
-