Click or drag to resize
<activsoft.engine> Element

This section is used by web and mobile applications to define the parameter loader and the handlers for the engine.

Attributes and elements

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

Attributes

None.

Child elements

Element

Description

handlers

List all defined handlers

loader

Defines the parameter loader for Config

Parent elements

Element

Description

configuration

Root of all configuration

Example
<activsoft.engine>
  <handlers>
    <handler name="" path="" defaultTemplate="">
      <actions>
        <action section=""/>
      </actions>
      <extractors>
        <extractor section=""/>
      </extractors>
      <renderers>
        <renderer section=""/>
      </renderers>
      <enginemodule>
        <session section=""/>
        <params cookie="" xslpath=""/>
        <database section=""/>
        <authentication section=""/>
        <authorization section=""/>
      </enginemodule>
      <transformgenerator section=""/>
    </handler>
  </handlers>
  <loader section=""/>
</activsoft.engine>