org.apache.tapestry.request
Interface IRequestDecoder
- public interface IRequestDecoder
Given a HttpServletRequest
, identifies
the correct request properties (server, scheme, URI and port).
An implementation of this class may be necessary when using
Tapestry with specific firewalls which may obscure
the scheme, server, etc. visible to the client web browser
(the request appears to arrive from the firewall server, not the
client web browser).
- Since:
- 2.2
- Version:
- IRequestDecoder.java,v 1.1 2002/08/20 21:49:58 hship Exp
- Author:
- Howard Lewis Ship
decodeRequest
public DecodedRequest decodeRequest(HttpServletRequest request)
- Invoked to identify the actual properties from the request.