Documentation Center

Module

This topic describes the Module element.

Description

Defines a module that, normally, delegates content to the Content Broker. The Module is executed by the Step to process incoming instructions.

Child element properties

Note: Child elements must occur in the order shown.

Child elements

This element can have any number of child elements, of any type. A common child element is Transformer.

Attributes

AttributeDescription and useType
Type

Must be unique and serves as a symbolic identifier for this Module. For example, PageDeploy.

(required)
string
Class

Defines the implementation (Java class) used to execute the Module. For example, com.tridion.deployer.modules.PageDeploy.

(required)
string