wicket.request.compound
Interface IResponseStrategy
- All Known Implementing Classes:
- DefaultResponseStrategy, PortletActionRequestResponseStrategy, PortletRenderResponseStrategy
public interface IResponseStrategy
Strategy interface for implementing
AbstractCompoundRequestCycleProcessor.respond(RuntimeException, RequestCycle).
- Author:
- Eelco Hillenius
|
Method Summary |
void |
respond(RequestCycle requestCycle)
After the target is resolved and the request events are handled, it is
time to respond to the request. |
respond
void respond(RequestCycle requestCycle)
- After the target is resolved and the request events are handled, it is
time to respond to the request. This method is responsible for executing
the proper response sequence given the current request target and
response.
- Parameters:
requestCycle - the current request cycle
Copyright © 2004-2007 Wicket developers. All Rights Reserved.