org.apache.myfaces.extensions.cdi.jsf.api.config.view
Annotation Type PageParameter


@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
@Documented
@InterceptorBinding
public @interface PageParameter

This annotation can be used as interceptor for JSF action methods or as simple annotation at View-Configs annotated with Page or sub-classes of such classes. These parameters have to be added for a navigation


Required Element Summary
 String key
          Key of the parameter
 String value
          Value or EL-Expression of the parameter
 

Element Detail

key

public abstract String key
Key of the parameter

Returns:
name of the key

value

public abstract String value
Value or EL-Expression of the parameter

Returns:
value or expression


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.