Uses of Class
com.vaadin.server.VaadinServlet.RequestType
-
Packages that use VaadinServlet.RequestType Package Description com.vaadin.server -
-
Uses of VaadinServlet.RequestType in com.vaadin.server
Methods in com.vaadin.server that return VaadinServlet.RequestType Modifier and Type Method Description protected VaadinServlet.RequestTypeVaadinServlet. getRequestType(VaadinServletRequest request)Deprecated.As of 7.0.static VaadinServlet.RequestTypeVaadinServlet.RequestType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static VaadinServlet.RequestType[]VaadinServlet.RequestType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-