org.zkoss.zk.ui.http
Interface ScriptManager
- All Known Implementing Classes:
- ScriptManagerImpl, ScriptManagerImpl
public interface ScriptManager
A manager to manage the script of WPD.
See WpdExtendlet
- Since:
- 7.0.0
- Author:
- RaymondChao
Method Summary |
boolean |
isScriptIgnored(javax.servlet.ServletRequest request,
java.lang.String jspath)
Check whether the script should be loaded or ignored. |
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.
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.