|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Parameter
Used to define a parameter for the component.
| Optional Element Summary | |
|---|---|
String |
aliases
An optional list of alternate names for the parameter. |
boolean |
cache
If true (the default), then the binding will cache its value while the component is renderering. |
String |
defaultValue
The default value for the binding, as a binding reference. |
String |
name
The name of the parameter. |
boolean |
required
If true, then the parameter is required, and must be bound (there is no guarantee that a non-null value will be bound however, so the component may have to perform additonal checks). |
public abstract boolean required
public abstract String defaultValue
public abstract boolean cache
public abstract String aliases
public abstract String name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||