Class ScriptManagerImpl

  • All Implemented Interfaces:
    org.zkoss.zk.ui.http.ScriptManager

    public class ScriptManagerImpl
    extends java.lang.Object
    implements org.zkoss.zk.ui.http.ScriptManager
    The 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)  
      • 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)
        Specified by:
        isScriptIgnored in interface org.zkoss.zk.ui.http.ScriptManager