| org.directwebremoting.spring.DwrNamespaceHandler
All known Subclasses: org.directwebremoting.spring.DwrAnnotationNamespaceHandler,
DwrNamespaceHandler | abstract public class DwrNamespaceHandler extends NamespaceHandlerSupport (Code) | | The Spring namespace handler which handles all elements that are defined as
part of the DWR namespace, except .
The DWR namespace is defined in the spring-dwr-X.X.xsd file. All
elements that are encountered in Spring configuration files are automatically
converted to their actual bean representation in the Spring bean registry.
author: Erik Wiersma author: Bram Smeets author: Jose Noheda author: Joe Walker [joe at getahead dot ltd dot uk] |
Inner Class :protected class ConfigurationBeanDefinitionParser implements BeanDefinitionParser | |
Inner Class :protected static class ControllerBeanDefinitionParser implements BeanDefinitionParser | |
Inner Class :protected class UrlMappingBeanDefinitionParser implements BeanDefinitionParser | |
Inner Class :protected class ProxyBeanDefinitionParser implements BeanDefinitionParser | |
Inner Class :protected class RemoteBeanDefinitionDecorator implements BeanDefinitionDecorator | |
Inner Class :protected class ConverterBeanDefinitionDecorator implements BeanDefinitionDecorator | |
Inner Class :protected class InitDefinitionDecorator implements BeanDefinitionDecorator | |
Inner Class :protected class CreatorBeanDefinitionDecorator implements BeanDefinitionDecorator | |
Inner Class :protected class SignaturesBeanDefinitionDecorator implements BeanDefinitionDecorator | |
DEFAULT_SPRING_CONFIGURATOR_ID | final protected static String DEFAULT_SPRING_CONFIGURATOR_ID(Code) | | |
log | final protected static Log log(Code) | | The log stream
|
lookupConverters | protected Map<String, ConverterConfig> lookupConverters(BeanDefinitionRegistry registry)(Code) | | Parameters: registry - Get a list of the defined Converters |
lookupCreators | protected static Map<String, RuntimeBeanReference> lookupCreators(BeanDefinitionRegistry registry)(Code) | | Parameters: registry - Get a list of the defined Creators |
parseConverterSettings | protected void parseConverterSettings(ConverterConfig converterConfig, Element parent)(Code) | | Parameters: converterConfig - Parameters: parent - |
registerCreator | protected void registerCreator(BeanDefinitionRegistry registry, String javascript, BeanDefinitionBuilder creatorConfig, Map<String, String> params, NodeList children)(Code) | | Registers a new
org.directwebremoting.extend.Creator in the registry using name javascript .
Parameters: registry - The definition of all the Beans Parameters: javascript - The name of the bean in the registry. Parameters: creatorConfig - Parameters: params - Parameters: children - The node list to check for nested elements |
registerSpringConfiguratorIfNecessary | protected static BeanDefinition registerSpringConfiguratorIfNecessary(BeanDefinitionRegistry registry)(Code) | | |
resolveBeanClassname | protected static String resolveBeanClassname(BeanDefinition definition, BeanDefinitionRegistry registry)(Code) | | Try getting the beanClassName from the definition and if that fails try to get it from
the parent (and even parent BeanFactory if we have to).
Parameters: definition - Parameters: registry - class name or null if not found |
|
|