| Package | Description |
|---|---|
| org.apache.shindig.protocol |
| Modifier and Type | Class and Description |
|---|---|
static class |
HandlerExecutionListener.LoggingHandler
A simple implementation that logs the start/stop times of requests
You can configure this for use by adding a binding in your Guice Module like this:
bind(HandlerExecutionListener.class).to(HandlerExecutionListener.LoggingHandler.class);
|
static class |
HandlerExecutionListener.NoOpHandler
Default no-op implementation
|
| Constructor and Description |
|---|
DefaultHandlerRegistry(com.google.inject.Injector injector,
BeanJsonConverter beanJsonConverter,
HandlerExecutionListener executionListener)
Creates a dispatcher with the specified handler classes
|
Copyright © 2007-2012. All Rights Reserved.