org.apache.myfaces.html5.component.properties
Interface TargetProperty

All Known Implementing Classes:
AbstractEffectOutput, AbstractEffects, EffectOutput, Effects

public interface TargetProperty

Author:
Ali Ok

Method Summary
 String getTarget()
          The target area for which this resource will be rendered.
 

Method Detail

getTarget

@JSFProperty(deferredValueType="java.lang.String",
             defaultValue="body")
String getTarget()
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.



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