com.vaadin.spring.navigator
Class SpringViewProvider.ViewInfo

java.lang.Object
  extended by com.vaadin.spring.navigator.SpringViewProvider.ViewInfo
All Implemented Interfaces:
Serializable
Enclosing class:
SpringViewProvider

protected static class SpringViewProvider.ViewInfo
extends Object
implements Serializable

Internal class used to communicate info on available views within the view provider.

See Also:
Serialized Form

Constructor Summary
SpringViewProvider.ViewInfo(String viewName, String beanName)
           
 
Method Summary
 String getBeanName()
           
 String getViewName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringViewProvider.ViewInfo

public SpringViewProvider.ViewInfo(String viewName,
                                   String beanName)
Method Detail

getViewName

public String getViewName()

getBeanName

public String getBeanName()


Copyright © 2016 Vaadin Ltd. All Rights Reserved.