On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Modify the RequestContext and/or ResponseObject from within an XSL component?

Is it possible to get a reference to the RequestContext and/or the Response object from within an XSL component?

 

We have written a number of POJOs to do a lot of processing for us from within the transformation of the component's XSL.  We also also have an external for updating the Response headers.

 

One thing I would like to do is to modify the response headers from within the XSL.  Is it possible?  (The component would be set to "do not cache")