Package com.composum.sling.core.mapping
-
Class Summary Class Description MappingRules the set of rules for filtering during the resource hierarchy traversal - uses a DateParser instance which is not thread safe - instances of MappingRules are also not thread safe - use one single instance per thread! TODO: make it configurable via OSGiMappingRules.DateParser MappingRules.PropertyFormat the settings set for property transformation -
Enum Summary Enum Description MappingRules.ChangeRule the change policy values - skip: for packages - skip one aspect (e.g.MappingRules.ContentNodeType MappingRules.PropertyFormat.Binary the binary transformation rules - skip: don't export or import binary properties - link: build an URL to download the binary content (export only, ignored during import) - base64: embed binary content as base64 encoded string (export) and decode this during importMappingRules.PropertyFormat.Scope the scope for the external property representation - value: use a short name / value - attribute format with type embedded ...