|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.portal.provider.v1.http.BaseCustomization
NameValuePersonalizationObject instead.
Base customization data class. Manages customization data all portlets should support. Currently, this is just the portlets title.
All portlets should support customization even if they only allow a user to customize the titlebar. Portlets providing further customization (data) should subclass this class as built-in generic renderers that automatically rendeer the titlebar rely on the data object being an instance of BaseCustomization to access the customized title name to render in the titlebar.
| Constructor Summary | |
BaseCustomization()
Deprecated. Null Constructor. |
|
| Method Summary | |
java.lang.String |
getTitle()
Deprecated. Gets the customized title. |
java.lang.String |
getTitle(java.util.Locale l)
Deprecated. Use getTitle() instead. |
void |
init(PortletReference pr)
Deprecated. Init method used to initialize the data object after instantiated via its null constructor. |
void |
init(PortletReference pr,
java.lang.Class mlClass)
Deprecated. Use init(PortletReference pr) instead. |
void |
setTitle(java.lang.String title)
Deprecated. Sets the new customized title. |
void |
setTitle(java.lang.String title,
java.util.Locale l)
Deprecated. Use setTitle(String title) instead. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public BaseCustomization()
| Method Detail |
public void init(PortletReference pr)
Behavior is to initialize the title using the (static) title from the
portlet metadata (portlet.getTitle()). The portlets
default Locale is used to retrieve the title.
pr - the portlet reference that identifies the customization
instance this object represents.
public void init(PortletReference pr,
java.lang.Class mlClass)
init(PortletReference pr) instead.
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - the new title.public java.lang.String getTitle(java.util.Locale l)
getTitle() instead.
public void setTitle(java.lang.String title,
java.util.Locale l)
setTitle(String title) instead.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||