Returns an array of Strings, each String representing one Name of an additional Content piece.
Each of these Content pieces will be editable as HTML Content. If an empty array or null is returned, no additional content columns are defined.
API Tags:
| Return: | an array of Strings, an empty array or null |
Redefined in descendants as:
Returns the Description of this Template.
API Tags:
| Return: | the Template Description |
Redefined in descendants as:
Returns the Name of this Template.
API Tags:
| Return: | the Template Name |
Redefined in descendants as:
array getPortletColumns(
)
|
|
Returns an array of Strings, each String representing one Portlet column definition.
Each of these Strings will be represented in the Portlet Administration as a Select Box. If an empty array or null is returned, the default value will be taken: See constant PORTLET_DEFAULT_COLUMN.
API Tags:
| Return: | an array of Strings, an empty array or null |
Redefined in descendants as:
boolean hasPortletSupport(
)
|
|
Returns whether this Layout supports dynamic Portlets.
API Tags:
| Return: | if portlets are supported |
Redefined in descendants as: