org.nakedobjects.metamodel.java5
Interface MethodPrefixBasedFacetFactory

All Superinterfaces:
FacetFactory
All Known Implementing Classes:
ActionMethodsFacetFactory, CollectionFieldMethodsFacetFactory, CreatedCallbackFacetFactory, DeleteCallbackFacetFactory, DirtyMethodsFacetFactory, IconMethodFacetFactory, LoadCallbackFacetFactory, MethodPrefixBasedFacetFactoryAbstract, PersistCallbackFacetFactory, PluralMethodFacetFactory, PropertyMethodsFacetFactory, PropertyOrCollectionIdentifyingFacetFactoryAbstract, RemoveCallbackFacetFactory, SaveCallbackFacetFactory, SingularMethodFacetFactory, TitleMethodFacetFactory, UpdateCallbackFacetFactory, ValidateObjectViaValidateMethodFacetFactory

public interface MethodPrefixBasedFacetFactory
extends FacetFactory

Indicates that the FacetFactory works by recognizing methods with a certain prefix (or prefixes).

Used by FacetProcessor.recognizes(java.lang.reflect.Method).


Method Summary
 java.util.List<java.lang.String> getPrefixes()
          All prefixes recognized by this FacetFactory.
 
Methods inherited from interface org.nakedobjects.metamodel.facets.FacetFactory
getFeatureTypes, process, process, processParams
 

Method Detail

getPrefixes

java.util.List<java.lang.String> getPrefixes()
All prefixes recognized by this FacetFactory.



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