com.liferay.portal.util
Class CustomJspRegistryUtil
java.lang.Object
com.liferay.portal.util.CustomJspRegistryUtil
public class CustomJspRegistryUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomJspRegistryUtil
public CustomJspRegistryUtil()
getCustomJspFileName
public static String getCustomJspFileName(String servletContextName,
String fileName)
getCustomJspRegistry
public static CustomJspRegistry getCustomJspRegistry()
getDisplayName
public static String getDisplayName(String servletContextName)
getServletContextNames
public static Set<String> getServletContextNames()
registerServletContextName
public static void registerServletContextName(String servletContextName,
String displayName)
unregisterServletContextName
public static void unregisterServletContextName(String servletContextName)
setCustomJspRegistry
public void setCustomJspRegistry(CustomJspRegistry customJspRegistry)