| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FacesComponent
Class-level annotation indicating that this class should be registered
 as a JavaServer Faces UIComponent under the component type
 specified by the value attribute.
ASSERTION - The annotated class implements
 UIComponent or extends UIComponentBase.
| Required Element Summary | |
|---|---|
|  String | valueThe component type under which this component should be registered. | 
| Element Detail | 
|---|
public abstract String value
The component type under which this component should be registered.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||