Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiPortletInitParam


public interface EbiPortletInitParam

Represents a portlet intialization parameter specified in the descriptor.

Since:
v5.0

Method Summary
 String getDescription(Locale locale)
          Returns a localized description of the init param.
 String getName()
          Returns the name of the init param.
 String getValue()
          Returns the value of the init param.
 

Method Detail

getDescription

public String getDescription(Locale locale)
Returns a localized description of the init param.
Parameters:
locale - Locale for which to return the description, or null to mean the default.
Returns:
String with the localized description.
Since:
v5.0

getName

public String getName()
Returns the name of the init param.
Returns:
String with the name of the role, never null.
Since:
v5.0

getValue

public String getValue()
Returns the value of the init param.
Returns:
String value of the init param specified in the deployment descriptor, never null.
Since:
v5.0

Novell exteNd
Director 5.2 API