com.arsdigita.cms
Class ContentItemInstantiator
java.lang.Object
com.arsdigita.domain.DomainObjectInstantiator
com.arsdigita.cms.ContentItemInstantiator
Deprecated. Use ACSObjectInstantiator
instead
- public class ContentItemInstantiator
- extends com.arsdigita.domain.DomainObjectInstantiator
Implements the DomainObjectInstantiator
for content items
using reflection. This
class should always instantiate the right subclass of ContentItem
automatically.
- Version:
- $Id: //cms/dev/src/com/arsdigita/cms/ContentItemInstantiator.java#9 $
- Author:
- Stanislav Freidin
Method Summary |
com.arsdigita.domain.DomainObject |
doNewInstance(com.arsdigita.persistence.DataObject dataObject)
Deprecated. Construct a ContentItem given a data object. |
Methods inherited from class com.arsdigita.domain.DomainObjectInstantiator |
resolveInstantiator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- Deprecated.
- See Also:
- Constant Field Values
ContentItemInstantiator
public ContentItemInstantiator()
- Deprecated.
doNewInstance
public com.arsdigita.domain.DomainObject doNewInstance(com.arsdigita.persistence.DataObject dataObject)
- Deprecated.
- Construct a
ContentItem
given a data object. Called from
DomainObjectFactory.newInstance() as the last step of
instantiation.
- Parameters:
dataObject
- The data object from which to construct a domain
object.
- Returns:
- A domain object for this data object.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2352 UTC