Package jetbrains.spring.web
-
Interface Summary Interface Description CustomUrlHandler IgnoredPathMatcher If this predicate is matched by a HTTP request path, such a request will never be treated as a multipart one, meaning Spring will no longer convert such request toMultipartHttpServletRequest
.JspHandler For every plugin we have to register the implementation of that interface to be able to redirect request for .jsp processing to plugin-provided instance of JspServlet.TeamCityJSPServlet TeamCityJSPServletFactory TeamCityServletHolder -
Class Summary Class Description JspConstants Created by IntelliJ IDEA.JspController JspManager Created by IntelliJ IDEA.TeamCityJSPServletFactoryImpl TeamCityJSPServletImpl TeamCityMultipartResolver TeamCitySimpleUrlHandlerMapping This class repeats functionality ofSimpleUrlHandlerMapping
but supports also unregistering handlers instances (it's needed for hot-reloading plugin issue)UrlMapping