Class ScriptManagerImpl

  • All Implemented Interfaces:
    ScriptManager

    public class ScriptManagerImpl
    extends java.lang.Object
    implements ScriptManager
    The default implementation of the script manager (ScriptManager).
    Since:
    7.0.0
    Author:
    RaymondChao
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScriptManagerImpl

        public ScriptManagerImpl()
    • Method Detail

      • isScriptIgnored

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