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


@Stereotype
@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface PageBean

Specifies one or more page-beans via the type-safe view-config. Such page beans support e.g. the view-controller annotations.

Author:
Gerhard Petracek

Required Element Summary
 Class value
          Class of the page-bean
 
Optional Element Summary
 String name
          Optional name of the page-bean
 

Element Detail

value

public abstract Class value
Class of the page-bean

Returns:
class of the page-bean

name

public abstract String name
Optional name of the page-bean

Returns:
name of the page-bean
Default:
""


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