|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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).
Method Summary | |
DecodedRequest |
decodeRequest(javax.servlet.http.HttpServletRequest request)
Invoked to identify the actual properties from the request. |
Method Detail |
public DecodedRequest decodeRequest(javax.servlet.http.HttpServletRequest request)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |