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