org.nakedobjects.metamodel.facets.object.ident.icon
Class IconMethodFacetFactory

java.lang.Object
  extended by org.nakedobjects.metamodel.facets.FacetFactoryAbstract
      extended by org.nakedobjects.metamodel.java5.MethodPrefixBasedFacetFactoryAbstract
          extended by org.nakedobjects.metamodel.facets.object.ident.icon.IconMethodFacetFactory
All Implemented Interfaces:
FacetFactory, MethodPrefixBasedFacetFactory, SpecificationLoaderAware

public class IconMethodFacetFactory
extends MethodPrefixBasedFacetFactoryAbstract


Field Summary
 
Fields inherited from class org.nakedobjects.metamodel.java5.MethodPrefixBasedFacetFactoryAbstract
CHOICES_PREFIX, CLASS, DEFAULT_PREFIX, NO_PARAMETERS, NO_PARAMETERS_TYPES, OBJECT, VALIDATE_PREFIX
 
Constructor Summary
IconMethodFacetFactory()
           
 
Method Summary
 boolean process(java.lang.Class<?> cls, MethodRemover methodRemover, FacetHolder facetHolder)
          Process the class, and return the correctly setup annotation if present.
 
Methods inherited from class org.nakedobjects.metamodel.java5.MethodPrefixBasedFacetFactoryAbstract
findAndRemoveAlwaysHideMethod, findAndRemoveAlwaysHideMethod, findAndRemoveAlwaysHideMethod, findAndRemoveDescriptionMethod, findAndRemoveDescriptionMethod, findAndRemoveDescriptionMethod, findAndRemoveDisableForSessionMethod, findAndRemoveDisableForSessionMethod, findAndRemoveDisableMethod, findAndRemoveDisableMethod, findAndRemoveDisableMethod, findAndRemoveHideForSessionMethod, findAndRemoveHideForSessionMethod, findAndRemoveHideMethod, findAndRemoveHideMethod, findAndRemoveHideMethod, findAndRemoveNameMethod, findAndRemoveNameMethod, findAndRemoveNameMethod, findAndRemoveProtectMethod, findAndRemoveProtectMethod, findAndRemoveProtectMethod, findMethod, findMethod, findMethodWithOrWithoutParameters, getPrefixes, paramTypesOrNull, removeMethod
 
Methods inherited from class org.nakedobjects.metamodel.facets.FacetFactoryAbstract
getFeatureTypes, getSpecificationLoader, process, processParams, setSpecificationLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.metamodel.facets.FacetFactory
getFeatureTypes, process, processParams
 

Constructor Detail

IconMethodFacetFactory

public IconMethodFacetFactory()
Method Detail

process

public boolean process(java.lang.Class<?> cls,
                       MethodRemover methodRemover,
                       FacetHolder facetHolder)
Description copied from interface: FacetFactory
Process the class, and return the correctly setup annotation if present.

Specified by:
process in interface FacetFactory
Overrides:
process in class FacetFactoryAbstract
Parameters:
cls - - class being processed
methodRemover - - allow any methods of the class to be removed
facetHolder - - to attach the facets to
Returns:
true if any facets were added, false otherwise.


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.