Click or drag to resize
<enginemodule> Element

enginemodule defines the parameters that the EngineModule will use while processing a request for this handler.

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element

Description

params

miscellaneous parameters

database

main database to be used during the handler's execution

session

ISessionManagerFactory to be used by the handler

authentication

IAuthenticationManagerFactory to be used by the handler

authorization

IAuthorizationManagerFactory to be used by the handler

Parent elements

Element

Description

handler

Defines one handler