A Portlet is a small piece of Logic, normally displayed by a HTML snippet.
This class is the base class for all Portlets. The method
must always return all possible Parameter for your Portlet.
| Class | Description |
|---|---|
| TranslatedPortlet | This is a base class for Portlets that use a ResourceBundle. |
| SkypeOnlinePortlet | Shows a Skype Javascript, that displays the Status of the configured Person. |
OPTIONAL TO BE OVERWRITEN!
Return if this Portlet should be displayed or not.
You might use this to display stateful Portlets, like a Login, that should only be diplayed to Anonymous User.
Default returns
- true
Gets all configured Portlet Parameter.
Make sure this method always returns all possible Values, cause they are used for the dynamic Portlet Configuration.
REQIURED TO BE OVERWRITEN!
Return the HTML snippet that this Portlet represents.
Get the Identifier for this Portlet.
OPTIONAL TO BE OVERWRITEN!
Overwrite if your Portlet needs a Javascript snippet to work.
Gets a Portlet Parameter.
Returns the Name of the given Parameter.
The Name will be used in Administration Masks to increase the usability for End User.
REQIURED TO BE OVERWRITEN!
Returns the PortletType for the given Key.
Your implementation should use a switch to return proper PortletType.
The default implementation returns
REQIURED TO BE OVERWRITEN!
Return the Title for this Portlet.
OPTIONAL TO BE OVERWRITEN!
This method defines if the Portlet needs a Javascript block to work.
The default implementation checks if
returns a String with length greater than zero.Sets a Portlet Parameter.
Documentation generated by phpDocumentor 1.4.0