org.nakedobjects.remoting.protocol.encoding.internal
Class FieldOrderCache

java.lang.Object
  extended by org.nakedobjects.remoting.protocol.encoding.internal.FieldOrderCache

public class FieldOrderCache
extends java.lang.Object

Caches a sorted version of the fields for a specified NakedObjectSpecification. This is used to counteract any differences in field ordering that the specification might have across different tiers

TODO: shouldn't this responsibility simply move onto NakedObjectSpecification ?


Constructor Summary
FieldOrderCache()
           
 
Method Summary
 NakedObjectAssociation[] getFields(NakedObjectSpecification specification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldOrderCache

public FieldOrderCache()
Method Detail

getFields

public NakedObjectAssociation[] getFields(NakedObjectSpecification specification)


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