public class TagDynamicIncludeUtil
extends Object
| Modifier and Type | Method and Description |
|---|---|
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 httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String tagClassName,
String tagDynamicId,
String tagPoint,
boolean ascendingPriority) |
public static List<TagDynamicInclude> getTagDynamicIncludes(String tagClassName, String tagDynamicId, String tagPoint)
public static boolean hasTagDynamicInclude(String tagClassName,
String tagDynamicId,
String tagPoint)
public static void include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String tagClassName,
String tagDynamicId,
String tagPoint,
boolean ascendingPriority)