Package org.zkoss.zkmax.ui.http
Class ScriptManagerImpl
- java.lang.Object
-
- org.zkoss.zkmax.ui.http.ScriptManagerImpl
-
- All Implemented Interfaces:
ScriptManager
public class ScriptManagerImpl extends java.lang.Object implements ScriptManager
The implementation of the script manager (ScriptManager
).- Since:
- 7.0.0
- Author:
- RaymondChao
-
-
Constructor Summary
Constructors Constructor Description ScriptManagerImpl()
-
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.
-
-
-
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 interfaceScriptManager
- Parameters:
request
- the client request information.jspath
- the javascript's path- Returns:
- true if it should be ignored.
-
-