Uses of Interface
com.arsdigita.domain.DomainObjectTraversalAdapter

Packages that use DomainObjectTraversalAdapter
com.arsdigita.domain Domain Objects provide an application logic tier between the persistent storage and presentation tiers. 
com.arsdigita.domain.xml   
 

Uses of DomainObjectTraversalAdapter in com.arsdigita.domain
 

Classes in com.arsdigita.domain that implement DomainObjectTraversalAdapter
 class SimpleDomainObjectTraversalAdapter
          This is a general purpose traversal adaptor that allows/denies processing of a property based on the path to the property, and its presence in an inclusion/exclusion set.
 

Methods in com.arsdigita.domain that return DomainObjectTraversalAdapter
static DomainObjectTraversalAdapter DomainObjectTraversal.lookupAdapter(ObjectType type, String context)
          Retrieves the traversal adapter for an object type in a given context.
static DomainObjectTraversalAdapter DomainObjectTraversal.findAdapter(ObjectType type, String context)
          Retrieves the closest matching traversal adapter for an object type in a given context.
 

Methods in com.arsdigita.domain with parameters of type DomainObjectTraversalAdapter
static void DomainObjectTraversal.registerAdapter(ObjectType type, DomainObjectTraversalAdapter adapter, String context)
          Registers a traversal adapter for an object type in a given context.
static void DomainObjectTraversal.registerAdapter(String type, DomainObjectTraversalAdapter adapter, String context)
          Registers a traversal adapter for an object type in a given context.
protected  void DomainObjectTraversal.walk(DomainObject obj, String context, DomainObjectTraversalAdapter adapter)
           
protected  void DomainObjectXMLRenderer.walk(DomainObject obj, String context, DomainObjectTraversalAdapter adapter)
           
 

Uses of DomainObjectTraversalAdapter in com.arsdigita.domain.xml
 

Methods in com.arsdigita.domain.xml with parameters of type DomainObjectTraversalAdapter
protected  void TraversalHandler.registerAdapter(String objectType, DomainObjectTraversalAdapter adapter, String context)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC