Package org.zkoss.zk.ui.http
Interface ScriptManager
-
- All Known Implementing Classes:
ScriptManagerImpl
public interface ScriptManagerA manager to manage the script of WPD. SeeWpdExtendlet- Since:
- 7.0.0
- Author:
- RaymondChao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisScriptIgnored(jakarta.servlet.ServletRequest request, java.lang.String jspath)Check whether the script should be loaded or ignored.
-