|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |