|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.bootstrap.Validator
public class Validator
Checks a list of beans for DeploymentExceptions and their subclasses
Constructor Summary | |
---|---|
Validator()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Validator()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |