Arbortext Publishing Engine Request Context Object
The Arbortext Publishing Engine Request Context is an object that implements the Java interface com.arbortext.e3.E3RequestContext. The Arbortext Publishing Engine Request Context object is passed to the initialization method of every dynamic component object. Dynamic Components should save the object for use during request processing. The Arbortext Publishing Engine Request Context object offers the following capabilities:
• scheduling deferred cleanup tasks
• allocating Arbortext PE 하위 프로세스 to requests
• creating mock HTTP requests for internal use
• allocating temporary files
• accessing the allowed function list
• accessing global parameters
• accessing all Dynamic Components
• accessing all Arbortext PE 하위 프로세스 pools
• accessing the Java Servlet configuration and context objects
• accessing version information for both the Arbortext PE Request Manager and Arbortext PE 하위 프로세스
• providing log status and debug information
Parent topic