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