org.eclipse.jgit.http.server.glue
Interface ServletBinder


public interface ServletBinder

Binds a servlet to a URL.


Method Summary
 ServletBinder through(javax.servlet.Filter filter)
           
 void with(javax.servlet.http.HttpServlet servlet)
           
 

Method Detail

through

ServletBinder through(javax.servlet.Filter filter)
Parameters:
filter - the filter to trigger while processing the path.
Returns:
this.

with

void with(javax.servlet.http.HttpServlet servlet)
Parameters:
servlet - the servlet to execute on this path.


Copyright © 2011. All Rights Reserved.