org.apache.myfaces.extensions.cdi.core.api.config.view
Annotation Type View


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

Allows to restrict e.g. phase-listener methods to specific views. Use an existing view-config OR ManualView.class + the view-id string/s.

Author:
Gerhard Petracek

Required Element Summary
 Class<? extends ViewConfig>[] value
           
 
Optional Element Summary
 String[] inline
           
 

Element Detail

value

public abstract Class<? extends ViewConfig>[] value

inline

public abstract String[] inline
Default:
""


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