|
Deprecated Methods |
org.directwebremoting.util.BrowserDetect.debugBrowserVersions(HttpServletRequest)
This method is for debugging only |
org.directwebremoting.util.FakeHttpServletResponse.encodeRedirectUrl(String)
|
org.directwebremoting.util.FakeHttpServletResponse.encodeUrl(String)
|
org.directwebremoting.extend.DebugPageGenerator.generateEngineUrl(String)
Please tell the DWR users mailing list users@dwr.dev.java.net if you use this |
org.directwebremoting.impl.DefaultDebugPageGenerator.generateEngineUrl(String)
|
org.directwebremoting.extend.DebugPageGenerator.generateInterfaceUrl(String, String)
Please tell the DWR users mailing list users@dwr.dev.java.net if you use this |
org.directwebremoting.impl.DefaultDebugPageGenerator.generateInterfaceUrl(String, String)
|
org.directwebremoting.extend.DebugPageGenerator.generateLibraryUrl(String, String)
Please tell the DWR users mailing list users@dwr.dev.java.net if you use this |
org.directwebremoting.impl.DefaultDebugPageGenerator.generateLibraryUrl(String, String)
|
org.directwebremoting.ServerContextFactory.get(ServletContext)
Use the plain ServerContextFactory.get() version |
org.directwebremoting.ServerContext.getAllScriptSessions()
Use Browser.withAllSessions(Runnable) instead |
org.directwebremoting.extend.DebugPageGenerator.getAvailableLibraries()
Please tell the DWR users mailing list users@dwr.dev.java.net if you use this |
org.directwebremoting.impl.DefaultDebugPageGenerator.getAvailableLibraries()
|
org.directwebremoting.util.FakeHttpServletRequest.getRealPath(String)
|
org.directwebremoting.ServerContext.getScriptSessionById(String)
Use Browser.withSession(String, Runnable) instead |
org.directwebremoting.ServerContext.getScriptSessionsByPage(String)
Use Browser.withPage(String, Runnable) instead |
org.directwebremoting.util.FakeServletContext.getServlet(String)
|
org.directwebremoting.util.FakeServletContext.getServletNames()
|
org.directwebremoting.util.FakeServletContext.getServlets()
|
org.directwebremoting.util.FakeHttpSession.getSessionContext()
|
org.directwebremoting.util.FakeHttpSession.getValue(String)
|
org.directwebremoting.util.FakeHttpSession.getValueNames()
|
org.directwebremoting.Container.initializeBean(Object)
|
org.directwebremoting.io.QueryOptions.isDeep()
|
org.directwebremoting.util.FakeHttpServletRequest.isRequestedSessionIdFromUrl()
|
org.directwebremoting.util.FakeServletContext.log(Exception, String)
|
org.directwebremoting.util.FakeHttpSession.putValue(String, Object)
|
org.directwebremoting.util.FakeHttpSession.removeValue(String)
|
org.directwebremoting.dwrp.BasePollHandler.setPollAndCometEnabled(boolean)
Use BasePollHandler.setActiveReverseAjaxEnabled(boolean) |
org.directwebremoting.io.StoreRegion.setQuery(Map)
For DWR internal use only. Use constructor injection |
org.directwebremoting.io.StoreRegion.setQueryOptions(QueryOptions)
For DWR internal use only. Use constructor injection |
org.directwebremoting.util.SwallowingHttpServletResponse.setStatus(int, String)
|
org.directwebremoting.util.FakeHttpServletResponse.setStatus(int, String)
|
org.directwebremoting.impl.PollingServerLoadMonitor.setTimeToNextPoll(int)
Use PollingServerLoadMonitor.setDisconnectedTime(int) instead |
org.directwebremoting.spring.SpringCreator.setXmlBeanFactory(BeanFactory)
This method is misnamed use setOverrideBeanFactory |