|
RichFaces Core API 4.2.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface ResourceParameter
Optional Element Summary | |
---|---|
String |
defaultValue
Default value for injected property. |
String |
expression
Expression, which value is injected into the property. |
String |
name
Name of the parameter to be injected. |
public abstract String name
public abstract String expression
public abstract String defaultValue
|
RichFaces Core API 4.2.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |