public interface ServletBinder
Modifier and Type | Method and Description |
---|---|
ServletBinder |
through(javax.servlet.Filter filter)
Set the filter to trigger while processing the path.
|
void |
with(javax.servlet.http.HttpServlet servlet)
Set the servlet to execute on this path
|
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 © 2019 Eclipse JGit Project. All rights reserved.