Class Summary |
Editor |
An editor has the ability to edit the response produced by a generator. |
Generator |
A generator has the ability to create
the response satisfying a request produced by the request editors. |
Meg |
A meg is a self-contained content tailoring entity. |
Monitor |
A Monitor has the opportunity to "monitor" the response after the
Generator , and either before all, after all, or after a specific
Editor . |
Plugin |
A plugin is a component that can be added to the proxy to do content
tailoring. |
RequestEditor |
A request editor has the ability to edit the request before it gets to the
generator. |
RequestEvent |
The request event that is passed to each meg that contains the
input and output streams and meg data. |