public interface FacetsFacet extends MultipleValueFacet
Corresponds to the Facets annotation in the applib.
This Facet allows the FacetFactory(s) that will create
those Facets to be accessed. Which, admittedly, is rather confusing.
| Modifier and Type | Method and Description |
|---|---|
Class<? extends FacetFactory>[] |
facetFactories()
Returns the fully qualified class of the facet factory, which should be
Class.isAssignableFrom(Class) FacetFactory. |
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetClass<? extends FacetFactory>[] facetFactories()
Class.isAssignableFrom(Class) FacetFactory.
Includes both the named facet factories and those identified directly by
class. However, all are guaranteed to implement FacetFactory.
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.