Class MediaPlayerFactory
- java.lang.Object
-
- org.primefaces.component.media.player.MediaPlayerFactory
-
public class MediaPlayerFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MediaPlayergetPlayer(String type)static Map<String,MediaPlayer>getPlayers()
-
-
-
Method Detail
-
getPlayers
public static Map<String,MediaPlayer> getPlayers()
- Returns:
- Provides all players configured by this factory
-
getPlayer
public static MediaPlayer getPlayer(String type)
- Returns:
- the specific player
-
-