Class FlagsTagUtil
java.lang.Object
com.liferay.flags.taglib.servlet.taglib.util.FlagsTagUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCaptchaURI(javax.servlet.http.HttpServletRequest httpServletRequest) static StringgetCurrentURL(javax.servlet.http.HttpServletRequest httpServletRequest) getReasons(long companyId, javax.servlet.http.HttpServletRequest httpServletRequest) static StringgetURI(javax.servlet.http.HttpServletRequest httpServletRequest) static booleanisFlagsEnabled(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
-