public class VelocityErrorHandlerBeanDefinitionParser
extends org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
VelocityErrorHandlers.| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME
Element name.
|
private org.slf4j.Logger |
log
Class logger.
|
| Constructor and Description |
|---|
VelocityErrorHandlerBeanDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doParse(Element config,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder) |
protected Class |
getBeanClass(Element arg0) |
protected boolean |
shouldGenerateId() |
doParse, getBeanClassName, getParentName, parseInternalpublic static final String ELEMENT_NAME
private final org.slf4j.Logger log
public VelocityErrorHandlerBeanDefinitionParser()
protected Class getBeanClass(Element arg0)
getBeanClass in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserprotected void doParse(Element config, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserprotected boolean shouldGenerateId()
shouldGenerateId in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserCopyright © 1999-2015. All Rights Reserved.