org.apache.myfaces.html5.handler
Class MediaSourceHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.html5.handler.MediaSourceHandler
- All Implemented Interfaces:
- javax.faces.view.facelets.FaceletHandler
@JSFFaceletTag(name="fx:mediaSource")
public class MediaSourceHandler
- extends javax.faces.view.facelets.TagHandler
Provides media sources for media components. This should be nested inside of an instance of MediaSourceHolder
. Creates a MediaInfo and adds it to parent component's media info set.
Even if 'disabled' is set to true, created MediaInfo instance will be added. In this case, renderer of the
parent media component should ignore that instance.
- Author:
- Ali Ok
- See Also:
MediaSourceHolder
| Fields inherited from class javax.faces.view.facelets.TagHandler |
nextHandler, tag, tagId |
|
Method Summary |
void |
apply(javax.faces.view.facelets.FaceletContext faceletContext,
javax.faces.component.UIComponent parent)
|
| Methods inherited from class javax.faces.view.facelets.TagHandler |
getAttribute, getRequiredAttribute, toString |
MediaSourceHandler
public MediaSourceHandler(javax.faces.view.facelets.TagConfig config)
apply
public void apply(javax.faces.view.facelets.FaceletContext faceletContext,
javax.faces.component.UIComponent parent)
throws IOException
- Throws:
IOException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.