|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.servlet.CachingFileHandler
org.directwebremoting.servlet.TemplateHandler
org.directwebremoting.servlet.JavaScriptHandler
org.directwebremoting.servlet.EngineHandler
public class EngineHandler
A Handler that supports requests for engine.js
| Constructor Summary | |
|---|---|
EngineHandler()
Setup the JavaScriptHandler defaults |
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getSearchReplacePairs()
Mostly when we send a file out, we don't change anything so the default set of search and replaces is empty. |
void |
setAllowGetForSafariButMakeForgeryEasier(boolean allowGetForSafariButMakeForgeryEasier)
|
void |
setHtmlCallHandlerUrl(java.lang.String htmlCallHandlerUrl)
|
void |
setHtmlPollHandlerUrl(java.lang.String htmlPollHandlerUrl)
|
void |
setMaxWaitAfterWrite(int maxWaitAfterWrite)
Sometimes with proxies, you need to close the stream all the time to make the flush work. |
void |
setOverridePath(java.lang.String overridePath)
If we need to override the default path |
void |
setPlainCallHandlerUrl(java.lang.String plainCallHandlerUrl)
|
void |
setPlainPollHandlerUrl(java.lang.String plainPollHandlerUrl)
|
void |
setScriptTagProtection(java.lang.String scriptTagProtection)
What is the string we use for script tag hack protection |
void |
setServerLoadMonitor(ServerLoadMonitor serverLoadMonitor)
Are we supporting streaming? |
void |
setSessionCookieName(java.lang.String sessionCookieName)
Alter the session cookie name from the default JSESSIONID. |
| Methods inherited from class org.directwebremoting.servlet.JavaScriptHandler |
|---|
setCompressionLevel, setScriptCompressed |
| Methods inherited from class org.directwebremoting.servlet.CachingFileHandler |
|---|
getMimeType, handle, setIgnoreLastModified, setMimeType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EngineHandler()
JavaScriptHandler defaults
| Method Detail |
|---|
public java.util.Map<java.lang.String,java.lang.String> getSearchReplacePairs()
TemplateHandler
getSearchReplacePairs in class TemplateHandlerpublic void setServerLoadMonitor(ServerLoadMonitor serverLoadMonitor)
serverLoadMonitor - the serverLoadMonitor to setpublic void setAllowGetForSafariButMakeForgeryEasier(boolean allowGetForSafariButMakeForgeryEasier)
allowGetForSafariButMakeForgeryEasier - Do we reduce security to help Safaripublic void setScriptTagProtection(java.lang.String scriptTagProtection)
scriptTagProtection - the scriptTagProtection to setpublic void setOverridePath(java.lang.String overridePath)
overridePath - The new override pathpublic void setSessionCookieName(java.lang.String sessionCookieName)
sessionCookieName - the sessionCookieName to setpublic void setMaxWaitAfterWrite(int maxWaitAfterWrite)
maxWaitAfterWrite - the maxWaitAfterWrite to setpublic void setPlainCallHandlerUrl(java.lang.String plainCallHandlerUrl)
plainCallHandlerUrl - the plainCallHandlerUrl to setpublic void setPlainPollHandlerUrl(java.lang.String plainPollHandlerUrl)
plainPollHandlerUrl - the plainPollHandlerUrl to setpublic void setHtmlCallHandlerUrl(java.lang.String htmlCallHandlerUrl)
htmlCallHandlerUrl - the htmlCallHandlerUrl to setpublic void setHtmlPollHandlerUrl(java.lang.String htmlPollHandlerUrl)
htmlPollHandlerUrl - the htmlPollHandlerUrl to set
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||