Uses of Class
com.vaadin.terminal.gwt.server.AbstractApplicationServlet.RequestType

Packages that use AbstractApplicationServlet.RequestType
com.vaadin.terminal.gwt.server   
 

Uses of AbstractApplicationServlet.RequestType in com.vaadin.terminal.gwt.server
 

Methods in com.vaadin.terminal.gwt.server that return AbstractApplicationServlet.RequestType
protected  AbstractApplicationServlet.RequestType AbstractApplicationServlet.getRequestType(HttpServletRequest request)
           
static AbstractApplicationServlet.RequestType AbstractApplicationServlet.RequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractApplicationServlet.RequestType[] AbstractApplicationServlet.RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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