net.sourceforge.jfacets
Interface IFacetDescriptorManager

All Known Implementing Classes:
AnnotatedFacetDescriptorManager, FacetDescriptorManager, MetaFacetDescriptorManager

public interface IFacetDescriptorManager

The interface for Facet Descriptor Managers, which manages the facet descriptors. Provides access to the descriptors.


Method Summary
 FacetDescriptor getDescriptor(String name, String profileId, Class targetObjectType)
          returns the descriptor for passed parameters, null if not found.
 FacetDescriptor[] getDescriptors()
          Return all managed facet descriptors
 

Method Detail

getDescriptors

FacetDescriptor[] getDescriptors()
Return all managed facet descriptors


getDescriptor

FacetDescriptor getDescriptor(String name,
                              String profileId,
                              Class targetObjectType)
returns the descriptor for passed parameters, null if not found.
strict match : does not handle inheritance



Copyright © 2012. All Rights Reserved.