| Constructor and Description |
|---|
Validator() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to
perform any cleanup needed.
|
protected boolean |
isPassivationCapabilityCheckRequired(BeanManagerImpl beanManager,
AbstractClassBean<?> classBean)
Returns true if the bean should be validated according to CDI 1.0 (6.6.4).
|
void |
validateBeanNames(BeanManagerImpl beanManager) |
void |
validateBeans(Collection<? extends Bean<?>> beans,
Collection<RIBean<?>> specializedBeans,
BeanManagerImpl manager) |
void |
validateDecorators(Collection<? extends Decorator<?>> beans,
Collection<RIBean<?>> specializedBeans,
BeanManagerImpl manager) |
void |
validateDeployment(BeanManagerImpl manager,
BeanDeployerEnvironment environment) |
void |
validateInjectionPoint(InjectionPoint ij,
Bean<?> bean,
BeanManagerImpl beanManager)
Variation of the validateInjectionPoint method which allows the bean to be defined explicitly (used for disposer method validation)
|
void |
validateInjectionPoint(InjectionPoint ij,
BeanManagerImpl beanManager)
Validate an injection point
|
void |
validateInjectionPointPassivationCapable(InjectionPoint ij,
Bean<?> resolvedBean,
BeanManagerImpl beanManager) |
void |
validateInjectionTarget(InjectionTarget<?> injectionTarget,
BeanManagerImpl beanManager) |
void |
validateInterceptors(Collection<? extends Interceptor<?>> interceptors) |
protected boolean isPassivationCapabilityCheckRequired(BeanManagerImpl beanManager, AbstractClassBean<?> classBean)
public void validateInjectionPoint(InjectionPoint ij, BeanManagerImpl beanManager)
ij - the injection point to validatebeanManager - the bean managerpublic void validateInjectionPoint(InjectionPoint ij, Bean<?> bean, BeanManagerImpl beanManager)
public void validateInjectionTarget(InjectionTarget<?> injectionTarget, BeanManagerImpl beanManager)
public void validateInjectionPointPassivationCapable(InjectionPoint ij, Bean<?> resolvedBean, BeanManagerImpl beanManager)
public void validateDeployment(BeanManagerImpl manager, BeanDeployerEnvironment environment)
public void validateBeans(Collection<? extends Bean<?>> beans, Collection<RIBean<?>> specializedBeans, BeanManagerImpl manager)
public void validateInterceptors(Collection<? extends Interceptor<?>> interceptors)
public void validateDecorators(Collection<? extends Decorator<?>> beans, Collection<RIBean<?>> specializedBeans, BeanManagerImpl manager)
public void validateBeanNames(BeanManagerImpl beanManager)
Copyright © 2013 Seam Framework. All Rights Reserved.