|
||||||||||
| 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.BaseEngineHandler
public class BaseEngineHandler
A Handler that supports requests for engine.js
| Constructor Summary | |
|---|---|
BaseEngineHandler()
Setup the default values |
|
| Method Summary | |
|---|---|
void |
setAllowGetButMakeForgeryEasier(boolean allowGetButMakeForgeryEasier)
|
void |
setCookieAttributes(java.lang.String attributeString)
Extra attributes to append to the DWRSESSIONID cookie (domain, secure, etc) |
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 |
setOverrideContextPath(java.lang.String overridePath)
If we need to override the default contextPath |
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 |
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.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 |
|---|
public BaseEngineHandler()
| Method Detail |
|---|
public void setServerLoadMonitor(ServerLoadMonitor serverLoadMonitor)
serverLoadMonitor - the serverLoadMonitor to setpublic void setAllowGetButMakeForgeryEasier(boolean allowGetButMakeForgeryEasier)
allowGetButMakeForgeryEasier - Do we reduce securitypublic 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 setpublic void setOverridePath(java.lang.String overridePath)
overridePath - The new override pathpublic void setOverrideContextPath(java.lang.String overridePath)
overridePath - The new contextPathpublic void setCookieAttributes(java.lang.String attributeString)
attributeString - attribute string according to cookie syntax
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||