RichFaces Core API 4.1.0.20110910-M2

org.richfaces.resource
Annotation Type ResourceParameter


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface ResourceParameter

Author:
Nick Belaevski

Optional Element Summary
 java.lang.String defaultValue
          Default value for injected property.
 java.lang.String expression
          Expression, which value is injected into the property.
 java.lang.String name
          Name of the parameter to be injected.
 

name

public abstract java.lang.String name
Name of the parameter to be injected. Defaults to property name if it is omitted.

Returns:
name
Default:
""

expression

public abstract java.lang.String expression
Expression, which value is injected into the property.

Returns:
Default:
""

defaultValue

public abstract java.lang.String defaultValue
Default value for injected property.

Returns:
Default:
""

RichFaces Core API 4.1.0.20110910-M2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.