wicket.request.compound
Interface IExceptionResponseStrategy

All Known Implementing Classes:
DefaultExceptionResponseStrategy, PortletExceptionResponseStrategy

public interface IExceptionResponseStrategy

Strategy interface for implementing AbstractCompoundRequestCycleProcessor.respond(RuntimeException, RequestCycle).

Author:
Eelco Hillenius

Method Summary
 void respond(RequestCycle requestCycle, java.lang.RuntimeException e)
          Whenever a unhandled exception is encountered during the processing of a request cycle, this method is called to respond to the request in a proper way.
 

Method Detail

respond

void respond(RequestCycle requestCycle,
             java.lang.RuntimeException e)
Whenever a unhandled exception is encountered during the processing of a request cycle, this method is called to respond to the request in a proper way.

Parameters:
requestCycle - the current request cycle
e - an uncaught exception


Copyright © 2004-2007 Wicket developers. All Rights Reserved.