Uses of Class
org.apache.myfaces.html5.model.MediaInfo

Packages that use MediaInfo
org.apache.myfaces.html5.component.media   
org.apache.myfaces.html5.holder   
 

Uses of MediaInfo in org.apache.myfaces.html5.component.media
 

Fields in org.apache.myfaces.html5.component.media with type parameters of type MediaInfo
protected  Set<MediaInfo> AbstractMedia.mediaInfoSet
           
 

Methods in org.apache.myfaces.html5.component.media that return types with arguments of type MediaInfo
 Set<MediaInfo> AbstractMedia.getMediaInfos()
           
 

Methods in org.apache.myfaces.html5.component.media with parameters of type MediaInfo
 void AbstractMedia.addMediaInfo(MediaInfo... mediaInfo)
           
 

Uses of MediaInfo in org.apache.myfaces.html5.holder
 

Methods in org.apache.myfaces.html5.holder that return types with arguments of type MediaInfo
 Set<MediaInfo> MediaSourceHolder.getMediaInfos()
          Returns the MediaInfo instances held by this component.
 

Methods in org.apache.myfaces.html5.holder with parameters of type MediaInfo
 void MediaSourceHolder.addMediaInfo(MediaInfo... mediaInfo)
          Add media info to media info array/collection.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.