Package org.citrusframework.config.xml
Class ActionContainerParser
java.lang.Object
org.citrusframework.config.xml.ActionContainerParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public abstract class ActionContainerParser
extends Object
implements org.springframework.beans.factory.xml.BeanDefinitionParser
Abstract parser implementation that is aware of several embedded test actions of a container. Bean definitions that use
this parser component must have an 'actions' property of type
List in order to receive the list of embedded test actions.- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddoParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder) static voiddoParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, String propertyName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.xml.BeanDefinitionParser
parse
-
Method Details
-
doParse
public static void doParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder) - See Also:
-
BeanDefinitionParser.parse(org.w3c.dom.Element, org.springframework.beans.factory.xml.ParserContext)
-
doParse
-