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
value
public abstract Class<? extends ViewConfig>[] value
inline
public abstract String[] inline
- Default:
- ""
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.