implicit objects in jsp
1:- request (javax.servlet.ServletRequest)
2:- response (javax.servlet.ServletResponse)
3:- out (javax.servlet.jsp.JspWriter)
4:- pageContext (javax.servlet.jsp.PageContext)
5:- session (javax.servlet.http.HttpS)
6:- application (javax.servlet.ServletContext)
7:- config (javax.servlet.ServletConfig)
8:- page (java.lang.Object)
9:- exception (java.lang.Throwable)
implicit objects in liferay portlet
|
Theme implicit objects in liferay
<%@ taglib uri="http://liferay.com/tld/theme" prefix="liferay-theme"
<liferay-theme:defineObjects />
<%@ taglib uri="http://liferay.com/tld/theme" prefix="liferay-theme"
<liferay-theme:defineObjects />
1:- themeDisplay (com.liferay.portal.theme.ThemeDisplay)
2:- company (com.liferay.portal.model.Company)
3:- account (com.liferay.portal.model.Account)
4:- user (com.liferay.portal.model.User)
5:- realUser (com.liferay.portal.model.User)
6:- contact (com.liferay.portal.model.Contact)
7:- layout (com.liferay.portal.model.Layout)
8:- layouts (java.util.List)
9:- plid (java.lang.Long)
10:- layoutTypePortlet (com.liferay.portal.model.LayoutTypePortlet)
11:- scopeGroupId (java.lang.Long)
12:- permissionChecker (com.liferay.portal.security.permission.PermissionChecker)
13:- locale (java.util.Locale)
14:- timeZone (java.util.TimeZone)
15:- theme (com.liferay.portal.model.Theme)
16:- colorScheme (com.liferay.portal.model.ColorScheme)
17;- portletDisplay (com.liferay.portal.theme.PortletDisplay)
18:- portletGroupId (java.lang.Long)
hope this helps you...
No comments:
Post a Comment