morphis logo morphis | wax   
morphis manual
manual
 

Processing
   Dispatching
   Requesting
   Translating

Installation
   Requirements
   Instructions
   Config Properties

Dispatching
   Configuration
   Pre/Post Filters

Requestors
   URL Requesting
   Servlet Chaining
   Run-time Instructs
   Custom Requestors

Translators
   Non-Translator
   Custom Translators

SAX Translators
   XSLT Translation
   Custom SAX Filters

Requestors: Overview

Requestors are responsible for providing the document to be translated. This abstracts much information about where and how the document originated from the rest of the processing. Morphis supplies a few different ways to request data, but many more can be custom written. These methods include HTTP Proxy Requesting for obtaining documents over the network, Local File Requesting for obtaining documents on local disk, and Requesting via Servlet Chaining for documents generated by a Servlet or Java Server Page residing on the same Servlet Engine as Morphis.

More about Requestors:

URL Requesting

Requesting via Servlet Chaining

Specifying Run-Time Processing Instructions

Writing Custom Requestors

morphis SourceForge Logo