public class CustomJspRegistryUtil
extends Object
Constructor and Description |
---|
CustomJspRegistryUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getCustomJspFileName(String servletContextName,
String fileName) |
static CustomJspRegistry |
getCustomJspRegistry() |
static String |
getDisplayName(String servletContextName) |
static Set<String> |
getServletContextNames() |
static void |
registerServletContextName(String servletContextName,
String displayName) |
void |
setCustomJspRegistry(CustomJspRegistry customJspRegistry) |
static void |
unregisterServletContextName(String servletContextName) |
public static String getCustomJspFileName(String servletContextName, String fileName)
public static CustomJspRegistry getCustomJspRegistry()
public static String getDisplayName(String servletContextName)
public static Set<String> getServletContextNames()
public static void registerServletContextName(String servletContextName, String displayName)
public static void unregisterServletContextName(String servletContextName)
public void setCustomJspRegistry(CustomJspRegistry customJspRegistry)