Html5 Support for Apache MyFaces
Project Documentation
Foundation

Summary

Tag name: <fx:effectOutput>
UIComponent class: org.apache.myfaces.html5.component.effect.EffectOutput
Tag class: org.apache.myfaces.html5.tag.effect.EffectOutputTag
Component type: org.apache.myfaces.html5.EffectOutput
Component family: org.apache.myfaces.EffectOutput
Renderer type: org.apache.myfaces.html5.EffectOutput
Renderer class: org.apache.myfaces.html5.renderkit.effect.EffectOutputRenderer

Provides support for rendering the style generated respect to children effects.

Attributes

Name Type Supports EL? Description
target String Yes The target area for which this resource will be rendered. For example, target="head" would cause the resource to be rendered within the head element.
If not defined and component is not nested inside of a ClientBehaviorHolder head will be used.
If component is nested inside of a ClientBehaviorHolder and this attribute is not defined body will be used.