|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IExceptionMapper | |
|---|---|
| org.apache.wicket | The core Wicket package. |
| org.apache.wicket.request.cycle | |
| Uses of IExceptionMapper in org.apache.wicket |
|---|
| Classes in org.apache.wicket that implement IExceptionMapper | |
|---|---|
class |
DefaultExceptionMapper
If an exception is thrown when a page is being rendered this mapper will decide which error page to show depending on the exception type and application
configuration |
| Methods in org.apache.wicket that return types with arguments of type IExceptionMapper | |
|---|---|
IProvider<IExceptionMapper> |
Application.getExceptionMapperProvider()
|
| Uses of IExceptionMapper in org.apache.wicket.request.cycle |
|---|
| Methods in org.apache.wicket.request.cycle that return IExceptionMapper | |
|---|---|
IExceptionMapper |
RequestCycleContext.getExceptionMapper()
|
| Methods in org.apache.wicket.request.cycle with parameters of type IExceptionMapper | |
|---|---|
void |
RequestCycleContext.setExceptionMapper(IExceptionMapper exceptionMapper)
|
| Constructors in org.apache.wicket.request.cycle with parameters of type IExceptionMapper | |
|---|---|
RequestCycleContext(Request request,
Response response,
IRequestMapper requestMapper,
IExceptionMapper exceptionMapper)
Construct. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||