RichFaces Core API 4.2.1.Final

org.richfaces.resource
Annotation Type ResourceParameter


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

Author:
Nick Belaevski

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.
 

name

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

Returns:
name
Default:
""

expression

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

Returns:
Default:
""

defaultValue

public abstract String defaultValue
Default value for injected property.

Returns:
Default:
""

RichFaces Core API 4.2.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.