I am developing a simple portlet . I want to access an object set it into the header in the doView() method of the portlet. The RenderRequest used in doView() method doest not have a getHeader() method, so is there any way I can get the object set into the header in the doView() method?