Class MapToResourceConfigFromAttribute
- java.lang.Object
-
- org.smooks.engine.resource.config.loader.xml.extension.MapToResourceConfigFromAttribute
-
- 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 MapToResourceConfigFromAttribute extends Object implements org.smooks.api.resource.visitor.dom.DOMVisitBefore
Map a property value onto the currentResourceConfigbased on an element attribute value. The value is set on theResourceConfigreturned from the top of theExtensionContext resourece stack.- Author:
- tom.fennelly@gmail.com
-
-
Constructor Summary
Constructors Constructor Description MapToResourceConfigFromAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisitBefore(Element element, org.smooks.api.ExecutionContext executionContext)
-
-
-
Method Detail
-
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
-
-