Uses of Class
com.silverpeas.gallery.constant.StreamingProvider

Packages that use StreamingProvider
com.silverpeas.gallery.constant   
com.silverpeas.gallery.model   
com.silverpeas.gallery.web   
 

Uses of StreamingProvider in com.silverpeas.gallery.constant
 

Fields in com.silverpeas.gallery.constant with type parameters of type StreamingProvider
static Set<StreamingProvider> StreamingProvider.ALL_VALIDS
           
 

Methods in com.silverpeas.gallery.constant that return StreamingProvider
static StreamingProvider StreamingProvider.from(String provider)
          Retrieves from the specified string the streaming provider.
static StreamingProvider StreamingProvider.fromUrl(String streamingUrl)
          Retrieves from the specified string the streaming provider.
static StreamingProvider StreamingProvider.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StreamingProvider[] StreamingProvider.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StreamingProvider in com.silverpeas.gallery.model
 

Methods in com.silverpeas.gallery.model that return StreamingProvider
 StreamingProvider Streaming.getProvider()
          Gets the streaming provider.
 

Methods in com.silverpeas.gallery.model with parameters of type StreamingProvider
 void Streaming.setProvider(StreamingProvider provider)
          Gets the streaming provider.
 

Uses of StreamingProvider in com.silverpeas.gallery.web
 

Methods in com.silverpeas.gallery.web that return StreamingProvider
 StreamingProvider StreamingProviderDataEntity.getProvider()
           
 StreamingProvider StreamingEntity.getProvider()
           
 

Methods in com.silverpeas.gallery.web with parameters of type StreamingProvider
 void StreamingProviderDataEntity.setProvider(StreamingProvider provider)
           
 void StreamingEntity.setProvider(StreamingProvider provider)
           
 

Constructors in com.silverpeas.gallery.web with parameters of type StreamingProvider
StreamingProviderDataEntity(StreamingProvider streamingProvider, org.json.JSONObject oembedData)
          Constructor from oembed data (http://oembed.com).
 



Copyright © 2016 Silverpeas. All Rights Reserved.