oracle.portal.provider.v2.personalize
Interface PersonalizationObject
- All Superinterfaces:
- PreferenceDataObject
- All Known Implementing Classes:
- NameValuePersonalizationObject
- public interface PersonalizationObject
- extends PreferenceDataObject
Interface for tagging PreferenceDataObjects as being usable by
PortletPersonalizationManagers
|
Method Summary |
void |
init(PortletReference ref)
Init method used to initialize the data object after instantiation via
its null constructor. |
init
public void init(PortletReference ref)
- Init method used to initialize the data object after instantiation via
its null constructor. Defined by the PersonalizationObject interface.
Personalization manager is expected to call the init method of data
objects that implement the PersonalizationObject interface.
Behavior is to initialize the title using the (static) title from the
portlet metadata (portlet.getTitle()). The portlet's
default Locale is used to retrieve the title.
- Parameters:
params - collection of parameters that can be used to initialize
this object. Currently 1 parameter is expected - the PortletReference
Copyright (c) 2002, Oracle Corporation. All Rights Reserved.