public class BufferedResponseMapper extends Object implements IRequestMapper
| Constructor and Description |
|---|
BufferedResponseMapper()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
protected BufferedWebResponse |
getAndRemoveBufferedResponse(Url url) |
int |
getCompatibilityScore(Request request) |
protected String |
getSessionId() |
protected boolean |
hasBufferedResponse(Url url) |
Url |
mapHandler(IRequestHandler requestHandler) |
IRequestHandler |
mapRequest(Request request) |
protected String getSessionId()
null for stateless pages
and non-http threadsprotected boolean hasBufferedResponse(Url url)
protected BufferedWebResponse getAndRemoveBufferedResponse(Url url)
public IRequestHandler mapRequest(Request request)
mapRequest in interface IRequestMapperIRequestMapper.mapRequest(org.apache.wicket.request.Request)public Url mapHandler(IRequestHandler requestHandler)
mapHandler in interface IRequestMapperIRequestMapper.mapHandler(org.apache.wicket.request.IRequestHandler)public int getCompatibilityScore(Request request)
getCompatibilityScore in interface IRequestMapperIRequestMapper.getCompatibilityScore(org.apache.wicket.request.Request)Copyright © 2006–2021 Apache Software Foundation. All rights reserved.