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 voidJspManager. registerHandler(JspHandler handler)booleanJspManager. unregisterHandler(JspHandler handler)
-