public class PluginXmlParser
extends org.carewebframework.api.spring.BaseXmlParser
| Constructor and Description |
|---|
PluginXmlParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doParse(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder) |
protected void |
doParse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder) |
static PluginDefinition |
fromXml(String xml)
Parses a plugin definition from an xml string.
|
protected Class<?> |
getBeanClass(Element element) |
addProperties, findTag, fromXml, getNodeName, getResourcePath, getTagChildrengetBeanClassName, getParentName, parseInternalprotected Class<?> getBeanClass(Element element)
getBeanClass in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserprotected void doParse(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserprotected void doParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserpublic static PluginDefinition fromXml(String xml) throws Exception
xml - XML containing plugin definition.Exception - Unspecified exception.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.