com.nesscomputing.httpserver
Class HttpServerHandlerBinder

java.lang.Object
  extended by com.nesscomputing.httpserver.HttpServerHandlerBinder

public final class HttpServerHandlerBinder
extends Object

Bind additional Handler elements into the http server.


Field Summary
static String CATCHALL_NAME
           
static Annotation CATCHALL_NAMED
           
static String HANDLER_NAME
           
static Annotation HANDLER_NAMED
           
static String SECURITY_NAME
           
static Annotation SECURITY_NAMED
           
 
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
 

Field Detail

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
Method Detail

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.