Documentation Center

Module

This topic describes the Module element.

Description

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

Child element properties

Note: Child elements must occur in the order shown.

Child elements

Child elementMust occur at leastMay occur at mostElement type
Any element0 times (optional)any number of times

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