public class SpringViewDisplayRegistrationBean extends Object implements Serializable
SpringViewDisplay,
SpringViewDisplayPostProcessor,
Serialized Form| Constructor and Description |
|---|
SpringViewDisplayRegistrationBean() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getSpringViewDisplay(org.springframework.context.ApplicationContext applicationContext) |
void |
setBeanClass(Class<?> beanClass)
Set the class of the bean that has the view display annotation.
|
void |
setBeanName(String beanName)
Set the name of the bean that has the view display annotation.
|
public Object getSpringViewDisplay(org.springframework.context.ApplicationContext applicationContext)
public void setBeanClass(Class<?> beanClass)
setBeanName(String) should be called.beanClass - class of the bean that contains the SpringViewDisplay
annotation or has it directly on the classpublic void setBeanName(String beanName)
setBeanClass(Class) should be called.beanName - name of the bean that has the SpringViewDisplay annotationCopyright © 2017 Vaadin Ltd. All Rights Reserved.