Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiPortletAppAttribute


public interface EbiPortletAppAttribute

Interface that represents several of the attributes in the portlet application deployment descriptors. The custom portet mode, window state and user attributes can be represented by this interface, since they all have the same basic components: a name and a localized description.

Since:
v5.0

Method Summary
 String getDescription(Locale locale)
          Returns a localized description of the security role reference.
 String getName()
          Returns the name of the EbiPortletAppAttribute.
 

Method Detail

getName

public String getName()
Returns the name of the EbiPortletAppAttribute.
Returns:
String name of the attribute.
Since:
v5.0

getDescription

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

Novell exteNd
Director 5.2 API