This is a base class for Portlets that use a ResourceBundle.
For each parameter, you have to give a key.
For example, you have the PortletParameter "foo", you should have a tranlation entry called "param_name_foo".
Portlet | --TranslatedPortlet
| Class | Description |
|---|---|
| LastEditedItemsPortlet | Shows a configurable amount of Items that were last edited in the System. |
| LoginMaskPortlet | This portlets shows a Login Form. |
| NavigationPortlet | Shows a Navigation of one Level. |
| QuickSearchPortlet | This portlets displas a Quick Serach Formular. |
| ToolPortlet | This portlets shows the Application Links in a List. |
Gets the Translation fo the given key.
If this is not found or the Bundle is null, it returns fallback.
Loads the given ResourceBundle for this Portlet.
Inherited From Portlet
Portlet::Portlet()
Portlet::displayPortlet()
Portlet::getAllParameter()
Portlet::getHtml()
Portlet::getIdentifier()
Portlet::getJavascript()
Portlet::getParameter()
Portlet::getParameterName()
Portlet::getParameterType()
Portlet::getTitle()
Portlet::needsJavascript()
Portlet::setParameter()
Documentation generated by phpDocumentor 1.4.0