| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD)
@Documented
@Retention(value=RUNTIME)
@UseWith(value={COMPONENT,PAGE})
public @interface ComponentUsed to define an embedded component within another component.
| Optional Element Summary | |
|---|---|
|  String | idThe id of the component. | 
|  boolean | inheritInformalParametersIf true, then the component will inherit all informal parameters from its parent component. | 
|  String[] | parametersParameter bindings for the component. | 
|  String | publishParametersA comma-separated list of parameters of the component that should be published as parameters of the containing component. | 
|  String | typeThe component type. | 
public abstract String id
public abstract String type
public abstract String[] parameters
public abstract boolean inheritInformalParameters
public abstract String publishParameters
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||