org.jboss.webbeans.xml.checker.beanchildren.ext
Class NotSimpleBeanChildrenChecker
java.lang.Object
org.jboss.webbeans.xml.checker.beanchildren.impl.BeanChildrenCheckerImpl
org.jboss.webbeans.xml.checker.beanchildren.ext.AbstractBeanChildrenChecker
org.jboss.webbeans.xml.checker.beanchildren.ext.NotSimpleBeanChildrenChecker
- All Implemented Interfaces:
- BeanChildrenChecker
- Direct Known Subclasses:
- ResourceBeanChildrenChecker
public class NotSimpleBeanChildrenChecker
- extends AbstractBeanChildrenChecker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotSimpleBeanChildrenChecker
public NotSimpleBeanChildrenChecker(XmlEnvironment environment,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> packagesMap)
checkForInterceptorChild
protected void checkForInterceptorChild(org.dom4j.Element beanElement)
- Specified by:
checkForInterceptorChild
in class AbstractBeanChildrenChecker
checkForDecoratorChild
protected void checkForDecoratorChild(org.dom4j.Element beanElement)
- Specified by:
checkForDecoratorChild
in class AbstractBeanChildrenChecker
checkChildForInterceptorType
protected void checkChildForInterceptorType(org.dom4j.Element beanChildElement)
- Specified by:
checkChildForInterceptorType
in class AbstractBeanChildrenChecker
checkChildForDecoratorType
protected void checkChildForDecoratorType(org.dom4j.Element beanChildElement)
- Specified by:
checkChildForDecoratorType
in class AbstractBeanChildrenChecker
checkForConstructor
protected void checkForConstructor(org.dom4j.Element beanElement,
AnnotatedClass<?> beanClass)
- Specified by:
checkForConstructor
in class AbstractBeanChildrenChecker
checkRIBean
protected void checkRIBean(org.dom4j.Element beanElement,
AnnotatedClass<?> beanClass)
- Specified by:
checkRIBean
in class AbstractBeanChildrenChecker
Copyright © 2011. All Rights Reserved.