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