Package org.smooks.engine.resource.config.loader.xml.extension
Smooks Configuration Extension Classes.
Package Specification
This package defines classes used in Smooks Configuration Extension Digest config files (Smooks resources). The configuration extension framework in Smooks uses Smooks itself to digest the extension namespace configurations. This package defines the visitor elements used in performing this process.-
Class Summary Class Description CloneResourceConfig Create a newResourceConfigby cloning the current resource.ExtensionContext Context object used by Smooks configuration extension visitors.MapToResourceConfigFromAttribute Map a property value onto the currentResourceConfigbased on an element attribute value.MapToResourceConfigFromParentConfig Map a property value from a parentResourceConfigand onto the currentResourceConfig.MapToResourceConfigFromText Map a property value onto the currentResourceConfigbased on an elements text content.MapToResourceConfigFromXml Map a property value onto the currentResourceConfigbased on an elements text content.NewResourceConfig Create a newResourceConfig.ResourceConfigUtils Resource Configuration Extension utility class.SetOnResourceConfig Set a static value on the currentResourceConfig.