Example usage for com.google.gwt.requestfactory.server DefaultExceptionHandler DefaultExceptionHandler

List of usage examples for com.google.gwt.requestfactory.server DefaultExceptionHandler DefaultExceptionHandler

Introduction

In this page you can find the example usage for com.google.gwt.requestfactory.server DefaultExceptionHandler DefaultExceptionHandler.

Prototype

DefaultExceptionHandler

Source Link

Usage

From source file:com.acme.gwt.server.GwtWebModule.java

License:Apache License

@Inject
@Singleton//from   w  w  w .  j a va  2 s  . c o  m
@Provides
RequestFactoryServlet provideRequestFactoryServlet(InjectableServiceLayerDecorator injectableSLD) {
    return new RequestFactoryServlet(new DefaultExceptionHandler(), injectableSLD);
}