public class FacesAnnotationsAdapterExtension extends Object implements javax.enterprise.inject.spi.Extension
| Constructor and Description |
|---|
FacesAnnotationsAdapterExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
aliasJsfScopeIfDetected(javax.enterprise.inject.spi.ProcessAnnotatedType<Object> annotatedType) |
void |
failIfJsfManagedBeanAnnotationPresent(javax.enterprise.inject.spi.ProcessBean<?> bean) |
static Map<Class<?>,Class<? extends Annotation>> |
getAliasedbeans() |
public static Map<Class<?>,Class<? extends Annotation>> getAliasedbeans()
public void aliasJsfScopeIfDetected(@Observes
javax.enterprise.inject.spi.ProcessAnnotatedType<Object> annotatedType)
public void failIfJsfManagedBeanAnnotationPresent(@Observes
javax.enterprise.inject.spi.ProcessBean<?> bean)
Copyright © 2009-2013 Seam Framework. All Rights Reserved.