public class ConfigBeanDefinitionParser extends Object implements org.springframework.beans.factory.xml.BeanDefinitionParser
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.beans.factory.config.RuntimeBeanReference |
applicationRef |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
basicUrlProcessorRef |
static String |
CONFIG_BEAN_NAME |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
configRef |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
dataComposerFactoryRef |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
dataValidatorRef |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
formUrlProcessorRef |
protected boolean |
grailsPresent |
protected boolean |
jsf1Present |
protected boolean |
jsfModulePresent |
protected boolean |
jsfPresent |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
linkUrlProcessorRef |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
loggerRef |
protected Map<String,String> |
longLivingPages
Long-living pages configured by the user
|
protected static String |
MIN_SPRING_VERSION
Minimum Spring version to enable Spring Security integration.
|
static String |
PATTERN_MATCHER_FACTORY_NAME |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
patternMatcherFactoryRef |
static String |
REQUEST_DATA_VALUE_PROCESSOR_BEAN_NAME
The name of the bean to use to look up in an implementation of
RequestDataValueProcessor has been configured. |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
requestContextFactoryRef |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
sessionRef |
protected boolean |
springMvcModulePresent |
protected boolean |
springMvcPresent |
protected static boolean |
springSecurityPresent |
protected List<StartPage> |
startPages
List of StartPage objects
|
protected org.springframework.beans.factory.config.RuntimeBeanReference |
stateScopeManagerRef |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
stateUtilRef |
protected boolean |
struts1ModulePresent |
protected boolean |
thymeleafPresent |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
uidGeneratorRef |
static String |
USER_DATA_NAME |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
userDataRef |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
validationContextFactoryRef |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
validatorErrorHandlerRef |
| Constructor and Description |
|---|
ConfigBeanDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
convertToList(String data) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createBasicUrlProcessor(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createComponentTreeValidator(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createConfigBean(Element element,
Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.BeanDefinition |
createConfigBean(Element element,
Object source,
org.springframework.beans.factory.xml.ParserContext parserContext,
Class<?> configClass) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createDataComposerFactory(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createDataValidator(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createDefaultEditableDataValidationProvider(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createFormUrlProcessor(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createGrailsRequestDataValueProcessor(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createJsfValidatorHelper(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createLinkUrlProcessor(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createLogger(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createOutcomeTargetComponentProcessor(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createOutputLinkComponentProcessor(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createPageIdGenerator(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createPatternMatcherFactory(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createRedirectHelper(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createRequestContextFactory(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createRequestDataValueProcessor(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createRequestInitializer(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createServletContextInitializer(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createSession(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createSessionInitializer(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createSimpleBean(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext,
Class<?> clazz) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createSimpleBean(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext,
Class<?> clazz,
String beanName) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createStateCache(Element element,
Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createStateScopeManager(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createStateUtil(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createStringBean(String name,
String value,
Object source,
org.springframework.beans.factory.xml.ParserContext parserContext)
Utility method to register a bean of type String.
|
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createThymeleafRequestDataValueProcessor(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createUserData(Element element,
Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createUserSessionStateScope(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createValidationContextFactory(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createValidatorErrorHandler(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
createValidatorHelper(Object source,
org.springframework.beans.factory.xml.ParserContext parserContext) |
org.springframework.beans.factory.config.BeanDefinition |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected void |
processChilds(Element element,
org.springframework.beans.factory.support.RootBeanDefinition bean) |
protected void |
processLongLivingPages(Node node,
org.springframework.beans.factory.support.RootBeanDefinition bean) |
protected void |
processMapping(Node node,
Map<String,List<String>> map) |
protected void |
processParamsWithoutValidation(Node node,
org.springframework.beans.factory.support.RootBeanDefinition bean) |
protected void |
processSessionExpired(Node node,
org.springframework.beans.factory.support.RootBeanDefinition bean) |
protected void |
processStartPages(Node node,
org.springframework.beans.factory.support.RootBeanDefinition bean) |
protected void |
processStartParameters(Node node,
org.springframework.beans.factory.support.RootBeanDefinition bean) |
protected org.springframework.beans.factory.config.RuntimeBeanReference |
registerBean(org.springframework.beans.factory.support.RootBeanDefinition bean,
String beanName,
org.springframework.beans.factory.xml.ParserContext parserContext)
Register a bean in the registry if it doesn't exit previously.
|
protected boolean |
springVersionGrEqThan4() |
public static final String CONFIG_BEAN_NAME
public static final String PATTERN_MATCHER_FACTORY_NAME
public static final String USER_DATA_NAME
public static final String REQUEST_DATA_VALUE_PROCESSOR_BEAN_NAME
RequestDataValueProcessor has been configured.protected static final String MIN_SPRING_VERSION
protected final boolean springMvcPresent
protected final boolean grailsPresent
protected final boolean jsfPresent
protected final boolean jsf1Present
protected final boolean thymeleafPresent
protected static final boolean springSecurityPresent
protected final boolean springMvcModulePresent
protected final boolean struts1ModulePresent
protected final boolean jsfModulePresent
protected Map<String,String> longLivingPages
protected org.springframework.beans.factory.config.RuntimeBeanReference patternMatcherFactoryRef
protected org.springframework.beans.factory.config.RuntimeBeanReference configRef
protected org.springframework.beans.factory.config.RuntimeBeanReference sessionRef
protected org.springframework.beans.factory.config.RuntimeBeanReference applicationRef
protected org.springframework.beans.factory.config.RuntimeBeanReference uidGeneratorRef
protected org.springframework.beans.factory.config.RuntimeBeanReference stateUtilRef
protected org.springframework.beans.factory.config.RuntimeBeanReference dataValidatorRef
protected org.springframework.beans.factory.config.RuntimeBeanReference dataComposerFactoryRef
protected org.springframework.beans.factory.config.RuntimeBeanReference linkUrlProcessorRef
protected org.springframework.beans.factory.config.RuntimeBeanReference formUrlProcessorRef
protected org.springframework.beans.factory.config.RuntimeBeanReference basicUrlProcessorRef
protected org.springframework.beans.factory.config.RuntimeBeanReference loggerRef
protected org.springframework.beans.factory.config.RuntimeBeanReference userDataRef
protected org.springframework.beans.factory.config.RuntimeBeanReference stateScopeManagerRef
protected org.springframework.beans.factory.config.RuntimeBeanReference validationContextFactoryRef
protected org.springframework.beans.factory.config.RuntimeBeanReference requestContextFactoryRef
protected org.springframework.beans.factory.config.RuntimeBeanReference validatorErrorHandlerRef
protected boolean springVersionGrEqThan4()
public org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
parse in interface org.springframework.beans.factory.xml.BeanDefinitionParserprotected org.springframework.beans.factory.config.RuntimeBeanReference createPatternMatcherFactory(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createPageIdGenerator(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createUserData(Element element, Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createLogger(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createValidatorErrorHandler(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createStateCache(Element element, Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createSession(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createStateUtil(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createDataValidator(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createStateScopeManager(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createUserSessionStateScope(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createDataComposerFactory(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createValidatorHelper(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createRequestInitializer(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createServletContextInitializer(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createSessionInitializer(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createLinkUrlProcessor(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createFormUrlProcessor(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createBasicUrlProcessor(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createValidationContextFactory(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createRequestContextFactory(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createRequestDataValueProcessor(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createGrailsRequestDataValueProcessor(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createThymeleafRequestDataValueProcessor(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createConfigBean(Element element, Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.BeanDefinition createConfigBean(Element element, Object source, org.springframework.beans.factory.xml.ParserContext parserContext, Class<?> configClass)
protected org.springframework.beans.factory.config.RuntimeBeanReference createDefaultEditableDataValidationProvider(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createComponentTreeValidator(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createJsfValidatorHelper(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createRedirectHelper(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createOutcomeTargetComponentProcessor(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createOutputLinkComponentProcessor(Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
protected org.springframework.beans.factory.config.RuntimeBeanReference createStringBean(String name, String value, Object source, org.springframework.beans.factory.xml.ParserContext parserContext)
name - bean namevalue - String valuesource - source objectparserContext - context to obtain the registryprotected org.springframework.beans.factory.config.RuntimeBeanReference registerBean(org.springframework.beans.factory.support.RootBeanDefinition bean,
String beanName,
org.springframework.beans.factory.xml.ParserContext parserContext)
bean - bean definitionbeanName - bean nameparserContext - context to obtain the registryprotected org.springframework.beans.factory.config.RuntimeBeanReference createSimpleBean(Object source, org.springframework.beans.factory.xml.ParserContext parserContext, Class<?> clazz)
protected org.springframework.beans.factory.config.RuntimeBeanReference createSimpleBean(Object source, org.springframework.beans.factory.xml.ParserContext parserContext, Class<?> clazz, String beanName)
protected void processChilds(Element element, org.springframework.beans.factory.support.RootBeanDefinition bean)
protected void processStartPages(Node node, org.springframework.beans.factory.support.RootBeanDefinition bean)
protected void processStartParameters(Node node, org.springframework.beans.factory.support.RootBeanDefinition bean)
protected void processParamsWithoutValidation(Node node, org.springframework.beans.factory.support.RootBeanDefinition bean)
protected void processSessionExpired(Node node, org.springframework.beans.factory.support.RootBeanDefinition bean)
protected void processLongLivingPages(Node node, org.springframework.beans.factory.support.RootBeanDefinition bean)
Copyright © 2018 hdiv.org. All rights reserved.