org.apache.myfaces.html5.renderkit.media
Class AudioRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.html5.renderkit.media.AbstractMediaRenderer
org.apache.myfaces.html5.renderkit.media.AudioRenderer
@JSFRenderer(renderKitId="HTML_BASIC",
family="org.apache.myfaces.Media",
type="org.apache.myfaces.html5.Audio")
public class AudioRenderer- extends AbstractMediaRenderer
Renderer for < hx:audio > component.
- Author:
- Ali Ok
| Methods inherited from class javax.faces.render.Renderer |
convertClientId, decode, getConvertedValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AudioRenderer
public AudioRenderer()
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
- Overrides:
encodeBegin in class AbstractMediaRenderer
- Throws:
IOException
getPassThroughAttributes
protected Map<String,String> getPassThroughAttributes()
- Specified by:
getPassThroughAttributes in class AbstractMediaRenderer
getPassThroughClientBehaviorEvents
protected Map<String,String> getPassThroughClientBehaviorEvents()
- Specified by:
getPassThroughClientBehaviorEvents in class AbstractMediaRenderer
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.