Is it possible to obtain the requestContext in a preAction of a secondaryPage

I wanted to access the dynamic portal object RequestContext from a preAction of a secondaryPage.

This class only has this method:

public PortalURI execute(PortalContext portalContext)
            throws ActionException {..}

And I need to obtain the requestContext from portalContext.

Is this possible??

Thans a lot!!