Interface ScriptManager

  • All Known Implementing Classes:
    ScriptManagerImpl

    public interface ScriptManager
    A manager to manage the script of WPD. See WpdExtendlet
    Since:
    7.0.0
    Author:
    RaymondChao
    • Method Summary

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

      • isScriptIgnored

        boolean isScriptIgnored​(jakarta.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.