|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DomainObjectXMLFormatter | |
| com.arsdigita.domain | Domain Objects provide an application logic tier between the persistent storage and presentation tiers. |
| com.arsdigita.domain.xml | |
| Uses of DomainObjectXMLFormatter in com.arsdigita.domain |
| Classes in com.arsdigita.domain that implement DomainObjectXMLFormatter | |
class |
SimpleDomainObjectXMLFormatter
|
| Methods in com.arsdigita.domain that return DomainObjectXMLFormatter | |
static DomainObjectXMLFormatter |
DomainObjectXMLRenderer.getFormatter(ObjectType type,
String context)
Retrieves the traversal formatter for an object type in a given context. |
static DomainObjectXMLFormatter |
DomainObjectXMLRenderer.findFormatter(ObjectType type,
String context)
Retrieves the closest matching traversal formatter for an object type in a given context. |
| Methods in com.arsdigita.domain with parameters of type DomainObjectXMLFormatter | |
static void |
DomainObjectXMLRenderer.registerFormatter(ObjectType type,
DomainObjectXMLFormatter formatter,
String context)
Registers a traversal formatter for an object type in a given context. |
static void |
DomainObjectXMLRenderer.registerFormatter(String type,
DomainObjectXMLFormatter formatter,
String context)
Registers a traversal formatter for an object type in a given context. |
| Uses of DomainObjectXMLFormatter in com.arsdigita.domain.xml |
| Methods in com.arsdigita.domain.xml with parameters of type DomainObjectXMLFormatter | |
protected void |
TraversalHandler.registerFormatter(String objectType,
DomainObjectXMLFormatter formatter,
String context)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||