|
||||||||||
| 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
|
java.lang.String |
family
Renderer Family |
java.lang.String |
renderKitId
RenderKit for which this renderer is belong to |
java.lang.String |
template
|
java.lang.String |
type
The value of this annotation attribute is taken to be JSF renderer-type. |
public abstract java.lang.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 java.lang.String family
Renderer Family
public abstract java.lang.String renderKitId
RenderKit for which this renderer is belong to
public abstract java.lang.String template
public abstract Description description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||