Class MapToResourceConfigFromParentConfig
- java.lang.Object
-
- org.smooks.engine.resource.config.loader.xml.extension.MapToResourceConfigFromParentConfig
-
- All Implemented Interfaces:
org.smooks.api.delivery.ContentHandler,org.smooks.api.resource.visitor.dom.DOMVisitBefore,org.smooks.api.resource.visitor.dom.DOMVisitor,org.smooks.api.resource.visitor.Visitor
public class MapToResourceConfigFromParentConfig extends Object implements org.smooks.api.resource.visitor.dom.DOMVisitBefore
Map a property value from a parentResourceConfigand onto the currentResourceConfig. The value is set on theResourceConfigreturned from the top of theExtensionContext resourece stack.- Author:
- tom.fennelly@gmail.com
-
-
Constructor Summary
Constructors Constructor Description MapToResourceConfigFromParentConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostConstruct()voidvisitBefore(Element element, org.smooks.api.ExecutionContext executionContext)
-
-
-
Method Detail
-
postConstruct
@PostConstruct public void postConstruct() throws org.smooks.api.SmooksConfigException- Throws:
org.smooks.api.SmooksConfigException
-
visitBefore
public void visitBefore(Element element, org.smooks.api.ExecutionContext executionContext) throws org.smooks.api.SmooksException
- Specified by:
visitBeforein interfaceorg.smooks.api.resource.visitor.dom.DOMVisitBefore- Throws:
org.smooks.api.SmooksException
-
-