public interface ServletBinder
Modifier and Type | Method and Description |
---|---|
ServletBinder |
through(javax.servlet.Filter filter) |
void |
with(javax.servlet.http.HttpServlet servlet) |
ServletBinder through(javax.servlet.Filter filter)
filter
- the filter to trigger while processing the path.this
.void with(javax.servlet.http.HttpServlet servlet)
servlet
- the servlet to execute on this path.Copyright © 2017 Eclipse JGit Project. All rights reserved.