Uses of Class
com.vaadin.server.ServiceException

Packages that use ServiceException
com.vaadin.server   
com.vaadin.server.communication   
 

Uses of ServiceException in com.vaadin.server
 

Methods in com.vaadin.server that throw ServiceException
static void ServletPortletHelper.checkUiProviders(VaadinSession session, VaadinService vaadinService)
          Deprecated.  
protected  VaadinPortletService VaadinPortlet.createPortletService(DeploymentConfiguration deploymentConfiguration)
           
protected  java.util.List<RequestHandler> VaadinServletService.createRequestHandlers()
           
protected  java.util.List<RequestHandler> VaadinService.createRequestHandlers()
          Called during initialization to add the request handlers for the service.
protected  java.util.List<RequestHandler> VaadinPortletService.createRequestHandlers()
           
protected  VaadinServletService VaadinServlet.createServletService(DeploymentConfiguration deploymentConfiguration)
           
protected  VaadinSession VaadinService.createVaadinSession(VaadinRequest request)
          Creates a new Vaadin session for this service and request
protected  VaadinSession VaadinPortletService.createVaadinSession(VaadinRequest request)
           
 VaadinSession VaadinService.findVaadinSession(VaadinRequest request)
          Attempts to find a Vaadin service session associated with this request.
 void VaadinService.handleRequest(VaadinRequest request, VaadinResponse response)
          Handles the incoming request and writes the response into the response object.
protected  void VaadinService.handleSessionExpired(VaadinRequest request, VaadinResponse response)
          Called when the session has expired and the request handling is therefore aborted.
 void VaadinService.init()
          Initializes this service.
static void ServletPortletHelper.initDefaultUIProvider(VaadinSession session, VaadinService vaadinService)
          Deprecated.  
 void SessionInitListener.sessionInit(SessionInitEvent event)
          Invoked when a new Vaadin service session is initialized for that service.
 

Constructors in com.vaadin.server that throw ServiceException
VaadinPortletService(VaadinPortlet portlet, DeploymentConfiguration deploymentConfiguration)
           
VaadinServletService(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration)
           
 

Uses of ServiceException in com.vaadin.server.communication
 

Constructors in com.vaadin.server.communication that throw ServiceException
PushRequestHandler(VaadinServletService service)
           
 



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