Liferay 7.0-ce-b4

com.liferay.portal.kernel.servlet.taglib
Class TagDynamicIncludeUtil

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.TagDynamicIncludeUtil

public class TagDynamicIncludeUtil
extends Object


Method Summary
static 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 request, javax.servlet.http.HttpServletResponse response, String tagClassName, String tagDynamicId, String tagPoint, boolean ascendingPriority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTagDynamicIncludes

public static List<TagDynamicInclude> getTagDynamicIncludes(String tagClassName,
                                                            String tagDynamicId,
                                                            String tagPoint)

hasTagDynamicInclude

public static boolean hasTagDynamicInclude(String tagClassName,
                                           String tagDynamicId,
                                           String tagPoint)

include

public static void include(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response,
                           String tagClassName,
                           String tagDynamicId,
                           String tagPoint,
                           boolean ascendingPriority)

Liferay 7.0-ce-b4