Class FlashPlayer
- java.lang.Object
-
- org.primefaces.component.media.player.FlashPlayer
-
- All Implemented Interfaces:
MediaPlayer
public class FlashPlayer extends Object implements MediaPlayer
-
-
Constructor Summary
Constructors Constructor Description FlashPlayer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassId()StringgetCodebase()StringgetSourceParam()String[]getSupportedTypes()StringgetType()
-
-
-
Method Detail
-
getClassId
public String getClassId()
- Specified by:
getClassIdin interfaceMediaPlayer
-
getCodebase
public String getCodebase()
- Specified by:
getCodebasein interfaceMediaPlayer
-
getSourceParam
public String getSourceParam()
- Specified by:
getSourceParamin interfaceMediaPlayer
-
getType
public String getType()
- Specified by:
getTypein interfaceMediaPlayer
-
getSupportedTypes
public String[] getSupportedTypes()
- Specified by:
getSupportedTypesin interfaceMediaPlayer
-
-