protected static class ScenarioEvent.ProfileToolsSingleton
extends java.lang.Object
ProfileTools
component from the global nucleus only once. The static property
sProfileTools
is assigned the ProfileTools component
reference when it is accessed for first time.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROFILE_TOOLS
Path of the component to retrieve ProfileTools Component.
|
static ProfileTools |
sProfileTools
Property containing the reference to ProfileTools component.
|
Modifier | Constructor and Description |
---|---|
protected |
ScenarioEvent.ProfileToolsSingleton() |
public static java.lang.String PROFILE_TOOLS
/atg/userprofiling/ProfileTools
always, if we want to
change or move ProfileTools component, then we have to create
GenericReference component at this location pointing
to the new ProfileTools component.public static ProfileTools sProfileTools
findProfileTools()
to retrieve the
ProfileTools component for the first time it is accessed.