liferay

  • XML Declaration Syntax:
    <anyxmlelement xmlns:liferay="http://liferay.com/faces/liferay/el-variable"/>
    Description:
    The Liferay Faces Portal expression language variables.
Tag Library Information 
InfoValue
ID (tag prefix)liferay
URIhttp://liferay.com/faces/liferay/el-variable
EL Variable Summary 
EL VariableTypeDescription
i18njava.lang.String As an abbreviation for the word "internationalization", the `i18n` EL variable enables page authors to declaratively specify message keys that hook into Liferay's LanguageUtility.
liferaycom.liferay.faces.portal.bean.LiferayUtility managed-bean that is designed to be kept in JSF request scope. Its purpose is to introduce some Liferay-specific variables into the JSF EL.
liferay.companyIdjava.lang.LongThe Liferay companyId primary key value associated with the community/organization portal page that the current portlet is placed upon.
liferay.documentjava.lang.StringThe absolute URL for the Liferay Document Library Struts action path.
liferay.imageGalleryURLjava.lang.StringThe absolute URL for the Liferay Image Gallery Struts action path.
liferay.imageURLjava.lang.StringThe absolute URL for the Liferay Image Servlet.
liferay.groupUsercom.liferay.portal.model.UserThe Liferay User that owns the Liferay community/organization portal page that the current portlet is placed upon.
liferay.layoutcom.liferay.portal.model.LayoutThe Liferay `Layout` associated with the community/organization portal page that the current portlet is placed upon.
liferay.permissionCheckercom.liferay.portal.security.permission.PermissionCheckerThe Liferay `PermissionChecker` associated with the current request and Liferay `User`.
liferay.portalURLjava.lang.StringThe absolute URL for the portal.
liferay.portletcom.liferay.portal.model.PortletThe containing Liferay `Portlet` associated with the `PortletRequest`.
liferay.portraitURLjava.lang.StringDesigned to be called from the EL by passing a Liferay `User` or `userId` as an array index, returns the absolute URL to the user's portrait.
liferay.themecom.liferay.portal.model.ThemeThe Liferay `Theme` associated with the Liferay `Layout`.
liferay.themeDisplaycom.liferay.portal.theme.ThemeDisplayThe Liferay `ThemeDisplay` associated with the `PortletRequest`.
liferay.themeImageURLjava.lang.StringDesigned to be called from the EL by passing a relative path to a theme image as an array index, returns the absolute URL to the theme image.
liferay.themeImagesURLjava.lang.StringThe absolute URL for the image path associated with the current Liferay Theme.
liferay.usercom.liferay.portal.model.UserThe Liferay `User` associated with the `PortletRequest`.
liferay.userHasPortletPermissionjava.lang.BooleanDesigned to be called from the EL by passing an `action-key` as an array index, returns a `Boolean` indicating whether or not the Liferay `User` associated with the `PortletRequest` has permission to execute the specified `action-key` on the current portlet.

Output generated by Vdldoc View Declaration Language Documentation Generator.