oracle.portal.provider.v1.http
Class URLPersonalizationObject

oracle.portal.provider.v1.http.URLPersonalizationObject

public class URLPersonalizationObject

Class for holding personalization details of URLPortlet. Holds customization information for portlet title and portlet paramters.


Field Summary
static java.lang.String PORTLET_PARAMETER_VALUE
           
static java.lang.String QUALIFY_PARAMETERS
           
 
Constructor Summary
URLPersonalizationObject()
           
 
Method Summary
 void init(oracle.portal.provider.v1.PortletReference pr)
          Override the init method to provide default values for the items we wish to customize.
 void setDefaultValues(oracle.portal.provider.v1.PortletRenderRequest pr)
          Sets default values in the customization object.
 

Field Detail

PORTLET_PARAMETER_VALUE

public static final java.lang.String PORTLET_PARAMETER_VALUE

QUALIFY_PARAMETERS

public static final java.lang.String QUALIFY_PARAMETERS
Constructor Detail

URLPersonalizationObject

public URLPersonalizationObject()
Method Detail

setDefaultValues

public void setDefaultValues(oracle.portal.provider.v1.PortletRenderRequest pr)
Sets default values in the customization object.

init

public void init(oracle.portal.provider.v1.PortletReference pr)
Override the init method to provide default values for the items we wish to customize.