Class FlagsTagUtil
java.lang.Object
com.liferay.flags.taglib.servlet.taglib.util.FlagsTagUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCaptchaURI
(javax.servlet.http.HttpServletRequest httpServletRequest) static String
getCurrentURL
(javax.servlet.http.HttpServletRequest httpServletRequest) getReasons
(long companyId, javax.servlet.http.HttpServletRequest httpServletRequest) static String
getURI
(javax.servlet.http.HttpServletRequest httpServletRequest) static boolean
isFlagsEnabled
(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
-
Constructor Details
-
FlagsTagUtil
public FlagsTagUtil()
-
-
Method Details
-
getCaptchaURI
-
getCurrentURL
-
getReasons
public static Map<String,String> getReasons(long companyId, javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getURI
-
isFlagsEnabled
public static boolean isFlagsEnabled(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-