Package org.bluezoo.gumdrop.servlet.jsp
Interface JSPHotReloader.JSPReloadCallback
- Enclosing class:
- JSPHotReloader
public static interface JSPHotReloader.JSPReloadCallback
Callback interface for JSP reload events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonJSPModified(String jspPath, Set<String> affectedPaths) Called when a JSP file has been modified.
-
Method Details
-
onJSPModified
Called when a JSP file has been modified.- Parameters:
jspPath- the path of the modified JSP file (relative to webapp root)affectedPaths- set of JSP paths that need recompilation (including dependents)
-