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

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

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

Methods in com.vaadin.terminal.gwt.server that return AbstractApplicationPortlet.RequestType
protected  AbstractApplicationPortlet.RequestType AbstractApplicationPortlet.getRequestType(PortletRequest request)
           
static AbstractApplicationPortlet.RequestType AbstractApplicationPortlet.RequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractApplicationPortlet.RequestType[] AbstractApplicationPortlet.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.