|
Deprecated Methods |
org.directwebremoting.impl.ContainerUtil.createDefaultContainer(ServletConfig)
Use ContainerUtil.createAndSetupDefaultContainer(ServletConfig) |
org.directwebremoting.util.SwallowingHttpServletResponse.encodeRedirectUrl(String)
|
org.directwebremoting.util.FakeHttpServletResponse.encodeRedirectUrl(String)
|
org.directwebremoting.util.SwallowingHttpServletResponse.encodeUrl(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)
|
uk.ltd.getahead.dwr.WebContextFactory.get()
Use org.directwebremoting.WebContextFactory.get() |
uk.ltd.getahead.dwr.ExecutionContext.get()
Use WebContextFactory.get() for better results |
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.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.impl.StartupUtil.initHub(ServletContext, Container)
Use StartupUtil.initContainerBeans(ServletConfig, ServletContext, Container) |
org.directwebremoting.impl.StartupUtil.initServerContext(ServletConfig, ServletContext, Container)
Use StartupUtil.initContainerBeans(ServletConfig, ServletContext, Container) |
org.directwebremoting.impl.StartupUtil.initWebContext(ServletConfig, ServletContext, Container)
Use StartupUtil.initContainerBeans(ServletConfig, ServletContext, Container) |
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.PollHandler.setPollAndCometEnabled(boolean)
Use PollHandler.setActiveReverseAjaxEnabled(boolean) |
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.impl.StartupUtil.setupLogging(ServletConfig, HttpServlet)
Since version 2.1 DWR does not use Servlet Logging |
org.directwebremoting.spring.SpringCreator.setXmlBeanFactory(BeanFactory)
This method is misnamed use setOverrideBeanFactory |