|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DomainObjectInstantiator | |
com.arsdigita.domain | Domain Objects provide an application logic tier between the persistent storage and presentation tiers. |
com.arsdigita.kernel | Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. |
com.arsdigita.portal | Basic portal infrastructure. |
com.arsdigita.web | Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. |
Uses of DomainObjectInstantiator in com.arsdigita.domain |
Subclasses of DomainObjectInstantiator in com.arsdigita.domain | |
class |
ReflectionInstantiator
This instantiator is primarily intended for other instantiators (such as ACSObjectInstantiator) to provide the default behavior of instiating a domain class using reflection. |
Methods in com.arsdigita.domain that return DomainObjectInstantiator | |
static DomainObjectInstantiator |
DomainObjectFactory.registerInstantiator(ObjectType dataObjectType,
DomainObjectInstantiator instantiator)
Register an instantiator for the data object type specified by dataObjectType. |
static DomainObjectInstantiator |
DomainObjectFactory.registerInstantiator(String dataObjectType,
DomainObjectInstantiator instantiator)
Wrapper around registerInstantiator(ObjectType, DomainObjectInstantiator) . |
static DomainObjectInstantiator |
DomainObjectFactory.getRegisteredInstantiator(ObjectType dataObjectType)
Get the registered instantiator for the specified object type. |
static DomainObjectInstantiator |
DomainObjectFactory.getRegisteredInstantiator(String dataObjectType)
Wrapper around getRegisteredInstantiator(ObjectType). |
static DomainObjectInstantiator |
DomainObjectFactory.getInstantiator(ObjectType dataObjectType)
Get the registered or inherited instantiator for the specified object type. |
static DomainObjectInstantiator |
DomainObjectFactory.getInstantiator(String dataObjectType)
Wrapper around getInstantiator(ObjectType). |
DomainObjectInstantiator |
DomainObjectInstantiator.resolveInstantiator(DataObject dataObject)
Return a delegated instantiator. |
Methods in com.arsdigita.domain with parameters of type DomainObjectInstantiator | |
static DomainObjectInstantiator |
DomainObjectFactory.registerInstantiator(ObjectType dataObjectType,
DomainObjectInstantiator instantiator)
Register an instantiator for the data object type specified by dataObjectType. |
static DomainObjectInstantiator |
DomainObjectFactory.registerInstantiator(String dataObjectType,
DomainObjectInstantiator instantiator)
Wrapper around registerInstantiator(ObjectType, DomainObjectInstantiator) . |
Constructors in com.arsdigita.domain with parameters of type DomainObjectInstantiator | |
InstantiatorRegistryException(String typeName,
DomainObjectInstantiator instantiator)
Constructs exception |
Uses of DomainObjectInstantiator in com.arsdigita.kernel |
Subclasses of DomainObjectInstantiator in com.arsdigita.kernel | |
class |
ACSObjectInstantiator
Defines the instantiator that should be registered with DomainObjectFactory for the ACSObject data object type. |
Fields in com.arsdigita.kernel declared as DomainObjectInstantiator | |
protected DomainObjectInstantiator |
ResourceSetup.m_instantiator
|
Methods in com.arsdigita.kernel that return DomainObjectInstantiator | |
DomainObjectInstantiator |
ACSObjectInstantiator.resolveInstantiator(DataObject dataObject)
Returns the instantiator that is registered with DomainObjectFactory for the object type identified by the specified data object's objectType property. |
Methods in com.arsdigita.kernel with parameters of type DomainObjectInstantiator | |
void |
ResourceSetup.setInstantiator(DomainObjectInstantiator instantiator)
|
Uses of DomainObjectInstantiator in com.arsdigita.portal |
Fields in com.arsdigita.portal declared as DomainObjectInstantiator | |
protected DomainObjectInstantiator |
PortletSetup.m_instantiator
|
Methods in com.arsdigita.portal with parameters of type DomainObjectInstantiator | |
void |
PortletSetup.setInstantiator(DomainObjectInstantiator instantiator)
|
Uses of DomainObjectInstantiator in com.arsdigita.web |
Fields in com.arsdigita.web declared as DomainObjectInstantiator | |
protected DomainObjectInstantiator |
ApplicationSetup.m_instantiator
|
Methods in com.arsdigita.web with parameters of type DomainObjectInstantiator | |
void |
ApplicationSetup.setInstantiator(DomainObjectInstantiator instantiator)
Sets the instantiator used by DomainObjectFactory to resurrect specific
domain classes from data objects. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |