Uses of Class
net.sourceforge.jfacets.FacetDescriptor

Packages that use FacetDescriptor
net.sourceforge.jfacets   
net.sourceforge.jfacets.annotations   
net.sourceforge.jfacets.impl   
 

Uses of FacetDescriptor in net.sourceforge.jfacets
 

Methods in net.sourceforge.jfacets that return FacetDescriptor
 FacetDescriptor IFacetDescriptorManager.getDescriptor(java.lang.String name, java.lang.String profileId, java.lang.Class targetObjectType)
          returns the descriptor for passed parameters, null if not found.
 FacetDescriptor[] IFacetDescriptorManager.getDescriptors()
          Return all managed facet descriptors
 FacetDescriptor[] IFacetRepository.getDescriptors(IProfile profile, java.lang.Class targetObjectType)
          Return all the facet descriptors that match passed profile and object type, handling inheritance.
 FacetDescriptor IFacetContext.getFacetDescriptor()
          Return the facet descriptor that was used to lookup the facet
 

Methods in net.sourceforge.jfacets with parameters of type FacetDescriptor
 IFacetContext IFacetContextFactory.create(java.lang.String facetName, IProfile profile, java.lang.Object targetObject, FacetDescriptor facetDescriptor)
          Invoked by the framework to create facet contexts
 java.lang.Object IFacetFactory.createFacet(FacetDescriptor d)
           
private static boolean JFacets.isDescriptorOk(FacetDescriptor fd)
          Return true if all fields of the descriptor are filled in (name, profileId, targetObjectType and facetClass), false otherwise.
 

Uses of FacetDescriptor in net.sourceforge.jfacets.annotations
 

Fields in net.sourceforge.jfacets.annotations with type parameters of type FacetDescriptor
private  java.util.ArrayList<FacetDescriptor> AnnotatedFacetDescriptorManager.descriptors
          the list of loaded descriptors
 

Methods in net.sourceforge.jfacets.annotations that return FacetDescriptor
private  FacetDescriptor AnnotatedFacetDescriptorManager.createDescriptorForAnnotation(FacetKey annot, java.lang.Class facetClass)
          Create a descriptor for passed FacetKey and facet class and adds it to the descriptors list
 FacetDescriptor AnnotatedFacetDescriptorManager.getDescriptor(java.lang.String name, java.lang.String profileId, java.lang.Class targetObjectType)
          Return the descriptor sctrictly associated to passed params if any, null of not found.
 FacetDescriptor[] AnnotatedFacetDescriptorManager.getDescriptors()
          Return all descriptors in an array.
 

Uses of FacetDescriptor in net.sourceforge.jfacets.impl
 

Fields in net.sourceforge.jfacets.impl declared as FacetDescriptor
private  FacetDescriptor[] FacetDescriptorManager.descriptors
          an array of all loaded descriptors
private  FacetDescriptor DefaultFacetContext.facetDescriptor
           
 

Methods in net.sourceforge.jfacets.impl that return FacetDescriptor
 FacetDescriptor MetaFacetDescriptorManager.getDescriptor(java.lang.String name, java.lang.String profileId, java.lang.Class targetObjectType)
          Return the descriptor sctrictly associated to passed params if any, null of not found.
 FacetDescriptor FacetDescriptorManager.getDescriptor(java.lang.String name, java.lang.String profileId, java.lang.Class targetObjectType)
          returns the descriptor for passed parameters, null if not found.
 FacetDescriptor[] MetaFacetDescriptorManager.getDescriptors()
          Return all descriptors in an array.
 FacetDescriptor[] FacetsSaxParser.getDescriptors()
          Returns all loaded descriptors
 FacetDescriptor[] FacetDescriptorManager.getDescriptors()
          returns an array of all loaded descriptors
 FacetDescriptor[] FacetRepositoryImpl.getDescriptors(IProfile profile, java.lang.Class targetObjectType)
           
 FacetDescriptor DefaultFacetContext.getFacetDescriptor()
           
 

Methods in net.sourceforge.jfacets.impl that return types with arguments of type FacetDescriptor
protected  java.util.List<FacetDescriptor> MetaFacetDescriptorManager.concatAll()
           
 

Methods in net.sourceforge.jfacets.impl with parameters of type FacetDescriptor
 IFacetContext DefaultFacetContextFactory.create(java.lang.String facetName, IProfile profile, java.lang.Object targetObject, FacetDescriptor facetDescriptor)
          Creates a DefaultFacetContext for passed parameters.
 java.lang.Object DefaultFacetFactory.createFacet(FacetDescriptor d)
          Creates the facet for passed descriptor using Class.newInstance().
 

Method parameters in net.sourceforge.jfacets.impl with type arguments of type FacetDescriptor
private  java.lang.Object FacetRepositoryImpl.climbProfiles(java.lang.String facetName, IProfile profile, java.lang.Object targetObject, java.lang.Class targetObjectClass, java.util.List<FacetDescriptor> discardedDescriptors)
           
private  java.lang.Object FacetRepositoryImpl.climbTypes(java.lang.String facetName, IProfile profile, java.lang.Object targetObject, java.lang.Class targetObjectClass, java.util.List<java.lang.Class> alreadyCheckedClasses, java.util.List<FacetDescriptor> discardedDescriptors)
           
 

Constructors in net.sourceforge.jfacets.impl with parameters of type FacetDescriptor
DefaultFacetContext(java.lang.String facetName, IProfile profile, java.lang.Object targetObject, FacetDescriptor facetDescriptor)
           
 



Copyright © 2010. All Rights Reserved.