net.sourceforge.jfacets
Interface IFacetFactory
- All Known Implementing Classes:
- DefaultFacetFactory
public interface IFacetFactory
FacetFactories serves to instanciate facets.
When you try to get a facet, the framework tries to find the appropriate
descriptor for the (name, profile, targetObject) key. If found, it uses
the FacetFactory to create an instance of the facet.
Facet factories, as of JFacets 2.0, can now create objects
that doesn't implement the IFacet interface, for greater flexibility.
- Author:
- Remi VANKEISBELCK - rvkb.com (remi 'at' rvkb.com)
createFacet
java.lang.Object createFacet(FacetDescriptor d)
Copyright © 2011. All Rights Reserved.