Interface JSPHotReloader.JSPReloadCallback

Enclosing class:
JSPHotReloader

public static interface JSPHotReloader.JSPReloadCallback
Callback interface for JSP reload events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onJSPModified(String jspPath, Set<String> affectedPaths)
    Called when a JSP file has been modified.
  • Method Details

    • onJSPModified

      void onJSPModified(String jspPath, Set<String> affectedPaths)
      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)