| Interface | Description |
|---|---|
| Facet<FACETEDTYPE extends Faceted<?>> | |
| Faceted<FACETTYPE extends Facet<?>> | |
| FacetFactory |
Responsible for instantiation of new
Facet instances. |
| FacetListener |
A listener for
FacetEvent events. |
| MutableFacet<FACETEDTYPE extends Faceted<?>> |
A
Facet with a mutable Facet.getFaceted(). |
| MutableFaceted<FACETTYPE extends Facet<?>> |
A mutable
Faceted type. |
| Class | Description |
|---|---|
| AbstractFacet<FACETEDTYPE extends Faceted<?>> |
A base convenience
Facet abstract class. |
| AbstractFaceted<FACETTYPE extends Facet<?>> |
| Exception | Description |
|---|---|
| FacetIsAmbiguousException |
An exception representing the state where a facet was requested, but more than one implementation was found.
|
| FacetNotFoundException |
An exception representing the state where a facet was requested, but was not available.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.