Uses of Class
com.vaadin.server.VaadinPortlet.RequestType

Packages that use VaadinPortlet.RequestType
com.vaadin.server   
 

Uses of VaadinPortlet.RequestType in com.vaadin.server
 

Methods in com.vaadin.server that return VaadinPortlet.RequestType
protected  VaadinPortlet.RequestType VaadinPortlet.getRequestType(VaadinPortletRequest vaadinRequest)
          Deprecated. As of 7.0. This is no longer used and only provided for backwards compatibility. Each RequestHandler can individually decide whether it wants to handle a request or not.
protected  VaadinPortlet.RequestType VaadinPortletService.getRequestType(VaadinRequest request)
          Deprecated. As of 7.0. Will likely change or be removed in a future version
static VaadinPortlet.RequestType VaadinPortlet.RequestType.valueOf(java.lang.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.
 



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