org.apache.myfaces.buildtools.maven2.plugin.builder.annotation
Annotation Type JSFClientBehaviorRenderer


@Documented
@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface JSFClientBehaviorRenderer

Indicate that this class is a ClientBehaviorRenderer. This is registered on faces-config.xml.

Version:
$Revision: 660064 $ $Date: 2008-05-25 19:43:48 -0500 (dom, 25 may 2008) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Optional Element Summary
 String desc
          Short description
 String renderKitId
          The renderKitId that belongs this renderer.
 String type
          The renderer type that is applied this renderer.
 

renderKitId

public abstract String renderKitId
The renderKitId that belongs this renderer. If no custom renderkit defined you should use HTML_BASIC.

Default:
""

type

public abstract String type
The renderer type that is applied this renderer.

Default:
""

desc

public abstract String desc
Short description

Default:
""


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.