|
||||||||||
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 Component
Used to define an embedded component within another component.
Optional Element Summary | |
---|---|
String |
id
The id of the component. |
boolean |
inheritInformalParameters
If true, then the component will inherit all informal parameters from its parent component. |
String[] |
parameters
Parameter bindings for the component. |
String |
publishParameters
A comma-separated list of parameters of the component that should be published as parameters of the containing component. |
String |
type
The 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 |