portlet
Tag namespace
-
- Description:
-
Creates a namespace that will be unique for the current portlet resources. If the
var
attribute is present, theportlet:namespace
tag introduces an EL variable that contains the portlet namespace. Otherwise, the namespace is written to the response.
-
- Since:
- 3.2.5-ga6
Info | Value |
---|---|
Component Type | com.liferay.faces.portlet.component.namespace.Namespace |
Handler Class | None |
Renderer Type | com.liferay.faces.portlet.component.namespace.NamespaceRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
var | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Introduces an EL variable that contains the portlet namespace. |