Package org.nakedobjects.metamodel.java5

Interface Summary
AnnotationBasedFacetFactory Marker interface to indicate that the FacetFactory works by checking for certain annotations.
ImperativeFacet A Facet implementation that ultimately wraps a Method or possibly several equivalent methods, for a Java implementation of a NakedObjectMember.
ImperativeFacetMulti  
MethodPrefixBasedFacetFactory Indicates that the FacetFactory works by recognizing methods with a certain prefix (or prefixes).
 

Class Summary
AnnotationBasedFacetFactoryAbstract  
FallbackFacetFactory Central point for providing some kind of default for any Facets required by the Naked Objects Framework itself.
ImperativeFacetsForMethodFilter Finds the ImperativeFacet(s) that correspond to the provided method.
ImperativeFacetUtils  
ImperativeFacetUtils.ImperativeFacetFlags  
MethodPrefixBasedFacetFactoryAbstract  
PropertyOrCollectionIdentifyingFacetFactoryAbstract  
RemoveGetClassMethodFacetFactory Removes any static getter or setter methods.
RemoveInitMethodFacetFactory Removes any calls to init.
RemoveJavaLangObjectMethodsFacetFactory Removes all methods inherited from Object.
RemoveSetDomainObjectContainerMethodFacetFactory Removes any calls to setContainer(DomainObjectContainer).
RemoveStaticGettersAndSettersFacetFactory Removes any static getter or setter methods.
RemoveSuperclassMethodsFacetFactory Removes all superclass methods of the class, but doesn't add any Facets.
 



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