|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Represents a style (xsl stylesheet to be applied) to the portlet's XML output used to render the portlet. The interface corresponds to and is populated from the the //portlet/style tag in the portlet's descriptor.
| Method Summary | |
String |
getDataDefinition()
Returns the URI to the data definition file for transcoding |
String |
getDisplayName(Locale locale)
Returns a localized display name of the style. |
String |
getName()
Returns the name of the style. |
EbiPortletUserAgent |
getUserAgent(String deviceName)
Returns the user agent (EbiPortletUserAgent) having the deviceName passed in, or null if no user agent with the name specified exists. |
Collection |
getUserAgents()
Returns a collection of all user agents (EbiPortletUserAgent) defined for this style. |
| Method Detail |
public Collection getUserAgents()
public EbiPortletUserAgent getUserAgent(String deviceName)
deviceName - String name of the device to return.public String getName()
public String getDisplayName(Locale locale)
locale - Locale for which to return the display-name, or null to mean the default.public String getDataDefinition()
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||