@Dependent public class FacetFactory extends Object
Facets through CDI.| Constructor and Description |
|---|
FacetFactory(FacetRegistry registry,
javax.enterprise.inject.spi.BeanManager bm) |
@Inject public FacetFactory(FacetRegistry registry, javax.enterprise.inject.spi.BeanManager bm)
@Deprecated public List<Facet> getFacets()
public <T extends Facet> T getFacet(Class<T> type) throws FacetNotFoundException
FacetNotFoundExceptionpublic Facet getFacetByName(String facetName) throws FacetNotFoundException
FacetNotFoundExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.