com.arsdigita.runtime
Class DomainInitEvent
java.lang.Object
com.arsdigita.runtime.DomainInitEvent
- public final class DomainInitEvent
- extends Object
A DomainInitEvent is passed to the Initializer.init(DomainInitEvent)
to provide access to the
necessary objects required to initialize the domain layer.
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/runtime/DomainInitEvent.java#5 $
- Author:
- Rafael Schloming <rhs@mit.edu>, Justin Ross <jross@redhat.com>
Method Summary |
DomainObjectFactory |
getFactory()
Returns a DomainObjectFactory object that should be used to
register domain object instantiators. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
getFactory
public final DomainObjectFactory getFactory()
- Returns a DomainObjectFactory object that should be used to
register domain object instantiators.
- Returns:
- a DomainObjectFactory
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC