|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FacetsFacet
Indicates that this class has additional arbitrary facets, to be processed.
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.
| Method Summary | |
|---|---|
java.lang.Class<? extends FacetFactory>[] |
facetFactories()
Returns the fully qualified class of the facet factory, which should be Class.isAssignableFrom(Class) FacetFactory. |
| Methods inherited from interface org.nakedobjects.metamodel.facets.Facet |
|---|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet |
| Method Detail |
|---|
java.lang.Class<? 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||