Automates the process of forwarding a servlet request to a remote server.
After a call to populate the request parameters are available
in modifiable form in parametermap prior to dispatch via a
call to dispatchTo .
Alternatively it may be used to conveniently forward a request to a local
servlet, with the parameters as modified in the parametermap.
ServletForwardPackages are highly non-threadsafe and should be destroyed
after use.
author: Antranig Basman (antranig@caret.cam.ac.uk) |