Added Methods |
void configureServlets()
|
Servlet Mapping EDSL
|
FilterKeyBindingBuilder filter(String, String[])
|
@param urlPattern Any Servlet-style pattern. |
FilterKeyBindingBuilder filterRegex(String, String[])
|
@param regex Any Java-style regular expression. |
ServletContext getServletContext()
|
This method only works if you are using the GuiceServletContextListener to
create your injector. |
ServletKeyBindingBuilder serve(String, String[])
|
@param urlPattern Any Servlet-style pattern. |
ServletKeyBindingBuilder serveRegex(String, String[])
|
@param regex Any Java-style regular expression. |