public class Validator extends Object implements org.jboss.weld.bootstrap.api.Service
Constructor and Description |
---|
Validator() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
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 javax.enterprise.inject.spi.Bean<?>> beans,
Collection<RIBean<?>> specializedBeans,
BeanManagerImpl manager) |
void |
validateDecorators(Collection<? extends javax.enterprise.inject.spi.Decorator<?>> beans,
Collection<RIBean<?>> specializedBeans,
BeanManagerImpl manager) |
void |
validateDeployment(BeanManagerImpl manager,
BeanDeployerEnvironment environment) |
void |
validateInjectionPoint(javax.enterprise.inject.spi.InjectionPoint ij,
javax.enterprise.inject.spi.Bean<?> bean,
BeanManagerImpl beanManager)
Variation of the validateInjectionPoint method which allows the bean to be defined explicitly (used for disposer method validation)
|
void |
validateInjectionPoint(javax.enterprise.inject.spi.InjectionPoint ij,
BeanManagerImpl beanManager)
Validate an injection point
|
void |
validateInjectionPointPassivationCapable(javax.enterprise.inject.spi.InjectionPoint ij,
javax.enterprise.inject.spi.Bean<?> resolvedBean,
BeanManagerImpl beanManager) |
void |
validateInjectionTarget(javax.enterprise.inject.spi.InjectionTarget<?> injectionTarget,
BeanManagerImpl beanManager) |
void |
validateInterceptors(Collection<? extends javax.enterprise.inject.spi.Interceptor<?>> interceptors) |
protected boolean isPassivationCapabilityCheckRequired(BeanManagerImpl beanManager, AbstractClassBean<?> classBean)
public void validateInjectionPoint(javax.enterprise.inject.spi.InjectionPoint ij, BeanManagerImpl beanManager)
ij
- the injection point to validatebeanManager
- the bean managerpublic void validateInjectionPoint(javax.enterprise.inject.spi.InjectionPoint ij, javax.enterprise.inject.spi.Bean<?> bean, BeanManagerImpl beanManager)
public void validateInjectionTarget(javax.enterprise.inject.spi.InjectionTarget<?> injectionTarget, BeanManagerImpl beanManager)
public void validateInjectionPointPassivationCapable(javax.enterprise.inject.spi.InjectionPoint ij, javax.enterprise.inject.spi.Bean<?> resolvedBean, BeanManagerImpl beanManager)
public void validateDeployment(BeanManagerImpl manager, BeanDeployerEnvironment environment)
public void validateBeans(Collection<? extends javax.enterprise.inject.spi.Bean<?>> beans, Collection<RIBean<?>> specializedBeans, BeanManagerImpl manager)
public void validateInterceptors(Collection<? extends javax.enterprise.inject.spi.Interceptor<?>> interceptors)
public void validateDecorators(Collection<? extends javax.enterprise.inject.spi.Decorator<?>> beans, Collection<RIBean<?>> specializedBeans, BeanManagerImpl manager)
public void validateBeanNames(BeanManagerImpl beanManager)
public void cleanup()
cleanup
in interface org.jboss.weld.bootstrap.api.Service
Copyright © 2012 Seam Framework. All Rights Reserved.