com.nesscomputing.httpserver
Class HttpServerHandlerBinder
java.lang.Object
com.nesscomputing.httpserver.HttpServerHandlerBinder
public final class HttpServerHandlerBinder
- extends Object
Bind additional Handler elements into the http server.
|
Method Summary |
static com.google.inject.binder.LinkedBindingBuilder<javax.servlet.Servlet> |
bindCatchallServlet(com.google.inject.Binder binder)
|
static com.google.inject.binder.LinkedBindingBuilder<org.eclipse.jetty.server.Handler> |
bindHandler(com.google.inject.Binder binder)
|
static com.google.inject.binder.LinkedBindingBuilder<org.eclipse.jetty.server.handler.HandlerWrapper> |
bindSecurityHandler(com.google.inject.Binder binder)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HANDLER_NAME
public static final String HANDLER_NAME
- See Also:
- Constant Field Values
HANDLER_NAMED
public static final Annotation HANDLER_NAMED
SECURITY_NAME
public static final String SECURITY_NAME
- See Also:
- Constant Field Values
SECURITY_NAMED
public static final Annotation SECURITY_NAMED
CATCHALL_NAME
public static final String CATCHALL_NAME
- See Also:
- Constant Field Values
CATCHALL_NAMED
public static final Annotation CATCHALL_NAMED
bindHandler
public static com.google.inject.binder.LinkedBindingBuilder<org.eclipse.jetty.server.Handler> bindHandler(com.google.inject.Binder binder)
bindSecurityHandler
public static com.google.inject.binder.LinkedBindingBuilder<org.eclipse.jetty.server.handler.HandlerWrapper> bindSecurityHandler(com.google.inject.Binder binder)
bindCatchallServlet
public static com.google.inject.binder.LinkedBindingBuilder<javax.servlet.Servlet> bindCatchallServlet(com.google.inject.Binder binder)
Copyright © 2012 Ness Computing, Inc.. All Rights Reserved.