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 booleanhasTagDynamicInclude(String tagClassName, String tagDynamicId, String tagPoint) static voidinclude(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
-