com.liferay.portal.util
Class CustomJspRegistryUtil

java.lang.Object
  extended by com.liferay.portal.util.CustomJspRegistryUtil

public class CustomJspRegistryUtil
extends java.lang.Object

Author:
Ryan Park, Brian Wing Shun Chan

Constructor Summary
CustomJspRegistryUtil()
           
 
Method Summary
static java.lang.String getCustomJspFileName(java.lang.String servletContextName, java.lang.String fileName)
           
static CustomJspRegistry getCustomJspRegistry()
           
static java.lang.String getDisplayName(java.lang.String servletContextName)
           
static java.util.Set<java.lang.String> getServletContextNames()
           
static void registerServletContextName(java.lang.String servletContextName, java.lang.String displayName)
           
 void setCustomJspRegistry(CustomJspRegistry customJspRegistry)
           
static void unregisterServletContextName(java.lang.String servletContextName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomJspRegistryUtil

public CustomJspRegistryUtil()
Method Detail

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)