|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LegacyInitEvent | |
com.arsdigita.core | |
com.arsdigita.persistence | The classes in this package provide an API for creating and manipulating Data Objects. |
com.arsdigita.runtime | The com.arsdigita.runtime package provides classses and interfaces for bootstrapping the CCM runtime environment. |
Uses of LegacyInitEvent in com.arsdigita.core |
Methods in com.arsdigita.core with parameters of type LegacyInitEvent | |
void |
Initializer.init(LegacyInitEvent e)
|
Uses of LegacyInitEvent in com.arsdigita.persistence |
Methods in com.arsdigita.persistence with parameters of type LegacyInitEvent | |
void |
Initializer.init(LegacyInitEvent evt)
|
Uses of LegacyInitEvent in com.arsdigita.runtime |
Methods in com.arsdigita.runtime with parameters of type LegacyInitEvent | |
void |
PDLInitializer.init(LegacyInitEvent evt)
An empty implementation of Initializer.init(LegacyInitEvent) . |
void |
LegacyInitializer.init(LegacyInitEvent evt)
Deprecated. Implementation of Initializer.init(LegacyInitEvent evt)
that locates the enterprise.init resource referenced in the
constructor of this LegacyInitializer and invokes the old
initialization code on the contents of the resource. |
void |
Initializer.init(LegacyInitEvent e)
Deprecated. with no replacement; code that uses this hook should be refactored to use Initializer.init(DataInitEvent) and
Initializer.init(DomainInitEvent) |
void |
CompoundInitializer.init(LegacyInitEvent evt)
Implementation of the Initializer.init(LegacyInitEvent)
method. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |