|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.googleapi.business.FeedProvider
fr.paris.lutece.plugins.googleapi.business.VideoProvider
public abstract class VideoProvider
VideoProvider
Constructor Summary | |
---|---|
VideoProvider()
|
Method Summary | |
---|---|
abstract java.lang.String |
getPlayerHtml(java.lang.String strVideoUrl,
java.lang.String strWidth,
java.lang.String strHeight,
java.util.Locale locale)
Returns the HTML code of the video player |
Methods inherited from class fr.paris.lutece.plugins.googleapi.business.FeedProvider |
---|
getFeedHandler, getFeedsUrl, getKey, getName, getQueryParameter, setFeedHandler, setFeedsUrl, setKey, setName, setQueryParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VideoProvider()
Method Detail |
---|
public abstract java.lang.String getPlayerHtml(java.lang.String strVideoUrl, java.lang.String strWidth, java.lang.String strHeight, java.util.Locale locale)
strVideoUrl
- The video URLstrWidth
- The width of the playerstrHeight
- The height of the playerlocale
- The locale to use with the player
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |