public class MunitHandlerWrapper extends Object implements org.springframework.beans.factory.xml.NamespaceHandler
| Modifier and Type | Field and Description |
|---|---|
static Integer |
CONSTRUCTOR_ARG_LIMIT |
| Constructor and Description |
|---|
MunitHandlerWrapper(org.springframework.beans.factory.xml.NamespaceHandler realHandler) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.config.BeanDefinitionHolder |
decorate(Node source,
org.springframework.beans.factory.config.BeanDefinitionHolder definition,
org.springframework.beans.factory.xml.ParserContext parserContext) |
void |
init() |
protected boolean |
isBeanDefinitionEnhanceableByMunit(org.springframework.beans.factory.config.BeanDefinition beanDefinition,
String tagName) |
org.springframework.beans.factory.config.BeanDefinition |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext) |
static void |
setConstructorArgLimit(Integer limit) |
protected boolean |
shouldEnhanceBeanDefinitionWithMunit(org.springframework.beans.factory.config.BeanDefinition beanDefinition) |
public static Integer CONSTRUCTOR_ARG_LIMIT
public MunitHandlerWrapper(org.springframework.beans.factory.xml.NamespaceHandler realHandler)
public static void setConstructorArgLimit(Integer limit)
public void init()
init in interface org.springframework.beans.factory.xml.NamespaceHandlerpublic org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
parse in interface org.springframework.beans.factory.xml.NamespaceHandlerprotected boolean shouldEnhanceBeanDefinitionWithMunit(org.springframework.beans.factory.config.BeanDefinition beanDefinition)
throws ClassNotFoundException
ClassNotFoundExceptionprotected boolean isBeanDefinitionEnhanceableByMunit(org.springframework.beans.factory.config.BeanDefinition beanDefinition,
String tagName)
public org.springframework.beans.factory.config.BeanDefinitionHolder decorate(Node source, org.springframework.beans.factory.config.BeanDefinitionHolder definition, org.springframework.beans.factory.xml.ParserContext parserContext)
decorate in interface org.springframework.beans.factory.xml.NamespaceHandlerCopyright © 2017. All rights reserved.