public class AnnotationUtil extends Object
| Constructor and Description |
|---|
AnnotationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getCDIViewMappings(javax.enterprise.inject.spi.BeanManager beanManager) |
static Set<javax.enterprise.inject.spi.Bean<?>> |
getRootUiBeans(javax.enterprise.inject.spi.BeanManager beanManager)
Search all UI beans with
CDIUI annotation without a path
parameter (root beans). |
static Set<javax.enterprise.inject.spi.Bean<?>> |
getUiBeans(javax.enterprise.inject.spi.BeanManager beanManager)
List all UI beans (whether or not they have the
CDIUI annotation. |
public static Set<javax.enterprise.inject.spi.Bean<?>> getRootUiBeans(javax.enterprise.inject.spi.BeanManager beanManager)
CDIUI annotation without a path
parameter (root beans).
The actual URL of the UI will be preceded by the servlet URL mapping that
can be specified with the URLMapping annotation on the root
CDIUI, in web.xml or using Servlet 3.0 annotations.CDIUI annotation without pathpublic static Set<javax.enterprise.inject.spi.Bean<?>> getUiBeans(javax.enterprise.inject.spi.BeanManager beanManager)
CDIUI annotation.beanManager - Copyright © 2018 Vaadin Ltd. All Rights Reserved.