Package com.liferay.expando.kernel.util
Class ExpandoUtil
Object
com.liferay.expando.kernel.util.ExpandoUtil
- Author:
- Lily Chi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String,
Serializable> getExpandoBridgeAttributes
(ExpandoBridge expandoBridge, PortletRequest portletRequest) static Map<String,
Serializable> getExpandoBridgeAttributes
(ExpandoBridge expandoBridge, javax.servlet.http.HttpServletRequest httpServletRequest)
-
Constructor Details
-
ExpandoUtil
public ExpandoUtil()
-
-
Method Details
-
getExpandoBridgeAttributes
public static Map<String,Serializable> getExpandoBridgeAttributes(ExpandoBridge expandoBridge, javax.servlet.http.HttpServletRequest httpServletRequest) throws PortalException - Throws:
PortalException
-
getExpandoBridgeAttributes
public static Map<String,Serializable> getExpandoBridgeAttributes(ExpandoBridge expandoBridge, PortletRequest portletRequest) throws PortalException - Throws:
PortalException
-