The Resource Manager contains editors for managing the following resource types:
- Macro -
A Macro Resource is used to service a HTTP request. Its usual function is to serve a web page with generated content to a web browser.
- Code -
A Code Resource is a text object that can contain alternating blocks of HTML and Omnis code. Omnis code blocks can be used for such purposes as retrieval of data for inclusion in the web page and conditional compliation of the HTML blocks.
- Task -
A Task Resource is used to call a specified method in the library at regular intervals. WebPublisher
- Template -
A Template Resource is a text object that can contain text with embedded variables. It is used to merge field values into a Template document.
|