|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=SOURCE) @Target(value=TYPE) public @interface JsfRenderer
The presence of this annotation in the JSF component class associated particular renderer with component.
| Optional Element Summary | |
|---|---|
Description |
description
|
String |
family
Renderer Family |
String |
generate
Name of generated renderer class. |
String |
renderKitId
RenderKit for which this renderer is belong to |
String |
template
|
String |
type
The value of this annotation attribute is taken to be JSF renderer-type. |
public abstract String type
The value of this annotation attribute is taken to be JSF renderer-type. If this value was empty, component type will be inferred from by the CDK.
public abstract String family
Renderer Family
public abstract String generate
Name of generated renderer class.
public abstract String renderKitId
RenderKit for which this renderer is belong to
public abstract String template
public abstract Description description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||