Class TagDynamicIncludeUtil
Object
com.liferay.portal.kernel.servlet.taglib.TagDynamicIncludeUtil
- Author:
- Carlos Sierra Andrés, Raymond Augé
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<TagDynamicInclude>
getTagDynamicIncludes
(String tagClassName, String tagDynamicId, String tagPoint) static boolean
hasTagDynamicInclude
(String tagClassName, String tagDynamicId, String tagPoint) static void
include
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String tagClassName, String tagDynamicId, String tagPoint, boolean ascendingPriority)
-
Method Details
-
getTagDynamicIncludes
public static List<TagDynamicInclude> getTagDynamicIncludes(String tagClassName, String tagDynamicId, String tagPoint) -
hasTagDynamicInclude
-
include
-