|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RenderingPluginType
Represents a RenderingPlugin type.
This can be used to group together RenderingPlugins from the same provider, for
instance a type with name "IBM" and title "IBM Rendering Plugins", or the same product, such as
a type with name "CTC and title "Content Template Catalogue Rendering Plugins", or similar functionality,
such as a type with name "Dates" and title "Date and Time Rendering Plugins".
This class extends Localized which is documented in the WebSphere Portal
Infocenter. The getTitle(Locale) and getDescription(Locale) methods should return a
translated title and description for the plugin type.
In the future, RenderingPlugins with the same type may be grouped together in the Authoring UI.
| This interface is designed to be implemented by clients. |
| Method Summary | |
|---|---|
java.lang.String |
getDescription(java.util.Locale locale)
The translated description of the plugin type, for example "This is a Rendering Plugin that is installed with the Content Template Catalog.". |
java.lang.String |
getName()
Returns the name for this rendering plugin type. |
java.lang.String |
getTitle(java.util.Locale locale)
The translated title of the plugin type, for example "Content Template Catalog Rendering Plugin". |
| Methods inherited from interface com.ibm.portal.Localized |
|---|
getLocales |
| Method Detail |
|---|
java.lang.String getName()
String containing only alphanumeric characters.
It must not contains spaces or special characters.
For example, "IBM", "CTC" or "Dates".
java.lang.String getTitle(java.util.Locale locale)
getTitle in interface Localizedlocale - the locale for which to retrieve the title, must not
be null.
null.
It is up to the invoker of the method to implement an appropriate
fallback mechanism.Localized.getTitle(java.util.Locale)java.lang.String getDescription(java.util.Locale locale)
getDescription in interface Localizedlocale - the locale for which to retrieve the description, must not
be null.
null.
It is up to the invoker of the method to implement an appropriate
fallback mechanismLocalized.getDescription(java.util.Locale)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||