Uses of Interface
com.vaadin.terminal.DeploymentConfiguration

Packages that use DeploymentConfiguration
com.vaadin.terminal   
com.vaadin.terminal.gwt.server   
 

Uses of DeploymentConfiguration in com.vaadin.terminal
 

Methods in com.vaadin.terminal that return DeploymentConfiguration
 DeploymentConfiguration WrappedRequest.getDeploymentConfiguration()
          Gets the deployment configuration for the context of this request.
 DeploymentConfiguration CombinedRequest.getDeploymentConfiguration()
           
 DeploymentConfiguration WrappedResponse.getDeploymentConfiguration()
          Gets the deployment configuration for the context of this response.
 

Uses of DeploymentConfiguration in com.vaadin.terminal.gwt.server
 

Methods in com.vaadin.terminal.gwt.server that return DeploymentConfiguration
protected  DeploymentConfiguration AbstractApplicationServlet.getDeploymentConfiguration()
          Gets a the deployment configuration for this servlet.
 DeploymentConfiguration WrappedPortletRequest.getDeploymentConfiguration()
           
 DeploymentConfiguration WrappedPortletResponse.getDeploymentConfiguration()
           
 DeploymentConfiguration WrappedHttpServletRequest.getDeploymentConfiguration()
           
 DeploymentConfiguration WrappedHttpServletResponse.getDeploymentConfiguration()
           
 

Constructors in com.vaadin.terminal.gwt.server with parameters of type DeploymentConfiguration
AbstractApplicationPortlet.WrappedGateinRequest(PortletRequest request, DeploymentConfiguration deploymentConfiguration)
           
AbstractApplicationPortlet.WrappedHttpAndPortletRequest(PortletRequest request, HttpServletRequest originalRequest, DeploymentConfiguration deploymentConfiguration)
           
AbstractApplicationPortlet.WrappedLiferayRequest(PortletRequest request, DeploymentConfiguration deploymentConfiguration)
           
WrappedHttpServletRequest(HttpServletRequest request, DeploymentConfiguration deploymentConfiguration)
          Wraps a http servlet request and associates with a deployment configuration
WrappedHttpServletResponse(HttpServletResponse response, DeploymentConfiguration deploymentConfiguration)
          Wraps a http servlet response and an associated deployment configuration
WrappedPortletRequest(PortletRequest request, DeploymentConfiguration deploymentConfiguration)
          Wraps a portlet request and an associated deployment configuration
WrappedPortletResponse(PortletResponse response, DeploymentConfiguration deploymentConfiguration)
          Wraps a portlet response and an associated deployment configuration
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.