org.directwebremoting.ui.servlet
Class DojoUtilHandler

java.lang.Object
  extended by org.directwebremoting.servlet.CachingHandler
      extended by org.directwebremoting.servlet.TemplateHandler
          extended by org.directwebremoting.servlet.JavaScriptHandler
              extended by org.directwebremoting.servlet.FileJavaScriptHandler
                  extended by org.directwebremoting.ui.servlet.BaseUtilHandler
                      extended by org.directwebremoting.ui.servlet.DojoUtilHandler
All Implemented Interfaces:
Handler

public class DojoUtilHandler
extends BaseUtilHandler

A Handler that supports requests for util.js compatible with the Dojo format.

Author:
Mike Wilson

Constructor Summary
DojoUtilHandler()
           
 
Method Summary
 void setDojoDwrBaseModulePath(java.lang.String modulePath)
          Setter for the module path that dwr.engine is on
 
Methods inherited from class org.directwebremoting.servlet.FileJavaScriptHandler
generateCachableContent
 
Methods inherited from class org.directwebremoting.servlet.JavaScriptHandler
setCompressor, setDebug
 
Methods inherited from class org.directwebremoting.servlet.CachingHandler
getMimeType, handle, setIgnoreLastModified, setMimeType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DojoUtilHandler

public DojoUtilHandler()
Method Detail

setDojoDwrBaseModulePath

public void setDojoDwrBaseModulePath(java.lang.String modulePath)
Setter for the module path that dwr.engine is on

Parameters:
modulePath - the modulePath to set

Copyright ยจ 2008