|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.servlet.CachingHandler
org.directwebremoting.servlet.TemplateHandler
org.directwebremoting.servlet.JavaScriptHandler
org.directwebremoting.servlet.FileJavaScriptHandler
org.directwebremoting.servlet.EngineHandler
public class EngineHandler
A Handler that supports requests for engine.js
| Constructor Summary | |
|---|---|
EngineHandler()
Setup the default values |
|
| 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 |
setPlainCallHandlerUrl(java.lang.String plainCallHandlerUrl)
|
void |
setPlainPollHandlerUrl(java.lang.String plainPollHandlerUrl)
|
void |
setRemoter(Remoter remoter)
|
void |
setScriptSessionManager(ScriptSessionManager scriptSessionManager)
|
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? |
| 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 |
|---|
public EngineHandler()
| 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 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 setpublic void setRemoter(Remoter remoter)
remoter - the remoter to setpublic void setScriptSessionManager(ScriptSessionManager scriptSessionManager)
scriptSessionManager - the scriptSessionManager to set
|
Copyright ¨ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||