Uses of Interface
org.directwebremoting.WebContextFactory.WebContextBuilder

Packages that use WebContextFactory.WebContextBuilder
org.directwebremoting   
org.directwebremoting.impl   
org.directwebremoting.spring   
 

Uses of WebContextFactory.WebContextBuilder in org.directwebremoting
 

Methods in org.directwebremoting with parameters of type WebContextFactory.WebContextBuilder
static void WebContextFactory.setWebContextBuilder(WebContextFactory.WebContextBuilder builder)
          Internal method to allow us to get the WebContextBuilder from which we will get WebContext objects.
 

Uses of WebContextFactory.WebContextBuilder in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement WebContextFactory.WebContextBuilder
 class DefaultWebContextBuilder
          A WebContextBuilder that creates DefaultWebContexts.
 

Methods in org.directwebremoting.impl that return WebContextFactory.WebContextBuilder
static WebContextFactory.WebContextBuilder StartupUtil.initWebContext(javax.servlet.ServletConfig servletConfig, javax.servlet.ServletContext servletContext, Container container)
          Get the WebContextFactory.WebContextBuilder out of the Container, configure it (call WebContextBuilder#set()) and use it to configure the WebContextFactory.
 

Methods in org.directwebremoting.impl with parameters of type WebContextFactory.WebContextBuilder
static void ContainerUtil.prepareForWebContextFilter(javax.servlet.ServletContext context, javax.servlet.ServletConfig config, Container container, WebContextFactory.WebContextBuilder webContextBuilder, javax.servlet.http.HttpServlet servlet)
          Make some changes to the ServletContext so DwrWebContextFilter can find the Container etc.
 

Uses of WebContextFactory.WebContextBuilder in org.directwebremoting.spring
 

Fields in org.directwebremoting.spring declared as WebContextFactory.WebContextBuilder
protected  WebContextFactory.WebContextBuilder DwrSpringServlet.webContextBuilder
          The WebContext that keeps http objects local to a thread
protected  WebContextFactory.WebContextBuilder DwrController.webContextBuilder
          The builder for the WebContext that keeps http objects local to a thread
 



Copyright © 2007. All Rights Reserved.