| |
|
| java.lang.Object org.directwebremoting.servlet.CachingFileHandler org.directwebremoting.servlet.TemplateHandler org.directwebremoting.servlet.JavaScriptHandler org.directwebremoting.servlet.EngineHandler
EngineHandler | public class EngineHandler extends JavaScriptHandler (Code) | | A Handler that supports requests for engine.js
author: Joe Walker [joe at getahead dot ltd dot uk] |
setAllowGetForSafariButMakeForgeryEasier | public void setAllowGetForSafariButMakeForgeryEasier(boolean allowGetForSafariButMakeForgeryEasier)(Code) | | Parameters: allowGetForSafariButMakeForgeryEasier - Do we reduce security to help Safari |
setHtmlCallHandlerUrl | public void setHtmlCallHandlerUrl(String htmlCallHandlerUrl)(Code) | | Parameters: htmlCallHandlerUrl - the htmlCallHandlerUrl to set |
setHtmlPollHandlerUrl | public void setHtmlPollHandlerUrl(String htmlPollHandlerUrl)(Code) | | Parameters: htmlPollHandlerUrl - the htmlPollHandlerUrl to set |
setMaxWaitAfterWrite | public void setMaxWaitAfterWrite(int maxWaitAfterWrite)(Code) | | Sometimes with proxies, you need to close the stream all the time to
make the flush work. A value of -1 indicated that we do not do early
closing after writes.
Parameters: maxWaitAfterWrite - the maxWaitAfterWrite to set |
setPlainCallHandlerUrl | public void setPlainCallHandlerUrl(String plainCallHandlerUrl)(Code) | | Parameters: plainCallHandlerUrl - the plainCallHandlerUrl to set |
setPlainPollHandlerUrl | public void setPlainPollHandlerUrl(String plainPollHandlerUrl)(Code) | | Parameters: plainPollHandlerUrl - the plainPollHandlerUrl to set |
setRemoter | public void setRemoter(Remoter remoter)(Code) | | Parameters: remoter - the remoter to set |
setScriptTagProtection | public void setScriptTagProtection(String scriptTagProtection)(Code) | | What is the string we use for script tag hack protection
Parameters: scriptTagProtection - the scriptTagProtection to set |
setServerLoadMonitor | public void setServerLoadMonitor(ServerLoadMonitor serverLoadMonitor)(Code) | | Are we supporting streaming?
Parameters: serverLoadMonitor - the serverLoadMonitor to set |
setSessionCookieName | public void setSessionCookieName(String sessionCookieName)(Code) | | Alter the session cookie name from the default JSESSIONID.
Parameters: sessionCookieName - the sessionCookieName to set |
|
|
|