Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleSpecific XML Elements

Name

Cardinality

Description

<Template>

1

Contains the template string

These properties are shared by all (non view) users of velocity template rendering.

Expand

Name

Default

Controls

idp.velocity.runtime.strictmode

false

How errors in the template are handled. By default, non existant variables are silently passed through unconverted. See this link

idp.velocity.space.gobbling

bc

See this link.

titleProperties
Common XML Attributes
Include Page
AttributeDefinitionCommonAttributes
AttributeDefinitionCommonAttributes
Expand
titleCommon XML AttributesElements
Include Page
AttributeDefinitionCommonAttributesAttributeDefinitionCommonChildElementsAttributeDefinitionCommonAttributes
AttributeDefinitionCommonChildElements
Expand
titleCommon XML ElementsProperties
Include Page
AttributeDefinitionCommonChildElementsVelocityTemplatePropertiesAttributeDefinitionCommonChildElements
VelocityTemplateProperties

Example

Code Block
languagexml
<AttributeDefinition id="template" xsi:type="Template">
    <InputAttributeDefinition ref="OtherAttr" />
    <InputDataConnector ref="myLdap" attributeNames="attrFromLdap" />
    <Template>${attrFromLdap}::${OtherAttr}</Template>
</AttributeDefinition>

...