org.primefaces.component.media.player
Class MediaPlayerFactory

java.lang.Object
  extended by org.primefaces.component.media.player.MediaPlayerFactory

public class MediaPlayerFactory
extends Object


Constructor Summary
MediaPlayerFactory()
           
 
Method Summary
static MediaPlayer getPlayer(String type)
           
static Map<String,MediaPlayer> getPlayers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaPlayerFactory

public MediaPlayerFactory()
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


Copyright © 2013. All Rights Reserved.