org.zkoss.zkmax.ui.http
Class ScriptManagerImpl

java.lang.Object
  extended by 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
ScriptManagerImpl()
           
 
Method Summary
 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.


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo