Interface ScriptManager

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isScriptIgnored​(javax.servlet.ServletRequest request, java.lang.String jspath)
      Check whether the script should be loaded or ignored.
    • Method Detail

      • isScriptIgnored

        boolean isScriptIgnored​(javax.servlet.ServletRequest request,
                                java.lang.String jspath)
        Check whether the script should be loaded or ignored.
        Parameters:
        request - the client request information.
        jspath - the javascript's path
        Returns:
        true if it should be ignored.