public class DynamicIncludeUtil
extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<DynamicInclude> |
getDynamicIncludes(String key) |
static boolean |
hasDynamicInclude(String key) |
static void |
include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String key,
boolean ascendingPriority) |
public static List<DynamicInclude> getDynamicIncludes(String key)
public static boolean hasDynamicInclude(String key)
public static void include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String key,
boolean ascendingPriority)