org.nakedobjects.metamodel.interactions
Interface ProposedHolder

All Known Implementing Classes:
ActionArgumentContext, ObjectValidityContext, ParseValueContext, PropertyModifyContext

public interface ProposedHolder

Implemented by some of the InteractionContext subclasses, making it easier for facets to process multiple at the same time.

Where this is used most often is for PropertyModifyContext and ActionArgumentContext, where a Facet (such as MandatoryFacet or MaxLengthFacet) would want to perform the same checks on the proposed value/argument.


Method Summary
 NakedObject getProposed()
           
 

Method Detail

getProposed

NakedObject getProposed()


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