|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExceptionResponseStrategy
Strategy interface for implementing
AbstractCompoundRequestCycleProcessor.respond(RuntimeException, RequestCycle).
| 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 |
|---|
void respond(RequestCycle requestCycle,
java.lang.RuntimeException e)
requestCycle - the current request cyclee - an uncaught exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||