|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented @Target(value=TYPE) @Retention(value=SOURCE) public @interface JSFRenderer
Indicate that this class is a Renderer. This is registered on faces-config.xml.
| Optional Element Summary | |
|---|---|
java.lang.String |
desc
Short description |
java.lang.String |
family
The component family that this renderer should be applied. |
java.lang.String |
renderKitId
The renderKitId that belongs this renderer. |
java.lang.String |
type
The renderer type that is applied this renderer. |
public abstract java.lang.String renderKitId
public abstract java.lang.String family
public abstract java.lang.String type
public abstract java.lang.String desc
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||