Uses of Interface
jetbrains.spring.web.JspHandler
-
Packages that use JspHandler Package Description jetbrains.spring.web -
-
Uses of JspHandler in jetbrains.spring.web
Methods in jetbrains.spring.web that return types with arguments of type JspHandler Modifier and Type Method Description Collection<JspHandler>
JspManager. getRegisteredHandlers()
Methods in jetbrains.spring.web with parameters of type JspHandler Modifier and Type Method Description void
JspManager. registerHandler(JspHandler handler)
boolean
JspManager. unregisterHandler(JspHandler handler)
-